Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
ProcessInstanceDto |
ProcessInstanceApi.getProcessInstance(String id)
Get Process Instance
Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine.
|
ProcessInstanceDto |
ProcessDefinitionApi.submitForm(String id,
StartProcessInstanceFormDto startProcessInstanceFormDto)
Submit Start Form
Starts a process instance using a set of process variables and the business key.
|
ProcessInstanceDto |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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.
|
Modifier and Type | Method and Description |
---|---|
List<ProcessInstanceDto> |
ConditionApi.evaluateCondition(EvaluationConditionDto evaluationConditionDto)
Triggers evaluation of conditions for conditional start event(s).
|
ApiResponse<List<ProcessInstanceDto>> |
ConditionApi.evaluateConditionWithHttpInfo(EvaluationConditionDto evaluationConditionDto)
Triggers evaluation of conditions for conditional start event(s).
|
List<ProcessInstanceDto> |
ProcessInstanceApi.getProcessInstances(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String processInstanceIds,
String businessKey,
String businessKeyLike,
String caseInstanceId,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionKeyNotIn,
String deploymentId,
String superProcessInstance,
String subProcessInstance,
String superCaseInstance,
String subCaseInstance,
Boolean active,
Boolean suspended,
Boolean withIncident,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean processDefinitionWithoutTenantId,
String activityIdIn,
Boolean rootProcessInstances,
Boolean leafProcessInstances,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Queries for process instances that fulfill given parameters.
|
ApiResponse<List<ProcessInstanceDto>> |
ProcessInstanceApi.getProcessInstancesWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String processInstanceIds,
String businessKey,
String businessKeyLike,
String caseInstanceId,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionKeyNotIn,
String deploymentId,
String superProcessInstance,
String subProcessInstance,
String superCaseInstance,
String subCaseInstance,
Boolean active,
Boolean suspended,
Boolean withIncident,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean processDefinitionWithoutTenantId,
String activityIdIn,
Boolean rootProcessInstances,
Boolean leafProcessInstances,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Queries for process instances that fulfill given parameters.
|
ApiResponse<ProcessInstanceDto> |
ProcessInstanceApi.getProcessInstanceWithHttpInfo(String id)
Get Process Instance
Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine.
|
List<ProcessInstanceDto> |
ProcessInstanceApi.queryProcessInstances(Integer firstResult,
Integer maxResults,
ProcessInstanceQueryDto processInstanceQueryDto)
Queries for process instances that fulfill given parameters through a JSON object.
|
ApiResponse<List<ProcessInstanceDto>> |
ProcessInstanceApi.queryProcessInstancesWithHttpInfo(Integer firstResult,
Integer maxResults,
ProcessInstanceQueryDto processInstanceQueryDto)
Queries for process instances that fulfill given parameters through a JSON object.
|
ApiResponse<ProcessInstanceDto> |
ProcessDefinitionApi.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.
|
ApiResponse<ProcessInstanceDto> |
ProcessDefinitionApi.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.
|
ApiResponse<ProcessInstanceDto> |
ProcessDefinitionApi.submitFormWithHttpInfo(String id,
StartProcessInstanceFormDto startProcessInstanceFormDto)
Submit Start Form
Starts a process instance using a set of process variables and the business key.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ConditionApi.evaluateConditionAsync(EvaluationConditionDto evaluationConditionDto,
ApiCallback<List<ProcessInstanceDto>> _callback)
(asynchronously)
Triggers evaluation of conditions for conditional start event(s).
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstanceAsync(String id,
ApiCallback<ProcessInstanceDto> _callback)
Get Process Instance (asynchronously)
Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstancesAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String processInstanceIds,
String businessKey,
String businessKeyLike,
String caseInstanceId,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionKeyNotIn,
String deploymentId,
String superProcessInstance,
String subProcessInstance,
String superCaseInstance,
String subCaseInstance,
Boolean active,
Boolean suspended,
Boolean withIncident,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean processDefinitionWithoutTenantId,
String activityIdIn,
Boolean rootProcessInstances,
Boolean leafProcessInstances,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
ApiCallback<List<ProcessInstanceDto>> _callback)
(asynchronously)
Queries for process instances that fulfill given parameters.
|
okhttp3.Call |
ProcessInstanceApi.queryProcessInstancesAsync(Integer firstResult,
Integer maxResults,
ProcessInstanceQueryDto processInstanceQueryDto,
ApiCallback<List<ProcessInstanceDto>> _callback)
(asynchronously)
Queries for process instances that fulfill given parameters through a JSON object.
|
okhttp3.Call |
ProcessDefinitionApi.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.
|
okhttp3.Call |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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.
|
Modifier and Type | Method and Description |
---|---|
ProcessInstanceDto |
ProcessInstanceDto.addLinksItem(AtomLink linksItem) |
ProcessInstanceDto |
ProcessInstanceDto.businessKey(String businessKey) |
ProcessInstanceDto |
ProcessInstanceDto.caseInstanceId(String caseInstanceId) |
ProcessInstanceDto |
ProcessInstanceDto.definitionId(String definitionId) |
ProcessInstanceDto |
ProcessInstanceDto.ended(Boolean ended) |
ProcessInstanceDto |
MessageCorrelationResultWithVariableDto.getProcessInstance()
Get processInstance
|
ProcessInstanceDto |
ProcessInstanceDto.id(String id) |
ProcessInstanceDto |
ProcessInstanceDto.links(List<AtomLink> links) |
ProcessInstanceDto |
ProcessInstanceDto.suspended(Boolean suspended) |
ProcessInstanceDto |
ProcessInstanceDto.tenantId(String tenantId) |
Modifier and Type | Method and Description |
---|---|
MessageCorrelationResultWithVariableDto |
MessageCorrelationResultWithVariableDto.processInstance(ProcessInstanceDto processInstance) |
void |
MessageCorrelationResultWithVariableDto.setProcessInstance(ProcessInstanceDto processInstance) |
Copyright © 2022. All rights reserved.