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