Uses of Class
org.camunda.bpm.engine.rest.mapper.MultipartFormData

Packages that use MultipartFormData
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.impl   
org.camunda.bpm.engine.rest.mapper   
org.camunda.bpm.engine.rest.sub   
org.camunda.bpm.engine.rest.sub.impl   
org.camunda.bpm.engine.rest.sub.task   
org.camunda.bpm.engine.rest.sub.task.impl   
 

Uses of MultipartFormData in org.camunda.bpm.engine.rest
 

Methods in org.camunda.bpm.engine.rest with parameters of type MultipartFormData
 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
 DeploymentDto 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
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
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
 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
 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
 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
 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
 AttachmentDto TaskAttachmentResourceImpl.addAttachment(javax.ws.rs.core.UriInfo uriInfo, MultipartFormData payload)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.