Uses of Class
org.camunda.community.rest.client.dto.CalledProcessDefinitionDto
Packages that use CalledProcessDefinitionDto
-
Uses of CalledProcessDefinitionDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type CalledProcessDefinitionDtoModifier and TypeMethodDescriptionProcessDefinitionApi.getStaticCalledProcessDefinitions(String id) Get Static Called Process Definitions For the given process, returns a list of called process definitions corresponding to the `CalledProcessDefinition` interface in the engine.ProcessDefinitionApi.getStaticCalledProcessDefinitions(String id, Map<String, String> additionalHeaders) Get Static Called Process Definitions For the given process, returns a list of called process definitions corresponding to the `CalledProcessDefinition` interface in the engine. -
Uses of CalledProcessDefinitionDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return CalledProcessDefinitionDtoModifier and TypeMethodDescriptionCalledProcessDefinitionDto.addCalledFromActivityIdsItem(String calledFromActivityIdsItem) CalledProcessDefinitionDto.calledFromActivityIds(List<String> calledFromActivityIds) CalledProcessDefinitionDto.callingProcessDefinitionId(String callingProcessDefinitionId) CalledProcessDefinitionDto.deploymentId(String deploymentId) CalledProcessDefinitionDto.description(String description) CalledProcessDefinitionDto.historyTimeToLive(Integer historyTimeToLive) CalledProcessDefinitionDto.startableInTasklist(Boolean startableInTasklist) CalledProcessDefinitionDto.versionTag(String versionTag)