Uses of Class
org.camunda.bpm.engine.rest.mapper.MultipartFormData
-
-
Uses of MultipartFormData in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type MultipartFormData Modifier and Type Method Description DeploymentDto
DeploymentRestService. 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 MultipartFormData Modifier and Type Method Description DeploymentWithDefinitionsDto
DeploymentRestServiceImpl. 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 MultipartFormData Modifier and Type Method Description protected MultipartFormData
MultipartPayloadProvider. createMultipartFormDataInstance()
MultipartFormData
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 MultipartFormData Modifier and Type Method Description protected 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 MultipartFormData Modifier and Type Method Description MultipartFormData
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)
-
Uses of MultipartFormData in org.camunda.bpm.engine.rest.sub
Methods in org.camunda.bpm.engine.rest.sub with parameters of type MultipartFormData Modifier and Type Method Description void
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 MultipartFormData Modifier and Type Method Description void
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 MultipartFormData Modifier and Type Method Description AttachmentDto
TaskAttachmentResource. 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 MultipartFormData Modifier and Type Method Description AttachmentDto
TaskAttachmentResourceImpl. addAttachment(javax.ws.rs.core.UriInfo uriInfo, MultipartFormData payload)
-