Uses of Class
org.nuxeo.ecm.automation.jaxrs.io.operations.RestOperationContext
-
Packages that use RestOperationContext Package Description org.nuxeo.ecm.automation.jaxrs.io.operations -
-
Uses of RestOperationContext in org.nuxeo.ecm.automation.jaxrs.io.operations
Fields in org.nuxeo.ecm.automation.jaxrs.io.operations declared as RestOperationContext Modifier and Type Field Description protected RestOperationContext
ExecutionRequest. restOperationContext
Methods in org.nuxeo.ecm.automation.jaxrs.io.operations that return RestOperationContext Modifier and Type Method Description RestOperationContext
ExecutionRequest. getRestOperationContext()
Returns the currentOperationContext
, which MUST NOT be closed.
-