Version: 5.0.8-ice34-b60

OmeroBlitz Api
Home Previous Up Next Index

omero::api::IDelete

Overview

[ "deprecated: use omero::cmd::Delete instead", "ami", "amd" ] interface IDelete extends ServiceInterface

See IDelete.html

This interface is deprecated.

Operation Index

checkImageDelete
previewImageDelete
deleteImage
deleteImages
deleteImagesByDataset
deleteSettings
deletePlate
availableCommands
Returns a list of DeleteCommand instances with type and options filled, but whose id value can be ignored.
queueDelete
Queue multiple deletes for later execution.

Operations

IObjectList checkImageDelete(long id, bool force) throws ServerError

This operation is deprecated.

IObjectList previewImageDelete(long id, bool force) throws ServerError

This operation is deprecated.

void deleteImage(long id, bool force) throws ApiUsageException, ValidationException, SecurityViolation, ServerError

This operation is deprecated.

void deleteImages(LongList ids, bool force) throws ApiUsageException, ValidationException, SecurityViolation, ServerError

This operation is deprecated.

void deleteImagesByDataset(long datasetId, bool force) throws ApiUsageException, ValidationException, SecurityViolation, ServerError

This operation is deprecated.

void deleteSettings(long imageId) throws ServerError

This operation is deprecated.

void deletePlate(long plateId) throws ServerError

This operation is deprecated.

delete::DeleteCommands availableCommands() throws ServerError

Returns a list of DeleteCommand instances with type and options filled, but whose id value can be ignored.

This operation is deprecated.

delete::DeleteHandle* queueDelete(delete::DeleteCommands commands) throws ApiUsageException, ServerError

Queue multiple deletes for later execution. The DeleteHandle instance can be queried for the state of the delete.

This operation is deprecated.


Home Previous Up Next Index