Uses of Class
org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
-
-
Uses of CaseDefinitionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type CaseDefinitionDto Modifier and Type Method Description List<CaseDefinitionDto>CaseDefinitionRestService. getCaseDefinitions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)Exposes theCaseDefinitionQueryinterface 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 CaseDefinitionDto Modifier and Type Field Description protected Map<String,CaseDefinitionDto>DeploymentWithDefinitionsDto. deployedCaseDefinitionsMethods in org.camunda.bpm.engine.rest.dto.repository that return CaseDefinitionDto Modifier and Type Method Description static CaseDefinitionDtoCaseDefinitionDto. fromCaseDefinition(org.camunda.bpm.engine.repository.CaseDefinition definition)Methods in org.camunda.bpm.engine.rest.dto.repository that return types with arguments of type CaseDefinitionDto Modifier and Type Method Description Map<String,CaseDefinitionDto>DeploymentWithDefinitionsDto. getDeployedCaseDefinitions() -
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 CaseDefinitionDto Modifier and Type Method Description List<CaseDefinitionDto>CaseDefinitionRestServiceImpl. 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 Modifier and Type Method Description CaseDefinitionDtoCaseDefinitionResource. getCaseDefinition() -
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 Modifier and Type Method Description CaseDefinitionDtoCaseDefinitionResourceImpl. getCaseDefinition()
-