Uses of Class
org.nuxeo.ecm.automation.jaxrs.io.operations.ExecutionRequest
Packages that use ExecutionRequest
Package
Description
-
Uses of ExecutionRequest in org.nuxeo.ecm.automation.jaxrs.io.operations
Methods in org.nuxeo.ecm.automation.jaxrs.io.operations that return ExecutionRequestModifier and TypeMethodDescriptionJsonRequestReader.readFrom
(Class<ExecutionRequest> arg0, Type arg1, Annotation[] arg2, javax.ws.rs.core.MediaType arg3, javax.ws.rs.core.MultivaluedMap<String, String> headers, InputStream in) MultiPartFormRequestReader.readFrom
(Class<ExecutionRequest> arg0, Type arg1, Annotation[] arg2, javax.ws.rs.core.MediaType arg3, javax.ws.rs.core.MultivaluedMap<String, String> headers, InputStream in) UrlEncodedFormRequestReader.readFrom
(Class<ExecutionRequest> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) static ExecutionRequest
JsonRequestReader.readRequest
(com.fasterxml.jackson.core.JsonParser jp, javax.ws.rs.core.MultivaluedMap<String, String> headers, CoreSession session) JsonRequestReader.readRequest
(InputStream in, javax.ws.rs.core.MultivaluedMap<String, String> headers, CoreSession session) JsonRequestReader.readRequest
(String content, javax.ws.rs.core.MultivaluedMap<String, String> headers, CoreSession session) JsonRequestReader.readRequest0
(String content, javax.ws.rs.core.MultivaluedMap<String, String> headers, CoreSession session) Method parameters in org.nuxeo.ecm.automation.jaxrs.io.operations with type arguments of type ExecutionRequestModifier and TypeMethodDescriptionJsonRequestReader.readFrom
(Class<ExecutionRequest> arg0, Type arg1, Annotation[] arg2, javax.ws.rs.core.MediaType arg3, javax.ws.rs.core.MultivaluedMap<String, String> headers, InputStream in) MultiPartFormRequestReader.readFrom
(Class<ExecutionRequest> arg0, Type arg1, Annotation[] arg2, javax.ws.rs.core.MediaType arg3, javax.ws.rs.core.MultivaluedMap<String, String> headers, InputStream in) UrlEncodedFormRequestReader.readFrom
(Class<ExecutionRequest> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) -
Uses of ExecutionRequest in org.nuxeo.ecm.automation.server.jaxrs
Methods in org.nuxeo.ecm.automation.server.jaxrs with parameters of type ExecutionRequestModifier and TypeMethodDescriptionprotected OperationContext
ExecutableResource.createContext
(ExecutionRequest xreq) ExecutableResource.doPost
(ExecutionRequest xreq) abstract Object
ExecutableResource.execute
(ExecutionRequest req) OperationResource.execute
(ExecutionRequest xreq) -
Uses of ExecutionRequest in org.nuxeo.ecm.automation.server.jaxrs.adapters
Methods in org.nuxeo.ecm.automation.server.jaxrs.adapters with parameters of type ExecutionRequest -
Uses of ExecutionRequest in org.nuxeo.ecm.restapi.server.jaxrs
Methods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type ExecutionRequestModifier and TypeMethodDescriptionBatchUploadObject.execute
(String batchId, String fileIdx, String operationId, ExecutionRequest xreq) BatchUploadObject.execute
(String batchId, String operationId, ExecutionRequest xreq) protected Object
BatchUploadObject.executeBatch
(String batchId, String fileIdx, String operationId, javax.servlet.http.HttpServletRequest request, ExecutionRequest xreq) -
Uses of ExecutionRequest in org.nuxeo.ecm.restapi.server.jaxrs.adapters
Methods in org.nuxeo.ecm.restapi.server.jaxrs.adapters with parameters of type ExecutionRequestModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
OperationAdapter.doPost
(String oid, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ExecutionRequest xreq)