Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionDto |
ProcessDefinitionApi.getLatestProcessDefinitionByTenantId(String key,
String tenantId)
Get
Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.
|
ProcessDefinitionDto |
ProcessDefinitionApi.getProcessDefinition(String id)
Get
Retrieves a process definition according to the `ProcessDefinition` interface in the engine.
|
ProcessDefinitionDto |
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.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ProcessDefinitionDto> |
ProcessDefinitionApi.getLatestProcessDefinitionByTenantIdWithHttpInfo(String key,
String tenantId)
Get
Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.
|
ApiResponse<ProcessDefinitionDto> |
ProcessDefinitionApi.getProcessDefinitionByKeyWithHttpInfo(String key)
Get
Retrieves the latest version of the process definition which belongs to no tenant according to the `ProcessDefinition` interface in the engine.
|
List<ProcessDefinitionDto> |
ProcessDefinitionApi.getProcessDefinitions(String processDefinitionId,
String processDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date 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.
|
ApiResponse<List<ProcessDefinitionDto>> |
ProcessDefinitionApi.getProcessDefinitionsWithHttpInfo(String processDefinitionId,
String processDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date 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.
|
ApiResponse<ProcessDefinitionDto> |
ProcessDefinitionApi.getProcessDefinitionWithHttpInfo(String id)
Get
Retrieves a process definition according to the `ProcessDefinition` interface in the engine.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ProcessDefinitionApi.getLatestProcessDefinitionByTenantIdAsync(String key,
String tenantId,
ApiCallback<ProcessDefinitionDto> _callback)
Get (asynchronously)
Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionAsync(String id,
ApiCallback<ProcessDefinitionDto> _callback)
Get (asynchronously)
Retrieves a process definition according to the `ProcessDefinition` interface in the engine.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionByKeyAsync(String key,
ApiCallback<ProcessDefinitionDto> _callback)
Get (asynchronously)
Retrieves the latest version of the process definition which belongs to no tenant according to the `ProcessDefinition` interface in the engine.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionsAsync(String processDefinitionId,
String processDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date 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,
ApiCallback<List<ProcessDefinitionDto>> _callback)
Get List (asynchronously)
Queries for process definitions that fulfill given parameters.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionDto |
ProcessDefinitionDto.category(String category) |
ProcessDefinitionDto |
ProcessDefinitionDto.deploymentId(String deploymentId) |
ProcessDefinitionDto |
ProcessDefinitionDto.description(String description) |
ProcessDefinitionDto |
ProcessDefinitionDto.diagram(String diagram) |
ProcessDefinitionDto |
ProcessDefinitionStatisticsResultDto.getDefinition()
Get definition
|
ProcessDefinitionDto |
ProcessDefinitionDto.historyTimeToLive(Integer historyTimeToLive) |
ProcessDefinitionDto |
ProcessDefinitionDto.id(String id) |
ProcessDefinitionDto |
ProcessDefinitionDto.key(String key) |
ProcessDefinitionDto |
ProcessDefinitionDto.name(String name) |
ProcessDefinitionDto |
ProcessDefinitionDto.resource(String resource) |
ProcessDefinitionDto |
ProcessDefinitionDto.startableInTasklist(Boolean startableInTasklist) |
ProcessDefinitionDto |
ProcessDefinitionDto.suspended(Boolean suspended) |
ProcessDefinitionDto |
ProcessDefinitionDto.tenantId(String tenantId) |
ProcessDefinitionDto |
ProcessDefinitionDto.version(Integer version) |
ProcessDefinitionDto |
ProcessDefinitionDto.versionTag(String versionTag) |
Modifier and Type | Method and Description |
---|---|
Map<String,ProcessDefinitionDto> |
DeploymentWithDefinitionsDto.getDeployedProcessDefinitions()
A JSON Object containing a property for each of the process definitions, which are successfully deployed with that deployment.
|
Map<String,ProcessDefinitionDto> |
DeploymentWithDefinitionsDtoAllOf.getDeployedProcessDefinitions()
A JSON Object containing a property for each of the process definitions, which are successfully deployed with that deployment.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionStatisticsResultDto |
ProcessDefinitionStatisticsResultDto.definition(ProcessDefinitionDto definition) |
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.putDeployedProcessDefinitionsItem(String key,
ProcessDefinitionDto deployedProcessDefinitionsItem) |
DeploymentWithDefinitionsDtoAllOf |
DeploymentWithDefinitionsDtoAllOf.putDeployedProcessDefinitionsItem(String key,
ProcessDefinitionDto deployedProcessDefinitionsItem) |
void |
ProcessDefinitionStatisticsResultDto.setDefinition(ProcessDefinitionDto definition) |
Modifier and Type | Method and Description |
---|---|
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.deployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions) |
DeploymentWithDefinitionsDtoAllOf |
DeploymentWithDefinitionsDtoAllOf.deployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions) |
void |
DeploymentWithDefinitionsDto.setDeployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions) |
void |
DeploymentWithDefinitionsDtoAllOf.setDeployedProcessDefinitions(Map<String,ProcessDefinitionDto> deployedProcessDefinitions) |
Copyright © 2022. All rights reserved.