public class DiskUsage2I extends omero.cmd.DiskUsage2 implements IRequest
| Constructor and Description |
|---|
DiskUsage2I(ACLVoter aclVoter,
Roles securityRoles,
SystemTypes systemTypes,
GraphPathBean graphPathBean,
Set<Class<? extends IObject>> targetClasses,
GraphPolicy graphPolicy)
Deprecated.
from OMERO 5.4 the systemTypes argument is no longer included
|
| 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 Response object. |
void |
finish()
Method within the transaction boundaries after all processing has
occurred.
|
Map<String,String> |
getCallContext()
Returns the desired call context for this request.
|
omero.cmd.Response |
getResponse()
Returns the current response value.
|
void |
init(Helper helper)
Method called within the transaction boundaries before any processing occurs.
|
void |
setPixelsService(PixelsService pixelsService)
Provided by
RequestObjectFactoryRegistry. |
void |
setThumbnailService(ThumbnailService thumbnailService)
Provided by
RequestObjectFactoryRegistry. |
Object |
step(int step)
Single uncancellable action which will be performed by this IRequest.
|
__readImpl, __writeImpl, ice_factory, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __collocDispatch, __dispatch, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshalpublic DiskUsage2I(ACLVoter aclVoter, Roles securityRoles, SystemTypes systemTypes, GraphPathBean graphPathBean, Set<Class<? extends IObject>> targetClasses, GraphPolicy graphPolicy)
GraphRequestFactory.getRequest(Class).aclVoter - ACL voter for permissions checkingsecurityRoles - the security rolessystemTypes - for identifying the system typesgraphPathBean - the graph path bean to usetargetClasses - legal target object classes for the searchgraphPolicy - the graph policy to apply for the searchpublic void setPixelsService(PixelsService pixelsService)
RequestObjectFactoryRegistry.pixelsService - the pixels servicepublic void setThumbnailService(ThumbnailService thumbnailService)
RequestObjectFactoryRegistry.thumbnailService - the thumbnail servicepublic Map<String,String> getCallContext()
IRequestMap as desired.getCallContext in interface IRequestpublic void init(Helper helper)
IRequestStatus object by calling Helper.setSteps(int). This count
will define how many times the IRequest.step(int) method will be called.
The 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 step) throws HandleI.Cancel
IRequestIRequest.buildResponse(int, Object) for conversion and storage.step in interface IRequeststep - the step numberHandleI.Cancel - if this request is cancelledpublic void finish()
IRequestHandleI.Cancel will still rollback the current
transaction.public void buildResponse(int step,
Object object)
IRequestIRequest.step(int) to a Response object.buildResponse in interface IRequeststep - the step numberobject - an object to be used in building the responsepublic omero.cmd.Response getResponse()
IRequestgetResponse in interface IRequest
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.