Uses of Class
org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
Packages that use ProcessDefinitionDto
Package
Description
-
Uses of ProcessDefinitionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type ProcessDefinitionDtoModifier and TypeMethodDescriptionProcessDefinitionRestService.getProcessDefinitions
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theProcessDefinitionQuery
interface as a REST service. -
Uses of ProcessDefinitionDto in org.camunda.bpm.engine.rest.dto.repository
Subclasses of ProcessDefinitionDto in org.camunda.bpm.engine.rest.dto.repositoryModifier and TypeClassDescriptionclass
class
Setters are only needed to create stub results.Fields in org.camunda.bpm.engine.rest.dto.repository with type parameters of type ProcessDefinitionDtoModifier and TypeFieldDescriptionprotected Map<String,
ProcessDefinitionDto> DeploymentWithDefinitionsDto.deployedProcessDefinitions
Methods in org.camunda.bpm.engine.rest.dto.repository that return ProcessDefinitionDtoModifier and TypeMethodDescriptionstatic ProcessDefinitionDto
ProcessDefinitionDto.fromProcessDefinition
(ProcessDefinition definition) ProcessDefinitionStatisticsResultDto.getDefinition()
Methods in org.camunda.bpm.engine.rest.dto.repository that return types with arguments of type ProcessDefinitionDtoMethods in org.camunda.bpm.engine.rest.dto.repository with parameters of type ProcessDefinitionDtoModifier and TypeMethodDescriptionvoid
ProcessDefinitionStatisticsResultDto.setDefinition
(ProcessDefinitionDto definition) -
Uses of ProcessDefinitionDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type ProcessDefinitionDtoModifier and TypeMethodDescriptionProcessDefinitionRestServiceImpl.getProcessDefinitions
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of ProcessDefinitionDto in org.camunda.bpm.engine.rest.sub.repository
Methods in org.camunda.bpm.engine.rest.sub.repository that return ProcessDefinitionDto -
Uses of ProcessDefinitionDto in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return ProcessDefinitionDto