Version: Beta4.2.1-r8614-Beta4.2-b41

OmeroBlitz Api
Home Previous Up Next Index

omero::api::IDelete

Overview

[ "ami", "amd" ] interface IDelete extends ServiceInterface

See IDelete.html

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

IObjectList previewImageDelete(long id, bool force) throws ServerError

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

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

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

void deleteSettings(long imageId) throws ServerError

void deletePlate(long plateId) throws ServerError

delete::DeleteCommands availableCommands() throws ServerError

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

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.


Home Previous Up Next Index