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 ExecutionRequestJsonRequestReader.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 OperationContextExecutableResource.createContext(ExecutionRequest xreq) jakarta.ws.rs.core.ResponseExecutableResource.doPost(ExecutionRequest xreq) abstract ObjectExecutableResource.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.ResponseAsyncOperationAdapter.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.ResponseBatchUploadObject.execute(String batchId, String fileIdx, String operationId, ExecutionRequest xreq) jakarta.ws.rs.core.ResponseBatchUploadObject.execute(String batchId, String operationId, ExecutionRequest xreq) protected jakarta.ws.rs.core.ResponseBatchUploadObject.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.ResponseOperationAdapter.doPost(String oid, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, ExecutionRequest xreq)