Uses of Class
org.camunda.bpm.engine.rest.dto.repository.CalledProcessDefinitionDto
-
Packages that use CalledProcessDefinitionDto Package Description org.camunda.bpm.engine.rest.dto.repository org.camunda.bpm.engine.rest.sub.repository org.camunda.bpm.engine.rest.sub.repository.impl -
-
Uses of CalledProcessDefinitionDto in org.camunda.bpm.engine.rest.dto.repository
Methods in org.camunda.bpm.engine.rest.dto.repository that return CalledProcessDefinitionDto Modifier and Type Method Description static CalledProcessDefinitionDtoCalledProcessDefinitionDto. from(org.camunda.bpm.engine.repository.CalledProcessDefinition definition) -
Uses of CalledProcessDefinitionDto in org.camunda.bpm.engine.rest.sub.repository
Methods in org.camunda.bpm.engine.rest.sub.repository that return types with arguments of type CalledProcessDefinitionDto Modifier and Type Method Description List<CalledProcessDefinitionDto>ProcessDefinitionResource. getStaticCalledProcessDefinitions() -
Uses of CalledProcessDefinitionDto in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return types with arguments of type CalledProcessDefinitionDto Modifier and Type Method Description List<CalledProcessDefinitionDto>ProcessDefinitionResourceImpl. getStaticCalledProcessDefinitions()
-