Uses of Class
org.camunda.bpm.engine.rest.mapper.MultipartFormData
Package
Description
-
Uses of MultipartFormData in org.camunda.bpm.engine.rest
Modifier and TypeMethodDescriptionDeploymentRestService.createDeployment
(jakarta.ws.rs.core.UriInfo uriInfo, MultipartFormData multipartFormData) -
Uses of MultipartFormData in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionDeploymentRestServiceImpl.createDeployment
(jakarta.ws.rs.core.UriInfo uriInfo, MultipartFormData payload) -
Uses of MultipartFormData in org.camunda.bpm.engine.rest.mapper
Modifier and TypeMethodDescriptionprotected MultipartFormData
MultipartPayloadProvider.createMultipartFormDataInstance()
MultipartPayloadProvider.readFrom
(Class<MultipartFormData> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) Modifier and TypeMethodDescriptionprotected void
MultipartPayloadProvider.parseRequest
(MultipartFormData multipartFormData, org.apache.commons.fileupload.FileUpload fileUpload, org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider.RestMultipartRequestContext requestContext) Modifier and TypeMethodDescriptionMultipartPayloadProvider.readFrom
(Class<MultipartFormData> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) -
Uses of MultipartFormData in org.camunda.bpm.engine.rest.sub
Modifier and TypeMethodDescriptionvoid
VariableResource.setBinaryVariable
(String variableName, MultipartFormData multipartFormData) -
Uses of MultipartFormData in org.camunda.bpm.engine.rest.sub.impl
Modifier and TypeMethodDescriptionvoid
AbstractVariablesResource.setBinaryVariable
(String variableKey, MultipartFormData payload) -
Uses of MultipartFormData in org.camunda.bpm.engine.rest.sub.task
Modifier and TypeMethodDescriptionTaskAttachmentResource.addAttachment
(jakarta.ws.rs.core.UriInfo uriInfo, MultipartFormData multipartFormData) -
Uses of MultipartFormData in org.camunda.bpm.engine.rest.sub.task.impl
Modifier and TypeMethodDescriptionTaskAttachmentResourceImpl.addAttachment
(jakarta.ws.rs.core.UriInfo uriInfo, MultipartFormData payload)