public class ProcessDefinitionApi extends Object
Constructor and Description |
---|
ProcessDefinitionApi() |
ProcessDefinitionApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
void |
deleteProcessDefinition(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete
Deletes a running process instance by id.
|
okhttp3.Call |
deleteProcessDefinitionAsync(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback<Void> _callback)
Delete (asynchronously)
Deletes a running process instance by id.
|
okhttp3.Call |
deleteProcessDefinitionCall(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback _callback)
Build call for deleteProcessDefinition
|
void |
deleteProcessDefinitionsByKey(String key,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete By Key
Deletes process definitions by a given key which belong to no tenant id.
|
void |
deleteProcessDefinitionsByKeyAndTenantId(String key,
String tenantId,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete By Key
Deletes process definitions by a given key and which belong to a tenant id.
|
okhttp3.Call |
deleteProcessDefinitionsByKeyAndTenantIdAsync(String key,
String tenantId,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback<Void> _callback)
Delete By Key (asynchronously)
Deletes process definitions by a given key and which belong to a tenant id.
|
okhttp3.Call |
deleteProcessDefinitionsByKeyAndTenantIdCall(String key,
String tenantId,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback _callback)
Build call for deleteProcessDefinitionsByKeyAndTenantId
|
ApiResponse<Void> |
deleteProcessDefinitionsByKeyAndTenantIdWithHttpInfo(String key,
String tenantId,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete By Key
Deletes process definitions by a given key and which belong to a tenant id.
|
okhttp3.Call |
deleteProcessDefinitionsByKeyAsync(String key,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback<Void> _callback)
Delete By Key (asynchronously)
Deletes process definitions by a given key which belong to no tenant id.
|
okhttp3.Call |
deleteProcessDefinitionsByKeyCall(String key,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback _callback)
Build call for deleteProcessDefinitionsByKey
|
ApiResponse<Void> |
deleteProcessDefinitionsByKeyWithHttpInfo(String key,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete By Key
Deletes process definitions by a given key which belong to no tenant id.
|
ApiResponse<Void> |
deleteProcessDefinitionWithHttpInfo(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete
Deletes a running process instance by id.
|
List<ActivityStatisticsResultDto> |
getActivityStatistics(String id,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of a given process definition, grouped by activities.
|
okhttp3.Call |
getActivityStatisticsAsync(String id,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback<List<ActivityStatisticsResultDto>> _callback)
Get Activity Instance Statistics (asynchronously)
Retrieves runtime statistics of a given process definition, grouped by activities.
|
List<ActivityStatisticsResultDto> |
getActivityStatisticsByProcessDefinitionKey(String key,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of the latest version of the given process definition which belongs to no tenant, grouped by activities.
|
List<ActivityStatisticsResultDto> |
getActivityStatisticsByProcessDefinitionKeyAndTenantId(String key,
String tenantId,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of the latest version of the given process definition for a tenant, grouped by activities.
|
okhttp3.Call |
getActivityStatisticsByProcessDefinitionKeyAndTenantIdAsync(String key,
String tenantId,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback<List<ActivityStatisticsResultDto>> _callback)
Get Activity Instance Statistics (asynchronously)
Retrieves runtime statistics of the latest version of the given process definition for a tenant, grouped by activities.
|
okhttp3.Call |
getActivityStatisticsByProcessDefinitionKeyAndTenantIdCall(String key,
String tenantId,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback _callback)
Build call for getActivityStatisticsByProcessDefinitionKeyAndTenantId
|
ApiResponse<List<ActivityStatisticsResultDto>> |
getActivityStatisticsByProcessDefinitionKeyAndTenantIdWithHttpInfo(String key,
String tenantId,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of the latest version of the given process definition for a tenant, grouped by activities.
|
okhttp3.Call |
getActivityStatisticsByProcessDefinitionKeyAsync(String key,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback<List<ActivityStatisticsResultDto>> _callback)
Get Activity Instance Statistics (asynchronously)
Retrieves runtime statistics of the latest version of the given process definition which belongs to no tenant, grouped by activities.
|
okhttp3.Call |
getActivityStatisticsByProcessDefinitionKeyCall(String key,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback _callback)
Build call for getActivityStatisticsByProcessDefinitionKey
|
ApiResponse<List<ActivityStatisticsResultDto>> |
getActivityStatisticsByProcessDefinitionKeyWithHttpInfo(String key,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of the latest version of the given process definition which belongs to no tenant, grouped by activities.
|
okhttp3.Call |
getActivityStatisticsCall(String id,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback _callback)
Build call for getActivityStatistics
|
ApiResponse<List<ActivityStatisticsResultDto>> |
getActivityStatisticsWithHttpInfo(String id,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of a given process definition, grouped by activities.
|
ApiClient |
getApiClient() |
File |
getDeployedStartForm(String id)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
okhttp3.Call |
getDeployedStartFormAsync(String id,
ApiCallback<File> _callback)
Get Deployed Start Form (asynchronously)
Retrieves the deployed form that can be referenced from a start event.
|
File |
getDeployedStartFormByKey(String key)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
File |
getDeployedStartFormByKeyAndTenantId(String key,
String tenantId)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
okhttp3.Call |
getDeployedStartFormByKeyAndTenantIdAsync(String key,
String tenantId,
ApiCallback<File> _callback)
Get Deployed Start Form (asynchronously)
Retrieves the deployed form that can be referenced from a start event.
|
okhttp3.Call |
getDeployedStartFormByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getDeployedStartFormByKeyAndTenantId
|
ApiResponse<File> |
getDeployedStartFormByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
okhttp3.Call |
getDeployedStartFormByKeyAsync(String key,
ApiCallback<File> _callback)
Get Deployed Start Form (asynchronously)
Retrieves the deployed form that can be referenced from a start event.
|
okhttp3.Call |
getDeployedStartFormByKeyCall(String key,
ApiCallback _callback)
Build call for getDeployedStartFormByKey
|
ApiResponse<File> |
getDeployedStartFormByKeyWithHttpInfo(String key)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
okhttp3.Call |
getDeployedStartFormCall(String id,
ApiCallback _callback)
Build call for getDeployedStartForm
|
ApiResponse<File> |
getDeployedStartFormWithHttpInfo(String id)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
ProcessDefinitionDto |
getLatestProcessDefinitionByTenantId(String key,
String tenantId)
Get
Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.
|
okhttp3.Call |
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 |
getLatestProcessDefinitionByTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getLatestProcessDefinitionByTenantId
|
ApiResponse<ProcessDefinitionDto> |
getLatestProcessDefinitionByTenantIdWithHttpInfo(String key,
String tenantId)
Get
Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.
|
ProcessDefinitionDto |
getProcessDefinition(String id)
Get
Retrieves a process definition according to the `ProcessDefinition` interface in the engine.
|
okhttp3.Call |
getProcessDefinitionAsync(String id,
ApiCallback<ProcessDefinitionDto> _callback)
Get (asynchronously)
Retrieves a process definition according to the `ProcessDefinition` interface in the engine.
|
ProcessDefinitionDiagramDto |
getProcessDefinitionBpmn20Xml(String id)
Get XML
Retrieves the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
getProcessDefinitionBpmn20XmlAsync(String id,
ApiCallback<ProcessDefinitionDiagramDto> _callback)
Get XML (asynchronously)
Retrieves the BPMN 2.0 XML of a process definition.
|
ProcessDefinitionDiagramDto |
getProcessDefinitionBpmn20XmlByKey(String key)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
ProcessDefinitionDiagramDto |
getProcessDefinitionBpmn20XmlByKeyAndTenantId(String key,
String tenantId)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
getProcessDefinitionBpmn20XmlByKeyAndTenantIdAsync(String key,
String tenantId,
ApiCallback<ProcessDefinitionDiagramDto> _callback)
Get XML (asynchronously)
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
getProcessDefinitionBpmn20XmlByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getProcessDefinitionBpmn20XmlByKeyAndTenantId
|
ApiResponse<ProcessDefinitionDiagramDto> |
getProcessDefinitionBpmn20XmlByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
getProcessDefinitionBpmn20XmlByKeyAsync(String key,
ApiCallback<ProcessDefinitionDiagramDto> _callback)
Get XML (asynchronously)
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
getProcessDefinitionBpmn20XmlByKeyCall(String key,
ApiCallback _callback)
Build call for getProcessDefinitionBpmn20XmlByKey
|
ApiResponse<ProcessDefinitionDiagramDto> |
getProcessDefinitionBpmn20XmlByKeyWithHttpInfo(String key)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
getProcessDefinitionBpmn20XmlCall(String id,
ApiCallback _callback)
Build call for getProcessDefinitionBpmn20Xml
|
ApiResponse<ProcessDefinitionDiagramDto> |
getProcessDefinitionBpmn20XmlWithHttpInfo(String id)
Get XML
Retrieves the BPMN 2.0 XML of a process definition.
|
ProcessDefinitionDto |
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.
|
okhttp3.Call |
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 |
getProcessDefinitionByKeyCall(String key,
ApiCallback _callback)
Build call for getProcessDefinitionByKey
|
ApiResponse<ProcessDefinitionDto> |
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.
|
okhttp3.Call |
getProcessDefinitionCall(String id,
ApiCallback _callback)
Build call for getProcessDefinition
|
File |
getProcessDefinitionDiagram(String id)
Get Diagram
Retrieves the diagram of a process definition.
|
okhttp3.Call |
getProcessDefinitionDiagramAsync(String id,
ApiCallback<File> _callback)
Get Diagram (asynchronously)
Retrieves the diagram of a process definition.
|
File |
getProcessDefinitionDiagramByKey(String key)
Get Diagram
Retrieves the diagram for the latest version of the process definition which belongs to no tenant.
|
File |
getProcessDefinitionDiagramByKeyAndTenantId(String key,
String tenantId)
Get Diagram
Retrieves the diagram for the latest version of the process definition for tenant.
|
okhttp3.Call |
getProcessDefinitionDiagramByKeyAndTenantIdAsync(String key,
String tenantId,
ApiCallback<File> _callback)
Get Diagram (asynchronously)
Retrieves the diagram for the latest version of the process definition for tenant.
|
okhttp3.Call |
getProcessDefinitionDiagramByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getProcessDefinitionDiagramByKeyAndTenantId
|
ApiResponse<File> |
getProcessDefinitionDiagramByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get Diagram
Retrieves the diagram for the latest version of the process definition for tenant.
|
okhttp3.Call |
getProcessDefinitionDiagramByKeyAsync(String key,
ApiCallback<File> _callback)
Get Diagram (asynchronously)
Retrieves the diagram for the latest version of the process definition which belongs to no tenant.
|
okhttp3.Call |
getProcessDefinitionDiagramByKeyCall(String key,
ApiCallback _callback)
Build call for getProcessDefinitionDiagramByKey
|
ApiResponse<File> |
getProcessDefinitionDiagramByKeyWithHttpInfo(String key)
Get Diagram
Retrieves the diagram for the latest version of the process definition which belongs to no tenant.
|
okhttp3.Call |
getProcessDefinitionDiagramCall(String id,
ApiCallback _callback)
Build call for getProcessDefinitionDiagram
|
ApiResponse<File> |
getProcessDefinitionDiagramWithHttpInfo(String id)
Get Diagram
Retrieves the diagram of a process definition.
|
List<ProcessDefinitionDto> |
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.
|
okhttp3.Call |
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.
|
okhttp3.Call |
getProcessDefinitionsCall(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 _callback)
Build call for getProcessDefinitions
|
CountResultDto |
getProcessDefinitionsCount(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)
Get List Count
Requests the number of process definitions that fulfill the query criteria.
|
okhttp3.Call |
getProcessDefinitionsCountAsync(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,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Requests the number of process definitions that fulfill the query criteria.
|
okhttp3.Call |
getProcessDefinitionsCountCall(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,
ApiCallback _callback)
Build call for getProcessDefinitionsCount
|
ApiResponse<CountResultDto> |
getProcessDefinitionsCountWithHttpInfo(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)
Get List Count
Requests the number of process definitions that fulfill the query criteria.
|
List<ProcessDefinitionStatisticsResultDto> |
getProcessDefinitionStatistics(Boolean failedJobs,
Boolean incidents,
String incidentsForType,
Boolean rootIncidents)
Get Process Instance Statistics
Retrieves runtime statistics of the process engine, grouped by process definitions.
|
okhttp3.Call |
getProcessDefinitionStatisticsAsync(Boolean failedJobs,
Boolean incidents,
String incidentsForType,
Boolean rootIncidents,
ApiCallback<List<ProcessDefinitionStatisticsResultDto>> _callback)
Get Process Instance Statistics (asynchronously)
Retrieves runtime statistics of the process engine, grouped by process definitions.
|
okhttp3.Call |
getProcessDefinitionStatisticsCall(Boolean failedJobs,
Boolean incidents,
String incidentsForType,
Boolean rootIncidents,
ApiCallback _callback)
Build call for getProcessDefinitionStatistics
|
ApiResponse<List<ProcessDefinitionStatisticsResultDto>> |
getProcessDefinitionStatisticsWithHttpInfo(Boolean failedJobs,
Boolean incidents,
String incidentsForType,
Boolean rootIncidents)
Get Process Instance Statistics
Retrieves runtime statistics of the process engine, grouped by process definitions.
|
ApiResponse<List<ProcessDefinitionDto>> |
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> |
getProcessDefinitionWithHttpInfo(String id)
Get
Retrieves a process definition according to the `ProcessDefinition` interface in the engine.
|
File |
getRenderedStartForm(String id)
Get Rendered Start Form
Retrieves the rendered form for a process definition.
|
okhttp3.Call |
getRenderedStartFormAsync(String id,
ApiCallback<File> _callback)
Get Rendered Start Form (asynchronously)
Retrieves the rendered form for a process definition.
|
File |
getRenderedStartFormByKey(String key)
Get Rendered Start Form
Retrieves the rendered form for the latest version of the process definition which belongs to no tenant.
|
File |
getRenderedStartFormByKeyAndTenantId(String key,
String tenantId)
Get Rendered Start Form
Retrieves the rendered form for the latest version of the process definition for a tenant.
|
okhttp3.Call |
getRenderedStartFormByKeyAndTenantIdAsync(String key,
String tenantId,
ApiCallback<File> _callback)
Get Rendered Start Form (asynchronously)
Retrieves the rendered form for the latest version of the process definition for a tenant.
|
okhttp3.Call |
getRenderedStartFormByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getRenderedStartFormByKeyAndTenantId
|
ApiResponse<File> |
getRenderedStartFormByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get Rendered Start Form
Retrieves the rendered form for the latest version of the process definition for a tenant.
|
okhttp3.Call |
getRenderedStartFormByKeyAsync(String key,
ApiCallback<File> _callback)
Get Rendered Start Form (asynchronously)
Retrieves the rendered form for the latest version of the process definition which belongs to no tenant.
|
okhttp3.Call |
getRenderedStartFormByKeyCall(String key,
ApiCallback _callback)
Build call for getRenderedStartFormByKey
|
ApiResponse<File> |
getRenderedStartFormByKeyWithHttpInfo(String key)
Get Rendered Start Form
Retrieves the rendered form for the latest version of the process definition which belongs to no tenant.
|
okhttp3.Call |
getRenderedStartFormCall(String id,
ApiCallback _callback)
Build call for getRenderedStartForm
|
ApiResponse<File> |
getRenderedStartFormWithHttpInfo(String id)
Get Rendered Start Form
Retrieves the rendered form for a process definition.
|
FormDto |
getStartForm(String id)
Get Start Form Key
Retrieves the key of the start form for a process definition.
|
okhttp3.Call |
getStartFormAsync(String id,
ApiCallback<FormDto> _callback)
Get Start Form Key (asynchronously)
Retrieves the key of the start form for a process definition.
|
FormDto |
getStartFormByKey(String key)
Get Start Form Key
Retrieves the key of the start form for the latest version of the process definition which belongs to no tenant.
|
FormDto |
getStartFormByKeyAndTenantId(String key,
String tenantId)
Get Start Form Key
Retrieves the key of the start form for the latest version of the process definition for a tenant.
|
okhttp3.Call |
getStartFormByKeyAndTenantIdAsync(String key,
String tenantId,
ApiCallback<FormDto> _callback)
Get Start Form Key (asynchronously)
Retrieves the key of the start form for the latest version of the process definition for a tenant.
|
okhttp3.Call |
getStartFormByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getStartFormByKeyAndTenantId
|
ApiResponse<FormDto> |
getStartFormByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get Start Form Key
Retrieves the key of the start form for the latest version of the process definition for a tenant.
|
okhttp3.Call |
getStartFormByKeyAsync(String key,
ApiCallback<FormDto> _callback)
Get Start Form Key (asynchronously)
Retrieves the key of the start form for the latest version of the process definition which belongs to no tenant.
|
okhttp3.Call |
getStartFormByKeyCall(String key,
ApiCallback _callback)
Build call for getStartFormByKey
|
ApiResponse<FormDto> |
getStartFormByKeyWithHttpInfo(String key)
Get Start Form Key
Retrieves the key of the start form for the latest version of the process definition which belongs to no tenant.
|
okhttp3.Call |
getStartFormCall(String id,
ApiCallback _callback)
Build call for getStartForm
|
Map<String,VariableValueDto> |
getStartFormVariables(String id,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for a process definition (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
okhttp3.Call |
getStartFormVariablesAsync(String id,
String variableNames,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Start Form Variables (asynchronously)
Retrieves the start form variables for a process definition (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
Map<String,VariableValueDto> |
getStartFormVariablesByKey(String key,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for the latest process definition which belongs to no tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
Map<String,VariableValueDto> |
getStartFormVariablesByKeyAndTenantId(String key,
String tenantId,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for the latest process definition for a tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
okhttp3.Call |
getStartFormVariablesByKeyAndTenantIdAsync(String key,
String tenantId,
String variableNames,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Start Form Variables (asynchronously)
Retrieves the start form variables for the latest process definition for a tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
okhttp3.Call |
getStartFormVariablesByKeyAndTenantIdCall(String key,
String tenantId,
String variableNames,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getStartFormVariablesByKeyAndTenantId
|
ApiResponse<Map<String,VariableValueDto>> |
getStartFormVariablesByKeyAndTenantIdWithHttpInfo(String key,
String tenantId,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for the latest process definition for a tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
okhttp3.Call |
getStartFormVariablesByKeyAsync(String key,
String variableNames,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Start Form Variables (asynchronously)
Retrieves the start form variables for the latest process definition which belongs to no tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
okhttp3.Call |
getStartFormVariablesByKeyCall(String key,
String variableNames,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getStartFormVariablesByKey
|
ApiResponse<Map<String,VariableValueDto>> |
getStartFormVariablesByKeyWithHttpInfo(String key,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for the latest process definition which belongs to no tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
okhttp3.Call |
getStartFormVariablesCall(String id,
String variableNames,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getStartFormVariables
|
ApiResponse<Map<String,VariableValueDto>> |
getStartFormVariablesWithHttpInfo(String id,
String variableNames,
Boolean deserializeValues)
Get Start Form Variables
Retrieves the start form variables for a process definition (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.15/user-guide/task-forms/#generated-task-forms) approach).
|
ApiResponse<FormDto> |
getStartFormWithHttpInfo(String id)
Get Start Form Key
Retrieves the key of the start form for a process definition.
|
void |
restartProcessInstance(String id,
RestartProcessInstanceDto restartProcessInstanceDto)
Restart Process Instance
Restarts process instances that were canceled or terminated synchronously.
|
okhttp3.Call |
restartProcessInstanceAsync(String id,
RestartProcessInstanceDto restartProcessInstanceDto,
ApiCallback<Void> _callback)
Restart Process Instance (asynchronously)
Restarts process instances that were canceled or terminated synchronously.
|
BatchDto |
restartProcessInstanceAsyncOperation(String id,
RestartProcessInstanceDto restartProcessInstanceDto)
Restart Process Instance Async
Restarts process instances that were canceled or terminated asynchronously.
|
okhttp3.Call |
restartProcessInstanceAsyncOperationAsync(String id,
RestartProcessInstanceDto restartProcessInstanceDto,
ApiCallback<BatchDto> _callback)
Restart Process Instance Async (asynchronously)
Restarts process instances that were canceled or terminated asynchronously.
|
okhttp3.Call |
restartProcessInstanceAsyncOperationCall(String id,
RestartProcessInstanceDto restartProcessInstanceDto,
ApiCallback _callback)
Build call for restartProcessInstanceAsyncOperation
|
ApiResponse<BatchDto> |
restartProcessInstanceAsyncOperationWithHttpInfo(String id,
RestartProcessInstanceDto restartProcessInstanceDto)
Restart Process Instance Async
Restarts process instances that were canceled or terminated asynchronously.
|
okhttp3.Call |
restartProcessInstanceCall(String id,
RestartProcessInstanceDto restartProcessInstanceDto,
ApiCallback _callback)
Build call for restartProcessInstance
|
ApiResponse<Void> |
restartProcessInstanceWithHttpInfo(String id,
RestartProcessInstanceDto restartProcessInstanceDto)
Restart Process Instance
Restarts process instances that were canceled or terminated synchronously.
|
void |
setApiClient(ApiClient apiClient) |
ProcessInstanceWithVariablesDto |
startProcessInstance(String id,
StartProcessInstanceDto startProcessInstanceDto)
Start Instance
Instantiates a given process definition.
|
okhttp3.Call |
startProcessInstanceAsync(String id,
StartProcessInstanceDto startProcessInstanceDto,
ApiCallback<ProcessInstanceWithVariablesDto> _callback)
Start Instance (asynchronously)
Instantiates a given process definition.
|
ProcessInstanceWithVariablesDto |
startProcessInstanceByKey(String key,
StartProcessInstanceDto startProcessInstanceDto)
Start Instance
Instantiates a given process definition, starts the latest version of the process definition which belongs to no tenant.
|
ProcessInstanceWithVariablesDto |
startProcessInstanceByKeyAndTenantId(String key,
String tenantId,
StartProcessInstanceDto startProcessInstanceDto)
Start Instance
Instantiates a given process definition, starts the latest version of the process definition for tenant.
|
okhttp3.Call |
startProcessInstanceByKeyAndTenantIdAsync(String key,
String tenantId,
StartProcessInstanceDto startProcessInstanceDto,
ApiCallback<ProcessInstanceWithVariablesDto> _callback)
Start Instance (asynchronously)
Instantiates a given process definition, starts the latest version of the process definition for tenant.
|
okhttp3.Call |
startProcessInstanceByKeyAndTenantIdCall(String key,
String tenantId,
StartProcessInstanceDto startProcessInstanceDto,
ApiCallback _callback)
Build call for startProcessInstanceByKeyAndTenantId
|
ApiResponse<ProcessInstanceWithVariablesDto> |
startProcessInstanceByKeyAndTenantIdWithHttpInfo(String key,
String tenantId,
StartProcessInstanceDto startProcessInstanceDto)
Start Instance
Instantiates a given process definition, starts the latest version of the process definition for tenant.
|
okhttp3.Call |
startProcessInstanceByKeyAsync(String key,
StartProcessInstanceDto startProcessInstanceDto,
ApiCallback<ProcessInstanceWithVariablesDto> _callback)
Start Instance (asynchronously)
Instantiates a given process definition, starts the latest version of the process definition which belongs to no tenant.
|
okhttp3.Call |
startProcessInstanceByKeyCall(String key,
StartProcessInstanceDto startProcessInstanceDto,
ApiCallback _callback)
Build call for startProcessInstanceByKey
|
ApiResponse<ProcessInstanceWithVariablesDto> |
startProcessInstanceByKeyWithHttpInfo(String key,
StartProcessInstanceDto startProcessInstanceDto)
Start Instance
Instantiates a given process definition, starts the latest version of the process definition which belongs to no tenant.
|
okhttp3.Call |
startProcessInstanceCall(String id,
StartProcessInstanceDto startProcessInstanceDto,
ApiCallback _callback)
Build call for startProcessInstance
|
ApiResponse<ProcessInstanceWithVariablesDto> |
startProcessInstanceWithHttpInfo(String id,
StartProcessInstanceDto startProcessInstanceDto)
Start Instance
Instantiates a given process definition.
|
ProcessInstanceDto |
submitForm(String id,
StartProcessInstanceFormDto startProcessInstanceFormDto)
Submit Start Form
Starts a process instance using a set of process variables and the business key.
|
okhttp3.Call |
submitFormAsync(String id,
StartProcessInstanceFormDto startProcessInstanceFormDto,
ApiCallback<ProcessInstanceDto> _callback)
Submit Start Form (asynchronously)
Starts a process instance using a set of process variables and the business key.
|
ProcessInstanceDto |
submitFormByKey(String key,
StartProcessInstanceFormDto startProcessInstanceFormDto)
Submit Start Form
Starts the latest version of the process definition which belongs to no tenant using a set of process variables and the business key.
|
ProcessInstanceDto |
submitFormByKeyAndTenantId(String key,
String tenantId,
StartProcessInstanceFormDto startProcessInstanceFormDto)
Submit Start Form
Starts the latest version of the process definition for a tenant using a set of process variables and the business key.
|
okhttp3.Call |
submitFormByKeyAndTenantIdAsync(String key,
String tenantId,
StartProcessInstanceFormDto startProcessInstanceFormDto,
ApiCallback<ProcessInstanceDto> _callback)
Submit Start Form (asynchronously)
Starts the latest version of the process definition for a tenant using a set of process variables and the business key.
|
okhttp3.Call |
submitFormByKeyAndTenantIdCall(String key,
String tenantId,
StartProcessInstanceFormDto startProcessInstanceFormDto,
ApiCallback _callback)
Build call for submitFormByKeyAndTenantId
|
ApiResponse<ProcessInstanceDto> |
submitFormByKeyAndTenantIdWithHttpInfo(String key,
String tenantId,
StartProcessInstanceFormDto startProcessInstanceFormDto)
Submit Start Form
Starts the latest version of the process definition for a tenant using a set of process variables and the business key.
|
okhttp3.Call |
submitFormByKeyAsync(String key,
StartProcessInstanceFormDto startProcessInstanceFormDto,
ApiCallback<ProcessInstanceDto> _callback)
Submit Start Form (asynchronously)
Starts the latest version of the process definition which belongs to no tenant using a set of process variables and the business key.
|
okhttp3.Call |
submitFormByKeyCall(String key,
StartProcessInstanceFormDto startProcessInstanceFormDto,
ApiCallback _callback)
Build call for submitFormByKey
|
ApiResponse<ProcessInstanceDto> |
submitFormByKeyWithHttpInfo(String key,
StartProcessInstanceFormDto startProcessInstanceFormDto)
Submit Start Form
Starts the latest version of the process definition which belongs to no tenant using a set of process variables and the business key.
|
okhttp3.Call |
submitFormCall(String id,
StartProcessInstanceFormDto startProcessInstanceFormDto,
ApiCallback _callback)
Build call for submitForm
|
ApiResponse<ProcessInstanceDto> |
submitFormWithHttpInfo(String id,
StartProcessInstanceFormDto startProcessInstanceFormDto)
Submit Start Form
Starts a process instance using a set of process variables and the business key.
|
void |
updateHistoryTimeToLiveByProcessDefinitionId(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for process definition.
|
okhttp3.Call |
updateHistoryTimeToLiveByProcessDefinitionIdAsync(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live (asynchronously)
Updates history time to live for process definition.
|
okhttp3.Call |
updateHistoryTimeToLiveByProcessDefinitionIdCall(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByProcessDefinitionId
|
ApiResponse<Void> |
updateHistoryTimeToLiveByProcessDefinitionIdWithHttpInfo(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for process definition.
|
void |
updateHistoryTimeToLiveByProcessDefinitionKey(String key,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for the latest version of the process definition which belongs to no tenant.
|
void |
updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantId(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for the latest version of the process definition for a tenant.
|
okhttp3.Call |
updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantIdAsync(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live (asynchronously)
Updates history time to live for the latest version of the process definition for a tenant.
|
okhttp3.Call |
updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantIdCall(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantId
|
ApiResponse<Void> |
updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantIdWithHttpInfo(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for the latest version of the process definition for a tenant.
|
okhttp3.Call |
updateHistoryTimeToLiveByProcessDefinitionKeyAsync(String key,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live (asynchronously)
Updates history time to live for the latest version of the process definition which belongs to no tenant.
|
okhttp3.Call |
updateHistoryTimeToLiveByProcessDefinitionKeyCall(String key,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByProcessDefinitionKey
|
ApiResponse<Void> |
updateHistoryTimeToLiveByProcessDefinitionKeyWithHttpInfo(String key,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for the latest version of the process definition which belongs to no tenant.
|
void |
updateProcessDefinitionSuspensionState(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend By Key
Activates or suspends process definitions with the given process definition key.
|
okhttp3.Call |
updateProcessDefinitionSuspensionStateAsync(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend By Key (asynchronously)
Activates or suspends process definitions with the given process definition key.
|
void |
updateProcessDefinitionSuspensionStateById(String id,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend By Id
Activates or suspends a given process definition by id.
|
okhttp3.Call |
updateProcessDefinitionSuspensionStateByIdAsync(String id,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend By Id (asynchronously)
Activates or suspends a given process definition by id.
|
okhttp3.Call |
updateProcessDefinitionSuspensionStateByIdCall(String id,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback _callback)
Build call for updateProcessDefinitionSuspensionStateById
|
ApiResponse<Void> |
updateProcessDefinitionSuspensionStateByIdWithHttpInfo(String id,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend By Id
Activates or suspends a given process definition by id.
|
void |
updateProcessDefinitionSuspensionStateByKey(String key,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend by Id
Activates or suspends a given process definition by latest version of process definition key which belongs to no tenant.
|
void |
updateProcessDefinitionSuspensionStateByKeyAndTenantId(String key,
String tenantId,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend by Id
Activates or suspends a given process definition by the latest version of the process definition for tenant.
|
okhttp3.Call |
updateProcessDefinitionSuspensionStateByKeyAndTenantIdAsync(String key,
String tenantId,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend by Id (asynchronously)
Activates or suspends a given process definition by the latest version of the process definition for tenant.
|
okhttp3.Call |
updateProcessDefinitionSuspensionStateByKeyAndTenantIdCall(String key,
String tenantId,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback _callback)
Build call for updateProcessDefinitionSuspensionStateByKeyAndTenantId
|
ApiResponse<Void> |
updateProcessDefinitionSuspensionStateByKeyAndTenantIdWithHttpInfo(String key,
String tenantId,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend by Id
Activates or suspends a given process definition by the latest version of the process definition for tenant.
|
okhttp3.Call |
updateProcessDefinitionSuspensionStateByKeyAsync(String key,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend by Id (asynchronously)
Activates or suspends a given process definition by latest version of process definition key which belongs to no tenant.
|
okhttp3.Call |
updateProcessDefinitionSuspensionStateByKeyCall(String key,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback _callback)
Build call for updateProcessDefinitionSuspensionStateByKey
|
ApiResponse<Void> |
updateProcessDefinitionSuspensionStateByKeyWithHttpInfo(String key,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend by Id
Activates or suspends a given process definition by latest version of process definition key which belongs to no tenant.
|
okhttp3.Call |
updateProcessDefinitionSuspensionStateCall(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback _callback)
Build call for updateProcessDefinitionSuspensionState
|
ApiResponse<Void> |
updateProcessDefinitionSuspensionStateWithHttpInfo(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend By Key
Activates or suspends process definitions with the given process definition key.
|
public ProcessDefinitionApi()
public ProcessDefinitionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call deleteProcessDefinitionCall(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, ApiCallback _callback) throws ApiException
id
- The id of the process definition to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void deleteProcessDefinition(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) throws ApiException
id
- The id of the process definition to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteProcessDefinitionWithHttpInfo(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) throws ApiException
id
- The id of the process definition to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteProcessDefinitionAsync(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, ApiCallback<Void> _callback) throws ApiException
id
- The id of the process definition to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call deleteProcessDefinitionsByKeyCall(String key, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, ApiCallback _callback) throws ApiException
key
- The key of the process definitions to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void deleteProcessDefinitionsByKey(String key, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) throws ApiException
key
- The key of the process definitions to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteProcessDefinitionsByKeyWithHttpInfo(String key, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) throws ApiException
key
- The key of the process definitions to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteProcessDefinitionsByKeyAsync(String key, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, ApiCallback<Void> _callback) throws ApiException
key
- The key of the process definitions to be deleted. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call deleteProcessDefinitionsByKeyAndTenantIdCall(String key, String tenantId, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, ApiCallback _callback) throws ApiException
key
- The key of the process definitions to be deleted. (required)tenantId
- The id of the tenant the process definitions belong to. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void deleteProcessDefinitionsByKeyAndTenantId(String key, String tenantId, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) throws ApiException
key
- The key of the process definitions to be deleted. (required)tenantId
- The id of the tenant the process definitions belong to. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteProcessDefinitionsByKeyAndTenantIdWithHttpInfo(String key, String tenantId, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) throws ApiException
key
- The key of the process definitions to be deleted. (required)tenantId
- The id of the tenant the process definitions belong to. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteProcessDefinitionsByKeyAndTenantIdAsync(String key, String tenantId, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, ApiCallback<Void> _callback) throws ApiException
key
- The key of the process definitions to be deleted. (required)tenantId
- The id of the tenant the process definitions belong to. (required)cascade
- `true`, if all process instances, historic process instances and jobs for this process definition should be deleted. (optional)skipCustomListeners
- `true`, if only the built-in ExecutionListeners should be notified with the end event. (optional, default to false)skipIoMappings
- A boolean value to control whether input/output mappings should be executed during deletion. `true`, if input/output mappings should not be invoked. (optional, default to false)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getActivityStatisticsCall(String id, Boolean failedJobs, Boolean incidents, String incidentsForType, ApiCallback _callback) throws ApiException
id
- The id of the process definition. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<ActivityStatisticsResultDto> getActivityStatistics(String id, Boolean failedJobs, Boolean incidents, String incidentsForType) throws ApiException
id
- The id of the process definition. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ActivityStatisticsResultDto>> getActivityStatisticsWithHttpInfo(String id, Boolean failedJobs, Boolean incidents, String incidentsForType) throws ApiException
id
- The id of the process definition. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getActivityStatisticsAsync(String id, Boolean failedJobs, Boolean incidents, String incidentsForType, ApiCallback<List<ActivityStatisticsResultDto>> _callback) throws ApiException
id
- The id of the process definition. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getActivityStatisticsByProcessDefinitionKeyCall(String key, Boolean failedJobs, Boolean incidents, String incidentsForType, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<ActivityStatisticsResultDto> getActivityStatisticsByProcessDefinitionKey(String key, Boolean failedJobs, Boolean incidents, String incidentsForType) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ActivityStatisticsResultDto>> getActivityStatisticsByProcessDefinitionKeyWithHttpInfo(String key, Boolean failedJobs, Boolean incidents, String incidentsForType) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getActivityStatisticsByProcessDefinitionKeyAsync(String key, Boolean failedJobs, Boolean incidents, String incidentsForType, ApiCallback<List<ActivityStatisticsResultDto>> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getActivityStatisticsByProcessDefinitionKeyAndTenantIdCall(String key, String tenantId, Boolean failedJobs, Boolean incidents, String incidentsForType, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<ActivityStatisticsResultDto> getActivityStatisticsByProcessDefinitionKeyAndTenantId(String key, String tenantId, Boolean failedJobs, Boolean incidents, String incidentsForType) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ActivityStatisticsResultDto>> getActivityStatisticsByProcessDefinitionKeyAndTenantIdWithHttpInfo(String key, String tenantId, Boolean failedJobs, Boolean incidents, String incidentsForType) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getActivityStatisticsByProcessDefinitionKeyAndTenantIdAsync(String key, String tenantId, Boolean failedJobs, Boolean incidents, String incidentsForType, ApiCallback<List<ActivityStatisticsResultDto>> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDeployedStartFormCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the process definition to get the deployed start form for. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getDeployedStartForm(String id) throws ApiException
id
- The id of the process definition to get the deployed start form for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getDeployedStartFormWithHttpInfo(String id) throws ApiException
id
- The id of the process definition to get the deployed start form for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDeployedStartFormAsync(String id, ApiCallback<File> _callback) throws ApiException
id
- The id of the process definition to get the deployed start form for. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDeployedStartFormByKeyCall(String key, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getDeployedStartFormByKey(String key) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getDeployedStartFormByKeyWithHttpInfo(String key) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDeployedStartFormByKeyAsync(String key, ApiCallback<File> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getDeployedStartFormByKeyAndTenantIdCall(String key, String tenantId, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definitions belong to. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getDeployedStartFormByKeyAndTenantId(String key, String tenantId) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definitions belong to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getDeployedStartFormByKeyAndTenantIdWithHttpInfo(String key, String tenantId) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definitions belong to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getDeployedStartFormByKeyAndTenantIdAsync(String key, String tenantId, ApiCallback<File> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definitions belong to. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getLatestProcessDefinitionByTenantIdCall(String key, String tenantId, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessDefinitionDto getLatestProcessDefinitionByTenantId(String key, String tenantId) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessDefinitionDto> getLatestProcessDefinitionByTenantIdWithHttpInfo(String key, String tenantId) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getLatestProcessDefinitionByTenantIdAsync(String key, String tenantId, ApiCallback<ProcessDefinitionDto> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessDefinitionCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the process definition to be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessDefinitionDto getProcessDefinition(String id) throws ApiException
id
- The id of the process definition to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessDefinitionDto> getProcessDefinitionWithHttpInfo(String id) throws ApiException
id
- The id of the process definition to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessDefinitionAsync(String id, ApiCallback<ProcessDefinitionDto> _callback) throws ApiException
id
- The id of the process definition to be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessDefinitionBpmn20XmlCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the process definition. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessDefinitionDiagramDto getProcessDefinitionBpmn20Xml(String id) throws ApiException
id
- The id of the process definition. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessDefinitionDiagramDto> getProcessDefinitionBpmn20XmlWithHttpInfo(String id) throws ApiException
id
- The id of the process definition. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessDefinitionBpmn20XmlAsync(String id, ApiCallback<ProcessDefinitionDiagramDto> _callback) throws ApiException
id
- The id of the process definition. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessDefinitionBpmn20XmlByKeyCall(String key, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) whose XML should be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessDefinitionDiagramDto getProcessDefinitionBpmn20XmlByKey(String key) throws ApiException
key
- The key of the process definition (the latest version thereof) whose XML should be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessDefinitionDiagramDto> getProcessDefinitionBpmn20XmlByKeyWithHttpInfo(String key) throws ApiException
key
- The key of the process definition (the latest version thereof) whose XML should be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessDefinitionBpmn20XmlByKeyAsync(String key, ApiCallback<ProcessDefinitionDiagramDto> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) whose XML should be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessDefinitionBpmn20XmlByKeyAndTenantIdCall(String key, String tenantId, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) whose XML should be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessDefinitionDiagramDto getProcessDefinitionBpmn20XmlByKeyAndTenantId(String key, String tenantId) throws ApiException
key
- The key of the process definition (the latest version thereof) whose XML should be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessDefinitionDiagramDto> getProcessDefinitionBpmn20XmlByKeyAndTenantIdWithHttpInfo(String key, String tenantId) throws ApiException
key
- The key of the process definition (the latest version thereof) whose XML should be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessDefinitionBpmn20XmlByKeyAndTenantIdAsync(String key, String tenantId, ApiCallback<ProcessDefinitionDiagramDto> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) whose XML should be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessDefinitionByKeyCall(String key, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessDefinitionDto getProcessDefinitionByKey(String key) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessDefinitionDto> getProcessDefinitionByKeyWithHttpInfo(String key) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessDefinitionByKeyAsync(String key, ApiCallback<ProcessDefinitionDto> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessDefinitionDiagramCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the process definition. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getProcessDefinitionDiagram(String id) throws ApiException
id
- The id of the process definition. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getProcessDefinitionDiagramWithHttpInfo(String id) throws ApiException
id
- The id of the process definition. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessDefinitionDiagramAsync(String id, ApiCallback<File> _callback) throws ApiException
id
- The id of the process definition. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessDefinitionDiagramByKeyCall(String key, ApiCallback _callback) throws ApiException
key
- The key of the process definition. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getProcessDefinitionDiagramByKey(String key) throws ApiException
key
- The key of the process definition. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getProcessDefinitionDiagramByKeyWithHttpInfo(String key) throws ApiException
key
- The key of the process definition. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessDefinitionDiagramByKeyAsync(String key, ApiCallback<File> _callback) throws ApiException
key
- The key of the process definition. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessDefinitionDiagramByKeyAndTenantIdCall(String key, String tenantId, ApiCallback _callback) throws ApiException
key
- The key of the process definition. (required)tenantId
- The id of the tenant the process definition belongs to. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getProcessDefinitionDiagramByKeyAndTenantId(String key, String tenantId) throws ApiException
key
- The key of the process definition. (required)tenantId
- The id of the tenant the process definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getProcessDefinitionDiagramByKeyAndTenantIdWithHttpInfo(String key, String tenantId) throws ApiException
key
- The key of the process definition. (required)tenantId
- The id of the tenant the process definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessDefinitionDiagramByKeyAndTenantIdAsync(String key, String tenantId, ApiCallback<File> _callback) throws ApiException
key
- The key of the process definition. (required)tenantId
- The id of the tenant the process definition belongs to. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessDefinitionStatisticsCall(Boolean failedJobs, Boolean incidents, String incidentsForType, Boolean rootIncidents, ApiCallback _callback) throws ApiException
failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)rootIncidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of root incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType` or `incidents`. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<ProcessDefinitionStatisticsResultDto> getProcessDefinitionStatistics(Boolean failedJobs, Boolean incidents, String incidentsForType, Boolean rootIncidents) throws ApiException
failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)rootIncidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of root incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType` or `incidents`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProcessDefinitionStatisticsResultDto>> getProcessDefinitionStatisticsWithHttpInfo(Boolean failedJobs, Boolean incidents, String incidentsForType, Boolean rootIncidents) throws ApiException
failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)rootIncidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of root incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType` or `incidents`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessDefinitionStatisticsAsync(Boolean failedJobs, Boolean incidents, String incidentsForType, Boolean rootIncidents, ApiCallback<List<ProcessDefinitionStatisticsResultDto>> _callback) throws ApiException
failedJobs
- Whether to include the number of failed jobs in the result or not. Valid values are `true` or `false`. (optional)incidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType`. (optional)incidentsForType
- If this property has been set with any incident type (i.e., a string value) the result will only include the number of incidents for the assigned incident type. Cannot be used in combination with `incidents`. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)rootIncidents
- Valid values for this property are `true` or `false`. If this property has been set to `true` the result will include the corresponding number of root incidents for each occurred incident type. If it is set to `false`, the incidents will not be included in the result. Cannot be used in combination with `incidentsForType` or `incidents`. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessDefinitionsCall(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 _callback) throws ApiException
processDefinitionId
- Filter by process definition id. (optional)processDefinitionIdIn
- Filter by a comma-separated list of process definition ids. (optional)name
- Filter by process definition name. (optional)nameLike
- Filter by process definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed after (exclusive) a specific time. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)deployedAt
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed at a specific time (exact match). By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)key
- Filter by process definition key, i.e., the id in the BPMN 2.0 XML. Exact match. (optional)keysIn
- Filter by a comma-separated list of process definition keys. (optional)keyLike
- Filter by process definition keys that the parameter is a substring of. (optional)category
- Filter by process definition category. Exact match. (optional)categoryLike
- Filter by process definition categories that the parameter is a substring of. (optional)version
- Filter by process definition version. (optional)latestVersion
- Only include those process definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the process definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those process definition resources that the parameter is a substring of. (optional)startableBy
- Filter by a user name who is allowed to start the process. (optional)active
- Only include active process definitions. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended process definitions. Value may only be `true`, as `false` is the default behavior. (optional)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include process definitions which belong to no tenant. Value may only be true, as false is the default behavior. (optional)includeProcessDefinitionsWithoutTenantId
- Include process definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tag that the parameter is a substring of. (optional)withoutVersionTag
- Only include process definitions without a `versionTag`. (optional)startableInTasklist
- Filter by process definitions which are startable in Tasklist.. (optional)notStartableInTasklist
- Filter by process definitions which are not startable in Tasklist. (optional)startablePermissionCheck
- Filter by process definitions which the user is allowed to start in Tasklist. If the user doesn't have these permissions the result will be empty list. The permissions are: * `CREATE` permission for all Process instances * `CREATE_INSTANCE` and `READ` permission on Process definition level (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<ProcessDefinitionDto> 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) throws ApiException
processDefinitionId
- Filter by process definition id. (optional)processDefinitionIdIn
- Filter by a comma-separated list of process definition ids. (optional)name
- Filter by process definition name. (optional)nameLike
- Filter by process definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed after (exclusive) a specific time. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)deployedAt
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed at a specific time (exact match). By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)key
- Filter by process definition key, i.e., the id in the BPMN 2.0 XML. Exact match. (optional)keysIn
- Filter by a comma-separated list of process definition keys. (optional)keyLike
- Filter by process definition keys that the parameter is a substring of. (optional)category
- Filter by process definition category. Exact match. (optional)categoryLike
- Filter by process definition categories that the parameter is a substring of. (optional)version
- Filter by process definition version. (optional)latestVersion
- Only include those process definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the process definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those process definition resources that the parameter is a substring of. (optional)startableBy
- Filter by a user name who is allowed to start the process. (optional)active
- Only include active process definitions. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended process definitions. Value may only be `true`, as `false` is the default behavior. (optional)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include process definitions which belong to no tenant. Value may only be true, as false is the default behavior. (optional)includeProcessDefinitionsWithoutTenantId
- Include process definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tag that the parameter is a substring of. (optional)withoutVersionTag
- Only include process definitions without a `versionTag`. (optional)startableInTasklist
- Filter by process definitions which are startable in Tasklist.. (optional)notStartableInTasklist
- Filter by process definitions which are not startable in Tasklist. (optional)startablePermissionCheck
- Filter by process definitions which the user is allowed to start in Tasklist. If the user doesn't have these permissions the result will be empty list. The permissions are: * `CREATE` permission for all Process instances * `CREATE_INSTANCE` and `READ` permission on Process definition level (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProcessDefinitionDto>> 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) throws ApiException
processDefinitionId
- Filter by process definition id. (optional)processDefinitionIdIn
- Filter by a comma-separated list of process definition ids. (optional)name
- Filter by process definition name. (optional)nameLike
- Filter by process definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed after (exclusive) a specific time. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)deployedAt
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed at a specific time (exact match). By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)key
- Filter by process definition key, i.e., the id in the BPMN 2.0 XML. Exact match. (optional)keysIn
- Filter by a comma-separated list of process definition keys. (optional)keyLike
- Filter by process definition keys that the parameter is a substring of. (optional)category
- Filter by process definition category. Exact match. (optional)categoryLike
- Filter by process definition categories that the parameter is a substring of. (optional)version
- Filter by process definition version. (optional)latestVersion
- Only include those process definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the process definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those process definition resources that the parameter is a substring of. (optional)startableBy
- Filter by a user name who is allowed to start the process. (optional)active
- Only include active process definitions. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended process definitions. Value may only be `true`, as `false` is the default behavior. (optional)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include process definitions which belong to no tenant. Value may only be true, as false is the default behavior. (optional)includeProcessDefinitionsWithoutTenantId
- Include process definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tag that the parameter is a substring of. (optional)withoutVersionTag
- Only include process definitions without a `versionTag`. (optional)startableInTasklist
- Filter by process definitions which are startable in Tasklist.. (optional)notStartableInTasklist
- Filter by process definitions which are not startable in Tasklist. (optional)startablePermissionCheck
- Filter by process definitions which the user is allowed to start in Tasklist. If the user doesn't have these permissions the result will be empty list. The permissions are: * `CREATE` permission for all Process instances * `CREATE_INSTANCE` and `READ` permission on Process definition level (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call 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) throws ApiException
processDefinitionId
- Filter by process definition id. (optional)processDefinitionIdIn
- Filter by a comma-separated list of process definition ids. (optional)name
- Filter by process definition name. (optional)nameLike
- Filter by process definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed after (exclusive) a specific time. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)deployedAt
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed at a specific time (exact match). By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)key
- Filter by process definition key, i.e., the id in the BPMN 2.0 XML. Exact match. (optional)keysIn
- Filter by a comma-separated list of process definition keys. (optional)keyLike
- Filter by process definition keys that the parameter is a substring of. (optional)category
- Filter by process definition category. Exact match. (optional)categoryLike
- Filter by process definition categories that the parameter is a substring of. (optional)version
- Filter by process definition version. (optional)latestVersion
- Only include those process definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the process definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those process definition resources that the parameter is a substring of. (optional)startableBy
- Filter by a user name who is allowed to start the process. (optional)active
- Only include active process definitions. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended process definitions. Value may only be `true`, as `false` is the default behavior. (optional)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include process definitions which belong to no tenant. Value may only be true, as false is the default behavior. (optional)includeProcessDefinitionsWithoutTenantId
- Include process definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tag that the parameter is a substring of. (optional)withoutVersionTag
- Only include process definitions without a `versionTag`. (optional)startableInTasklist
- Filter by process definitions which are startable in Tasklist.. (optional)notStartableInTasklist
- Filter by process definitions which are not startable in Tasklist. (optional)startablePermissionCheck
- Filter by process definitions which the user is allowed to start in Tasklist. If the user doesn't have these permissions the result will be empty list. The permissions are: * `CREATE` permission for all Process instances * `CREATE_INSTANCE` and `READ` permission on Process definition level (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessDefinitionsCountCall(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, ApiCallback _callback) throws ApiException
processDefinitionId
- Filter by process definition id. (optional)processDefinitionIdIn
- Filter by a comma-separated list of process definition ids. (optional)name
- Filter by process definition name. (optional)nameLike
- Filter by process definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed after (exclusive) a specific time. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)deployedAt
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed at a specific time (exact match). By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)key
- Filter by process definition key, i.e., the id in the BPMN 2.0 XML. Exact match. (optional)keysIn
- Filter by a comma-separated list of process definition keys. (optional)keyLike
- Filter by process definition keys that the parameter is a substring of. (optional)category
- Filter by process definition category. Exact match. (optional)categoryLike
- Filter by process definition categories that the parameter is a substring of. (optional)version
- Filter by process definition version. (optional)latestVersion
- Only include those process definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the process definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those process definition resources that the parameter is a substring of. (optional)startableBy
- Filter by a user name who is allowed to start the process. (optional)active
- Only include active process definitions. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended process definitions. Value may only be `true`, as `false` is the default behavior. (optional)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include process definitions which belong to no tenant. Value may only be true, as false is the default behavior. (optional)includeProcessDefinitionsWithoutTenantId
- Include process definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tag that the parameter is a substring of. (optional)withoutVersionTag
- Only include process definitions without a `versionTag`. (optional)startableInTasklist
- Filter by process definitions which are startable in Tasklist.. (optional)notStartableInTasklist
- Filter by process definitions which are not startable in Tasklist. (optional)startablePermissionCheck
- Filter by process definitions which the user is allowed to start in Tasklist. If the user doesn't have these permissions the result will be empty list. The permissions are: * `CREATE` permission for all Process instances * `CREATE_INSTANCE` and `READ` permission on Process definition level (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic CountResultDto getProcessDefinitionsCount(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) throws ApiException
processDefinitionId
- Filter by process definition id. (optional)processDefinitionIdIn
- Filter by a comma-separated list of process definition ids. (optional)name
- Filter by process definition name. (optional)nameLike
- Filter by process definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed after (exclusive) a specific time. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)deployedAt
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed at a specific time (exact match). By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)key
- Filter by process definition key, i.e., the id in the BPMN 2.0 XML. Exact match. (optional)keysIn
- Filter by a comma-separated list of process definition keys. (optional)keyLike
- Filter by process definition keys that the parameter is a substring of. (optional)category
- Filter by process definition category. Exact match. (optional)categoryLike
- Filter by process definition categories that the parameter is a substring of. (optional)version
- Filter by process definition version. (optional)latestVersion
- Only include those process definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the process definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those process definition resources that the parameter is a substring of. (optional)startableBy
- Filter by a user name who is allowed to start the process. (optional)active
- Only include active process definitions. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended process definitions. Value may only be `true`, as `false` is the default behavior. (optional)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include process definitions which belong to no tenant. Value may only be true, as false is the default behavior. (optional)includeProcessDefinitionsWithoutTenantId
- Include process definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tag that the parameter is a substring of. (optional)withoutVersionTag
- Only include process definitions without a `versionTag`. (optional)startableInTasklist
- Filter by process definitions which are startable in Tasklist.. (optional)notStartableInTasklist
- Filter by process definitions which are not startable in Tasklist. (optional)startablePermissionCheck
- Filter by process definitions which the user is allowed to start in Tasklist. If the user doesn't have these permissions the result will be empty list. The permissions are: * `CREATE` permission for all Process instances * `CREATE_INSTANCE` and `READ` permission on Process definition level (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CountResultDto> getProcessDefinitionsCountWithHttpInfo(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) throws ApiException
processDefinitionId
- Filter by process definition id. (optional)processDefinitionIdIn
- Filter by a comma-separated list of process definition ids. (optional)name
- Filter by process definition name. (optional)nameLike
- Filter by process definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed after (exclusive) a specific time. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)deployedAt
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed at a specific time (exact match). By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)key
- Filter by process definition key, i.e., the id in the BPMN 2.0 XML. Exact match. (optional)keysIn
- Filter by a comma-separated list of process definition keys. (optional)keyLike
- Filter by process definition keys that the parameter is a substring of. (optional)category
- Filter by process definition category. Exact match. (optional)categoryLike
- Filter by process definition categories that the parameter is a substring of. (optional)version
- Filter by process definition version. (optional)latestVersion
- Only include those process definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the process definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those process definition resources that the parameter is a substring of. (optional)startableBy
- Filter by a user name who is allowed to start the process. (optional)active
- Only include active process definitions. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended process definitions. Value may only be `true`, as `false` is the default behavior. (optional)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include process definitions which belong to no tenant. Value may only be true, as false is the default behavior. (optional)includeProcessDefinitionsWithoutTenantId
- Include process definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tag that the parameter is a substring of. (optional)withoutVersionTag
- Only include process definitions without a `versionTag`. (optional)startableInTasklist
- Filter by process definitions which are startable in Tasklist.. (optional)notStartableInTasklist
- Filter by process definitions which are not startable in Tasklist. (optional)startablePermissionCheck
- Filter by process definitions which the user is allowed to start in Tasklist. If the user doesn't have these permissions the result will be empty list. The permissions are: * `CREATE` permission for all Process instances * `CREATE_INSTANCE` and `READ` permission on Process definition level (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessDefinitionsCountAsync(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, ApiCallback<CountResultDto> _callback) throws ApiException
processDefinitionId
- Filter by process definition id. (optional)processDefinitionIdIn
- Filter by a comma-separated list of process definition ids. (optional)name
- Filter by process definition name. (optional)nameLike
- Filter by process definition names that the parameter is a substring of. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)deployedAfter
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed after (exclusive) a specific time. By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)deployedAt
- Filter by the deploy time of the deployment the process definition belongs to. Only selects process definitions that have been deployed at a specific time (exact match). By [default](https://docs.camunda.org/manual/7.15/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.546+0200`. (optional)key
- Filter by process definition key, i.e., the id in the BPMN 2.0 XML. Exact match. (optional)keysIn
- Filter by a comma-separated list of process definition keys. (optional)keyLike
- Filter by process definition keys that the parameter is a substring of. (optional)category
- Filter by process definition category. Exact match. (optional)categoryLike
- Filter by process definition categories that the parameter is a substring of. (optional)version
- Filter by process definition version. (optional)latestVersion
- Only include those process definitions that are latest versions. Value may only be `true`, as `false` is the default behavior. (optional)resourceName
- Filter by the name of the process definition resource. Exact match. (optional)resourceNameLike
- Filter by names of those process definition resources that the parameter is a substring of. (optional)startableBy
- Filter by a user name who is allowed to start the process. (optional)active
- Only include active process definitions. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended process definitions. Value may only be `true`, as `false` is the default behavior. (optional)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process definition must have one of the given tenant ids. (optional)withoutTenantId
- Only include process definitions which belong to no tenant. Value may only be true, as false is the default behavior. (optional)includeProcessDefinitionsWithoutTenantId
- Include process definitions which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)versionTag
- Filter by the version tag. (optional)versionTagLike
- Filter by the version tag that the parameter is a substring of. (optional)withoutVersionTag
- Only include process definitions without a `versionTag`. (optional)startableInTasklist
- Filter by process definitions which are startable in Tasklist.. (optional)notStartableInTasklist
- Filter by process definitions which are not startable in Tasklist. (optional)startablePermissionCheck
- Filter by process definitions which the user is allowed to start in Tasklist. If the user doesn't have these permissions the result will be empty list. The permissions are: * `CREATE` permission for all Process instances * `CREATE_INSTANCE` and `READ` permission on Process definition level (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getRenderedStartFormCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the process definition to get the rendered start form for. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getRenderedStartForm(String id) throws ApiException
id
- The id of the process definition to get the rendered start form for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getRenderedStartFormWithHttpInfo(String id) throws ApiException
id
- The id of the process definition to get the rendered start form for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getRenderedStartFormAsync(String id, ApiCallback<File> _callback) throws ApiException
id
- The id of the process definition to get the rendered start form for. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getRenderedStartFormByKeyCall(String key, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getRenderedStartFormByKey(String key) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getRenderedStartFormByKeyWithHttpInfo(String key) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getRenderedStartFormByKeyAsync(String key, ApiCallback<File> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getRenderedStartFormByKeyAndTenantIdCall(String key, String tenantId, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getRenderedStartFormByKeyAndTenantId(String key, String tenantId) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getRenderedStartFormByKeyAndTenantIdWithHttpInfo(String key, String tenantId) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getRenderedStartFormByKeyAndTenantIdAsync(String key, String tenantId, ApiCallback<File> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getStartFormCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the process definition to get the start form key for. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic FormDto getStartForm(String id) throws ApiException
id
- The id of the process definition to get the start form key for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FormDto> getStartFormWithHttpInfo(String id) throws ApiException
id
- The id of the process definition to get the start form key for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getStartFormAsync(String id, ApiCallback<FormDto> _callback) throws ApiException
id
- The id of the process definition to get the start form key for. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getStartFormByKeyCall(String key, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) for which the form key is to be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic FormDto getStartFormByKey(String key) throws ApiException
key
- The key of the process definition (the latest version thereof) for which the form key is to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FormDto> getStartFormByKeyWithHttpInfo(String key) throws ApiException
key
- The key of the process definition (the latest version thereof) for which the form key is to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getStartFormByKeyAsync(String key, ApiCallback<FormDto> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) for which the form key is to be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getStartFormByKeyAndTenantIdCall(String key, String tenantId, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) for which the form key is to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic FormDto getStartFormByKeyAndTenantId(String key, String tenantId) throws ApiException
key
- The key of the process definition (the latest version thereof) for which the form key is to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FormDto> getStartFormByKeyAndTenantIdWithHttpInfo(String key, String tenantId) throws ApiException
key
- The key of the process definition (the latest version thereof) for which the form key is to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getStartFormByKeyAndTenantIdAsync(String key, String tenantId, ApiCallback<FormDto> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) for which the form key is to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getStartFormVariablesCall(String id, String variableNames, Boolean deserializeValues, ApiCallback _callback) throws ApiException
id
- The id of the process definition to retrieve the variables for. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic Map<String,VariableValueDto> getStartFormVariables(String id, String variableNames, Boolean deserializeValues) throws ApiException
id
- The id of the process definition to retrieve the variables for. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Map<String,VariableValueDto>> getStartFormVariablesWithHttpInfo(String id, String variableNames, Boolean deserializeValues) throws ApiException
id
- The id of the process definition to retrieve the variables for. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getStartFormVariablesAsync(String id, String variableNames, Boolean deserializeValues, ApiCallback<Map<String,VariableValueDto>> _callback) throws ApiException
id
- The id of the process definition to retrieve the variables for. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getStartFormVariablesByKeyCall(String key, String variableNames, Boolean deserializeValues, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic Map<String,VariableValueDto> getStartFormVariablesByKey(String key, String variableNames, Boolean deserializeValues) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Map<String,VariableValueDto>> getStartFormVariablesByKeyWithHttpInfo(String key, String variableNames, Boolean deserializeValues) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getStartFormVariablesByKeyAsync(String key, String variableNames, Boolean deserializeValues, ApiCallback<Map<String,VariableValueDto>> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getStartFormVariablesByKeyAndTenantIdCall(String key, String tenantId, String variableNames, Boolean deserializeValues, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic Map<String,VariableValueDto> getStartFormVariablesByKeyAndTenantId(String key, String tenantId, String variableNames, Boolean deserializeValues) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Map<String,VariableValueDto>> getStartFormVariablesByKeyAndTenantIdWithHttpInfo(String key, String tenantId, String variableNames, Boolean deserializeValues) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getStartFormVariablesByKeyAndTenantIdAsync(String key, String tenantId, String variableNames, Boolean deserializeValues, ApiCallback<Map<String,VariableValueDto>> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)variableNames
- A comma-separated list of variable names. Allows restricting the list of requested variables to the variable names in the list. It is best practice to restrict the list of variables to the variables actually required by the form in order to minimize fetching of data. If the query parameter is ommitted all variables are fetched. If the query parameter contains non-existent variable names, the variable names are ignored. (optional)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](http://jackson.codehaus.org/) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. **Note**: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call restartProcessInstanceCall(String id, RestartProcessInstanceDto restartProcessInstanceDto, ApiCallback _callback) throws ApiException
id
- The id of the process definition of the process instances to restart. (required)restartProcessInstanceDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void restartProcessInstance(String id, RestartProcessInstanceDto restartProcessInstanceDto) throws ApiException
id
- The id of the process definition of the process instances to restart. (required)restartProcessInstanceDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> restartProcessInstanceWithHttpInfo(String id, RestartProcessInstanceDto restartProcessInstanceDto) throws ApiException
id
- The id of the process definition of the process instances to restart. (required)restartProcessInstanceDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call restartProcessInstanceAsync(String id, RestartProcessInstanceDto restartProcessInstanceDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the process definition of the process instances to restart. (required)restartProcessInstanceDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call restartProcessInstanceAsyncOperationCall(String id, RestartProcessInstanceDto restartProcessInstanceDto, ApiCallback _callback) throws ApiException
id
- The id of the process definition of the process instances to restart. (required)restartProcessInstanceDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic BatchDto restartProcessInstanceAsyncOperation(String id, RestartProcessInstanceDto restartProcessInstanceDto) throws ApiException
id
- The id of the process definition of the process instances to restart. (required)restartProcessInstanceDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchDto> restartProcessInstanceAsyncOperationWithHttpInfo(String id, RestartProcessInstanceDto restartProcessInstanceDto) throws ApiException
id
- The id of the process definition of the process instances to restart. (required)restartProcessInstanceDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call restartProcessInstanceAsyncOperationAsync(String id, RestartProcessInstanceDto restartProcessInstanceDto, ApiCallback<BatchDto> _callback) throws ApiException
id
- The id of the process definition of the process instances to restart. (required)restartProcessInstanceDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call startProcessInstanceCall(String id, StartProcessInstanceDto startProcessInstanceDto, ApiCallback _callback) throws ApiException
id
- The id of the process definition to be retrieved. (required)startProcessInstanceDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessInstanceWithVariablesDto startProcessInstance(String id, StartProcessInstanceDto startProcessInstanceDto) throws ApiException
id
- The id of the process definition to be retrieved. (required)startProcessInstanceDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessInstanceWithVariablesDto> startProcessInstanceWithHttpInfo(String id, StartProcessInstanceDto startProcessInstanceDto) throws ApiException
id
- The id of the process definition to be retrieved. (required)startProcessInstanceDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call startProcessInstanceAsync(String id, StartProcessInstanceDto startProcessInstanceDto, ApiCallback<ProcessInstanceWithVariablesDto> _callback) throws ApiException
id
- The id of the process definition to be retrieved. (required)startProcessInstanceDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call startProcessInstanceByKeyCall(String key, StartProcessInstanceDto startProcessInstanceDto, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)startProcessInstanceDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessInstanceWithVariablesDto startProcessInstanceByKey(String key, StartProcessInstanceDto startProcessInstanceDto) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)startProcessInstanceDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessInstanceWithVariablesDto> startProcessInstanceByKeyWithHttpInfo(String key, StartProcessInstanceDto startProcessInstanceDto) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)startProcessInstanceDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call startProcessInstanceByKeyAsync(String key, StartProcessInstanceDto startProcessInstanceDto, ApiCallback<ProcessInstanceWithVariablesDto> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)startProcessInstanceDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call startProcessInstanceByKeyAndTenantIdCall(String key, String tenantId, StartProcessInstanceDto startProcessInstanceDto, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)startProcessInstanceDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessInstanceWithVariablesDto startProcessInstanceByKeyAndTenantId(String key, String tenantId, StartProcessInstanceDto startProcessInstanceDto) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)startProcessInstanceDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessInstanceWithVariablesDto> startProcessInstanceByKeyAndTenantIdWithHttpInfo(String key, String tenantId, StartProcessInstanceDto startProcessInstanceDto) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)startProcessInstanceDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call startProcessInstanceByKeyAndTenantIdAsync(String key, String tenantId, StartProcessInstanceDto startProcessInstanceDto, ApiCallback<ProcessInstanceWithVariablesDto> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be retrieved. (required)tenantId
- The id of the tenant the process definition belongs to. (required)startProcessInstanceDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call submitFormCall(String id, StartProcessInstanceFormDto startProcessInstanceFormDto, ApiCallback _callback) throws ApiException
id
- The id of the process definition to submit the form for. (required)startProcessInstanceFormDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessInstanceDto submitForm(String id, StartProcessInstanceFormDto startProcessInstanceFormDto) throws ApiException
id
- The id of the process definition to submit the form for. (required)startProcessInstanceFormDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessInstanceDto> submitFormWithHttpInfo(String id, StartProcessInstanceFormDto startProcessInstanceFormDto) throws ApiException
id
- The id of the process definition to submit the form for. (required)startProcessInstanceFormDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call submitFormAsync(String id, StartProcessInstanceFormDto startProcessInstanceFormDto, ApiCallback<ProcessInstanceDto> _callback) throws ApiException
id
- The id of the process definition to submit the form for. (required)startProcessInstanceFormDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call submitFormByKeyCall(String key, StartProcessInstanceFormDto startProcessInstanceFormDto, ApiCallback _callback) throws ApiException
key
- The key of the process definition to submit the form for. (required)startProcessInstanceFormDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessInstanceDto submitFormByKey(String key, StartProcessInstanceFormDto startProcessInstanceFormDto) throws ApiException
key
- The key of the process definition to submit the form for. (required)startProcessInstanceFormDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessInstanceDto> submitFormByKeyWithHttpInfo(String key, StartProcessInstanceFormDto startProcessInstanceFormDto) throws ApiException
key
- The key of the process definition to submit the form for. (required)startProcessInstanceFormDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call submitFormByKeyAsync(String key, StartProcessInstanceFormDto startProcessInstanceFormDto, ApiCallback<ProcessInstanceDto> _callback) throws ApiException
key
- The key of the process definition to submit the form for. (required)startProcessInstanceFormDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call submitFormByKeyAndTenantIdCall(String key, String tenantId, StartProcessInstanceFormDto startProcessInstanceFormDto, ApiCallback _callback) throws ApiException
key
- The key of the process definition to submit the form for. (required)tenantId
- The id of the tenant the process definition belongs to. (required)startProcessInstanceFormDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessInstanceDto submitFormByKeyAndTenantId(String key, String tenantId, StartProcessInstanceFormDto startProcessInstanceFormDto) throws ApiException
key
- The key of the process definition to submit the form for. (required)tenantId
- The id of the tenant the process definition belongs to. (required)startProcessInstanceFormDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessInstanceDto> submitFormByKeyAndTenantIdWithHttpInfo(String key, String tenantId, StartProcessInstanceFormDto startProcessInstanceFormDto) throws ApiException
key
- The key of the process definition to submit the form for. (required)tenantId
- The id of the tenant the process definition belongs to. (required)startProcessInstanceFormDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call submitFormByKeyAndTenantIdAsync(String key, String tenantId, StartProcessInstanceFormDto startProcessInstanceFormDto, ApiCallback<ProcessInstanceDto> _callback) throws ApiException
key
- The key of the process definition to submit the form for. (required)tenantId
- The id of the tenant the process definition belongs to. (required)startProcessInstanceFormDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateHistoryTimeToLiveByProcessDefinitionIdCall(String id, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback _callback) throws ApiException
id
- The id of the process definition to change history time to live. (required)historyTimeToLiveDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateHistoryTimeToLiveByProcessDefinitionId(String id, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
id
- The id of the process definition to change history time to live. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateHistoryTimeToLiveByProcessDefinitionIdWithHttpInfo(String id, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
id
- The id of the process definition to change history time to live. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateHistoryTimeToLiveByProcessDefinitionIdAsync(String id, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the process definition to change history time to live. (required)historyTimeToLiveDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateHistoryTimeToLiveByProcessDefinitionKeyCall(String key, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback _callback) throws ApiException
key
- The key of the process definition to change history time to live. (required)historyTimeToLiveDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateHistoryTimeToLiveByProcessDefinitionKey(String key, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
key
- The key of the process definition to change history time to live. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateHistoryTimeToLiveByProcessDefinitionKeyWithHttpInfo(String key, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
key
- The key of the process definition to change history time to live. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateHistoryTimeToLiveByProcessDefinitionKeyAsync(String key, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback<Void> _callback) throws ApiException
key
- The key of the process definition to change history time to live. (required)historyTimeToLiveDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantIdCall(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback _callback) throws ApiException
key
- The key of the process definition to change history time to live. (required)tenantId
- The id of the tenant the process definition belongs to. (required)historyTimeToLiveDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantId(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
key
- The key of the process definition to change history time to live. (required)tenantId
- The id of the tenant the process definition belongs to. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantIdWithHttpInfo(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto) throws ApiException
key
- The key of the process definition to change history time to live. (required)tenantId
- The id of the tenant the process definition belongs to. (required)historyTimeToLiveDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantIdAsync(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto, ApiCallback<Void> _callback) throws ApiException
key
- The key of the process definition to change history time to live. (required)tenantId
- The id of the tenant the process definition belongs to. (required)historyTimeToLiveDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateProcessDefinitionSuspensionStateCall(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, ApiCallback _callback) throws ApiException
processDefinitionSuspensionStateDto
- **Note**: Unallowed property is `processDefinitionId`. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateProcessDefinitionSuspensionState(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) throws ApiException
processDefinitionSuspensionStateDto
- **Note**: Unallowed property is `processDefinitionId`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateProcessDefinitionSuspensionStateWithHttpInfo(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) throws ApiException
processDefinitionSuspensionStateDto
- **Note**: Unallowed property is `processDefinitionId`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateProcessDefinitionSuspensionStateAsync(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, ApiCallback<Void> _callback) throws ApiException
processDefinitionSuspensionStateDto
- **Note**: Unallowed property is `processDefinitionId`. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateProcessDefinitionSuspensionStateByIdCall(String id, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, ApiCallback _callback) throws ApiException
id
- The id of the process definition to activate or suspend. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateProcessDefinitionSuspensionStateById(String id, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) throws ApiException
id
- The id of the process definition to activate or suspend. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateProcessDefinitionSuspensionStateByIdWithHttpInfo(String id, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) throws ApiException
id
- The id of the process definition to activate or suspend. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateProcessDefinitionSuspensionStateByIdAsync(String id, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the process definition to activate or suspend. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateProcessDefinitionSuspensionStateByKeyCall(String key, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be activated/suspended. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateProcessDefinitionSuspensionStateByKey(String key, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) throws ApiException
key
- The key of the process definition (the latest version thereof) to be activated/suspended. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateProcessDefinitionSuspensionStateByKeyWithHttpInfo(String key, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) throws ApiException
key
- The key of the process definition (the latest version thereof) to be activated/suspended. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateProcessDefinitionSuspensionStateByKeyAsync(String key, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, ApiCallback<Void> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be activated/suspended. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateProcessDefinitionSuspensionStateByKeyAndTenantIdCall(String key, String tenantId, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, ApiCallback _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be activated/suspended. (required)tenantId
- The id of the tenant the process definition belongs to. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateProcessDefinitionSuspensionStateByKeyAndTenantId(String key, String tenantId, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) throws ApiException
key
- The key of the process definition (the latest version thereof) to be activated/suspended. (required)tenantId
- The id of the tenant the process definition belongs to. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateProcessDefinitionSuspensionStateByKeyAndTenantIdWithHttpInfo(String key, String tenantId, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) throws ApiException
key
- The key of the process definition (the latest version thereof) to be activated/suspended. (required)tenantId
- The id of the tenant the process definition belongs to. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateProcessDefinitionSuspensionStateByKeyAndTenantIdAsync(String key, String tenantId, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, ApiCallback<Void> _callback) throws ApiException
key
- The key of the process definition (the latest version thereof) to be activated/suspended. (required)tenantId
- The id of the tenant the process definition belongs to. (required)processDefinitionSuspensionStateDto
- **Note**: Unallowed properties are `processDefinitionId` and `processDefinitionKey`. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.