Modifier and Type | Method and Description |
---|---|
void |
adjustGraphPolicy(java.util.function.Function<ome.services.graphs.GraphPolicy,ome.services.graphs.GraphPolicy> adjuster)
Transform the currently applicable graph policy for this request by the given function.
|
void |
copyFieldsTo(X request)
Copy the fields of this request to that of the given request.
|
ome.services.graphs.GraphPolicy.Action |
getActionForStarting() |
java.util.Map<java.lang.String,java.util.List<java.lang.Long>> |
getStartFrom(Response response)
From the response of the head-skipping request, determine which model objects are the targets of the operation.
|
int |
getStepProvidingCompleteResponse()
Get the step of this request that suffices for assembling the request's response.
|
buildResponse, finish, getCallContext, getResponse, init, step
void copyFieldsTo(X request)
request
- the target of the field copyvoid adjustGraphPolicy(java.util.function.Function<ome.services.graphs.GraphPolicy,ome.services.graphs.GraphPolicy> adjuster)
IRequest.init(omero.cmd.Helper)
.adjuster
- a transformation function for graph policiesint getStepProvidingCompleteResponse()
ome.services.graphs.GraphPolicy.Action getActionForStarting()
java.util.Map<java.lang.String,java.util.List<java.lang.Long>> getStartFrom(Response response)
response
- the head-skipping request's response