Uses of Class
org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
-
-
Uses of DeploymentDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return DeploymentDto Modifier and Type Method Description DeploymentDtoDeploymentRestService. createDeployment(javax.ws.rs.core.UriInfo uriInfo, MultipartFormData multipartFormData)Methods in org.camunda.bpm.engine.rest that return types with arguments of type DeploymentDto Modifier and Type Method Description List<DeploymentDto>DeploymentRestService. getDeployments(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of DeploymentDto in org.camunda.bpm.engine.rest.dto.repository
Subclasses of DeploymentDto in org.camunda.bpm.engine.rest.dto.repository Modifier and Type Class Description classDeploymentWithDefinitionsDtoMethods in org.camunda.bpm.engine.rest.dto.repository that return DeploymentDto Modifier and Type Method Description static DeploymentDtoDeploymentDto. fromDeployment(org.camunda.bpm.engine.repository.Deployment deployment) -
Uses of DeploymentDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type DeploymentDto Modifier and Type Method Description List<DeploymentDto>DeploymentRestServiceImpl. getDeployments(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of DeploymentDto in org.camunda.bpm.engine.rest.sub.repository
Methods in org.camunda.bpm.engine.rest.sub.repository that return DeploymentDto Modifier and Type Method Description DeploymentDtoDeploymentResource. getDeployment()DeploymentDtoDeploymentResource. redeploy(javax.ws.rs.core.UriInfo uriInfo, RedeploymentDto redeployment) -
Uses of DeploymentDto in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return DeploymentDto Modifier and Type Method Description DeploymentDtoDeploymentResourceImpl. getDeployment()DeploymentDtoDeploymentResourceImpl. redeploy(javax.ws.rs.core.UriInfo uriInfo, RedeploymentDto redeployment)
-