@Deprecated public class ChmodFacadeI extends omero.cmd.Chmod implements IRequest
Chmod
's API using Chmod2
.Constructor and Description |
---|
ChmodFacadeI(GraphRequestFactory graphRequestFactory)
Deprecated.
Construct a new
chmodrequest; called from GraphRequestFactory.getRequest(Class) . |
Modifier and Type | Method and Description |
---|---|
void |
addToTargets(String type,
long id)
Deprecated.
Add the given model object to the chmod request's target objects.
|
void |
buildResponse(int step,
Object object)
Deprecated.
Post-transaction chance to map from the return value of
IRequest.step(int) to a Response object. |
void |
finish()
Deprecated.
Method within the transaction boundaries after all processing has
occurred.
|
Map<String,String> |
getCallContext()
Deprecated.
Returns the desired call context for this request.
|
omero.cmd.Response |
getResponse()
Deprecated.
Returns the current response value.
|
void |
init(Helper helper)
Deprecated.
Method called within the transaction boundaries before any processing occurs.
|
Object |
step(int step)
Deprecated.
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_preMarshal
public ChmodFacadeI(GraphRequestFactory graphRequestFactory)
chmodrequest; called from
GraphRequestFactory.getRequest(Class)
.graphRequestFactory
- a means of instantiating a sub-request for root-anchored subgraphspublic Map<String,String> getCallContext()
IRequest
Map
as desired.getCallContext
in interface IRequest
public void addToTargets(String type, long id)
init(Helper)
.type
- the model object's typeid
- the model object's IDpublic 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 step) throws HandleI.Cancel
IRequest
IRequest.buildResponse(int, Object)
for conversion and storage.step
in interface IRequest
HandleI.Cancel
public void finish()
IRequest
HandleI.Cancel
will still rollback the current
transaction.public void buildResponse(int step, Object object)
IRequest
IRequest.step(int)
to a Response
object.buildResponse
in interface IRequest
public omero.cmd.Response getResponse()
IRequest
getResponse
in interface IRequest
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.