public class DeleteI extends omero.cmd.Delete implements IRequest
DeleteHandleI
in order to have all asynchronous invocations
in a single API.Modifier and Type | Method and Description |
---|---|
void |
buildResponse(int step,
Object object)
Post-transaction chance to map from the return value of
IRequest.step(int) to a omero.cmd.Respnse object. |
Map<String,String> |
getCallContext()
Returns the desired call context for this request.
|
omero.api.delete.DeleteReport |
getDeleteReport() |
Deletion |
getDeletion() |
omero.cmd.Response |
getResponse()
Returns the current response value.
|
void |
init(Helper helper)
Method called within the thread boundaries before any processing occurs.
|
Object |
step(int i)
Single uncancellable action which will be performed by this IRequest.
|
__read, __read, __write, __write, ice_factory, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId
public DeleteI(Deletion delegate)
public Deletion getDeletion()
public omero.api.delete.DeleteReport getDeleteReport()
public Map<String,String> getCallContext()
IRequest
Map
as desired.getCallContext
in interface IRequest
public void init(Helper helper)
IRequest
Status
object by calling Helper#setSteps(int). This count
will define how many times the {@link #step(int)} method will be called.
The {@link Helper} instance passed in contains those resources needed by
IRequests to interact with data and should be stored for later use.public Object step(int i) throws HandleI.Cancel
IRequest
IRequest.buildResponse(int, Object)
for conversion and storage.step
in interface IRequest
HandleI.Cancel
public void buildResponse(int step, Object object)
IRequest
IRequest.step(int)
to a omero.cmd.Respnse
object.buildResponse
in interface IRequest
public omero.cmd.Response getResponse()
IRequest
getResponse
in interface IRequest
Version: 4.4.12-ice34-b116
Copyright © 2014 The University of Dundee & Open Microscopy Environment. All Rights Reserved.