Uses of Class
org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
Packages that use CaseDefinitionDto
Package
Description
-
Uses of CaseDefinitionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type CaseDefinitionDtoModifier and TypeMethodDescriptionCaseDefinitionRestService.getCaseDefinitions
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theCaseDefinitionQuery
interface as a REST service. -
Uses of CaseDefinitionDto in org.camunda.bpm.engine.rest.dto.repository
Fields in org.camunda.bpm.engine.rest.dto.repository with type parameters of type CaseDefinitionDtoModifier and TypeFieldDescriptionprotected Map<String,
CaseDefinitionDto> DeploymentWithDefinitionsDto.deployedCaseDefinitions
Methods in org.camunda.bpm.engine.rest.dto.repository that return CaseDefinitionDtoModifier and TypeMethodDescriptionstatic CaseDefinitionDto
CaseDefinitionDto.fromCaseDefinition
(CaseDefinition definition) Methods in org.camunda.bpm.engine.rest.dto.repository that return types with arguments of type CaseDefinitionDto -
Uses of CaseDefinitionDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type CaseDefinitionDtoModifier and TypeMethodDescriptionCaseDefinitionRestServiceImpl.getCaseDefinitions
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of CaseDefinitionDto in org.camunda.bpm.engine.rest.sub.repository
Methods in org.camunda.bpm.engine.rest.sub.repository that return CaseDefinitionDto -
Uses of CaseDefinitionDto in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return CaseDefinitionDto