Uses of Class
org.camunda.community.rest.client.dto.ProcessDefinitionDto
Packages that use ProcessDefinitionDto
-
Uses of ProcessDefinitionDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return ProcessDefinitionDtoModifier and TypeMethodDescriptionProcessDefinitionApi.getLatestProcessDefinitionByTenantId(String key, String tenantId) Get Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.ProcessDefinitionApi.getLatestProcessDefinitionByTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.ProcessDefinitionApi.getProcessDefinition(String id) Get Retrieves a process definition according to the `ProcessDefinition` interface in the engine.ProcessDefinitionApi.getProcessDefinition(String id, Map<String, String> additionalHeaders) Get Retrieves a process definition according to the `ProcessDefinition` interface in the engine.ProcessDefinitionApi.getProcessDefinitionByKey(String key) Get Retrieves the latest version of the process definition which belongs to no tenant according to the `ProcessDefinition` interface in the engine.ProcessDefinitionApi.getProcessDefinitionByKey(String key, Map<String, String> additionalHeaders) Get Retrieves the latest version of the process definition which belongs to no tenant according to the `ProcessDefinition` interface in the engine.Methods in org.camunda.community.rest.client.api that return types with arguments of type ProcessDefinitionDtoModifier and TypeMethodDescriptionProcessDefinitionApi.getProcessDefinitions(String processDefinitionId, String processDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime deployedAt, String key, String keysIn, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String startableBy, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean includeProcessDefinitionsWithoutTenantId, String versionTag, String versionTagLike, Boolean withoutVersionTag, Boolean startableInTasklist, Boolean notStartableInTasklist, Boolean startablePermissionCheck, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Queries for process definitions that fulfill given parameters.ProcessDefinitionApi.getProcessDefinitions(String processDefinitionId, String processDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime deployedAt, String key, String keysIn, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String startableBy, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean includeProcessDefinitionsWithoutTenantId, String versionTag, String versionTagLike, Boolean withoutVersionTag, Boolean startableInTasklist, Boolean notStartableInTasklist, Boolean startablePermissionCheck, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Queries for process definitions that fulfill given parameters. -
Uses of ProcessDefinitionDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return ProcessDefinitionDtoModifier and TypeMethodDescriptionProcessDefinitionDto.deploymentId(String deploymentId) ProcessDefinitionDto.description(String description) ProcessDefinitionStatisticsResultDto.getDefinition()Get definitionProcessDefinitionDto.historyTimeToLive(Integer historyTimeToLive) ProcessDefinitionDto.startableInTasklist(Boolean startableInTasklist) ProcessDefinitionDto.versionTag(String versionTag) Methods in org.camunda.community.rest.client.dto that return types with arguments of type ProcessDefinitionDtoModifier and TypeMethodDescriptionDeploymentWithDefinitionsDto.getDeployedProcessDefinitions()A JSON Object containing a property for each of the process definitions, which are successfully deployed with that deployment.org.openapitools.jackson.nullable.JsonNullable<Map<String,ProcessDefinitionDto>> DeploymentWithDefinitionsDto.getDeployedProcessDefinitions_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type ProcessDefinitionDtoModifier and TypeMethodDescriptionProcessDefinitionStatisticsResultDto.definition(ProcessDefinitionDto definition) DeploymentWithDefinitionsDto.putDeployedProcessDefinitionsItem(String key, ProcessDefinitionDto deployedProcessDefinitionsItem) voidProcessDefinitionStatisticsResultDto.setDefinition(ProcessDefinitionDto definition) Method parameters in org.camunda.community.rest.client.dto with type arguments of type ProcessDefinitionDtoModifier and TypeMethodDescriptionDeploymentWithDefinitionsDto.deployedProcessDefinitions(Map<String, ProcessDefinitionDto> deployedProcessDefinitions) voidDeploymentWithDefinitionsDto.setDeployedProcessDefinitions(Map<String, ProcessDefinitionDto> deployedProcessDefinitions) voidDeploymentWithDefinitionsDto.setDeployedProcessDefinitions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, ProcessDefinitionDto>> deployedProcessDefinitions)