Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd::DeleteRsp

Overview

[ "deprecated:use omero::cmd::Delete2Response instead" ] class DeleteRsp extends OK

Mirrors and replaces DeleteReport. There is no "error" field because if there was an error than an ERR object will be returned.

This class is deprecated.

Data Member Index

warning
Extra feedback mechanism.
undeletedFiles
Map from type name ("Thumbnail", "Pixels", "OriginalFile") to a list of ids for any binary files which did not get deleted.
steps
Number of steps that this DeleteCommand requires.
scheduledDeletes
Number of objects that this DeleteCommand will attempt to delete.
actualDeletes
Number of actual deletes which took place.

Data Members

string warning;

Extra feedback mechanism. Typically will only be non-empty if the error is empty. This implies that some situation was encountered that the user may need to be informed of (e.g. some annotation wasn't deleted), but which was non-critical.

This member is deprecated.

api::IdListMap undeletedFiles;

Map from type name ("Thumbnail", "Pixels", "OriginalFile") to a list of ids for any binary files which did not get deleted. Some action may be desired by the user to guarantee that this server-space is eventually

This member is deprecated.

int steps;

Number of steps that this DeleteCommand requires.

This member is deprecated.

long scheduledDeletes;

Number of objects that this DeleteCommand will attempt to delete.

This member is deprecated.

long actualDeletes;

Number of actual deletes which took place.

This member is deprecated.


Home Previous Up Next Index