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