Uses of Class
org.camunda.bpm.engine.rest.dto.repository.DecisionDefinitionDto
Packages that use DecisionDefinitionDto
Package
Description
-
Uses of DecisionDefinitionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type DecisionDefinitionDtoModifier and TypeMethodDescriptionDecisionDefinitionRestService.getDecisionDefinitions
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of DecisionDefinitionDto in org.camunda.bpm.engine.rest.dto.repository
Fields in org.camunda.bpm.engine.rest.dto.repository with type parameters of type DecisionDefinitionDtoModifier and TypeFieldDescriptionprotected Map<String,
DecisionDefinitionDto> DeploymentWithDefinitionsDto.deployedDecisionDefinitions
Methods in org.camunda.bpm.engine.rest.dto.repository that return DecisionDefinitionDtoModifier and TypeMethodDescriptionstatic DecisionDefinitionDto
DecisionDefinitionDto.fromDecisionDefinition
(DecisionDefinition definition) Methods in org.camunda.bpm.engine.rest.dto.repository that return types with arguments of type DecisionDefinitionDto -
Uses of DecisionDefinitionDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type DecisionDefinitionDtoModifier and TypeMethodDescriptionDecisionDefinitionRestServiceImpl.getDecisionDefinitions
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of DecisionDefinitionDto in org.camunda.bpm.engine.rest.sub.repository
Methods in org.camunda.bpm.engine.rest.sub.repository that return DecisionDefinitionDto -
Uses of DecisionDefinitionDto in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return DecisionDefinitionDto