Package | Description |
---|---|
org.openapitools.client | |
org.openapitools.client.api |
Modifier and Type | Method and Description |
---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDto |
TaskAttachmentApi.addAttachment(String id,
String attachmentName,
String attachmentDescription,
String attachmentType,
String url,
File content)
Create
Creates an attachment for a task.
|
okhttp3.Call |
TaskAttachmentApi.addAttachmentAsync(String id,
String attachmentName,
String attachmentDescription,
String attachmentType,
String url,
File content,
ApiCallback<AttachmentDto> _callback)
Create (asynchronously)
Creates an attachment for a task.
|
okhttp3.Call |
TaskAttachmentApi.addAttachmentCall(String id,
String attachmentName,
String attachmentDescription,
String attachmentType,
String url,
File content,
ApiCallback _callback)
Build call for addAttachment
|
ApiResponse<AttachmentDto> |
TaskAttachmentApi.addAttachmentWithHttpInfo(String id,
String attachmentName,
String attachmentDescription,
String attachmentType,
String url,
File content)
Create
Creates an attachment for a task.
|
void |
TaskIdentityLinkApi.addIdentityLink(String id,
IdentityLinkDto identityLinkDto)
Add
Adds an identity link to a task by id.
|
okhttp3.Call |
TaskIdentityLinkApi.addIdentityLinkAsync(String id,
IdentityLinkDto identityLinkDto,
ApiCallback<Void> _callback)
Add (asynchronously)
Adds an identity link to a task by id.
|
okhttp3.Call |
TaskIdentityLinkApi.addIdentityLinkCall(String id,
IdentityLinkDto identityLinkDto,
ApiCallback _callback)
Build call for addIdentityLink
|
ApiResponse<Void> |
TaskIdentityLinkApi.addIdentityLinkWithHttpInfo(String id,
IdentityLinkDto identityLinkDto)
Add
Adds an identity link to a task by id.
|
ResourceOptionsDto |
GroupApi.availableGroupInstanceOperations(String id)
Group Resource Instance Options
The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.
|
okhttp3.Call |
GroupApi.availableGroupInstanceOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Group Resource Instance Options (asynchronously)
The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.
|
okhttp3.Call |
GroupApi.availableGroupInstanceOperationsCall(String id,
ApiCallback _callback)
Build call for availableGroupInstanceOperations
|
ApiResponse<ResourceOptionsDto> |
GroupApi.availableGroupInstanceOperationsWithHttpInfo(String id)
Group Resource Instance Options
The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.
|
ResourceOptionsDto |
GroupApi.availableGroupMembersOperations(String id)
Group Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
okhttp3.Call |
GroupApi.availableGroupMembersOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Group Membership Resource Options (asynchronously)
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
okhttp3.Call |
GroupApi.availableGroupMembersOperationsCall(String id,
ApiCallback _callback)
Build call for availableGroupMembersOperations
|
ApiResponse<ResourceOptionsDto> |
GroupApi.availableGroupMembersOperationsWithHttpInfo(String id)
Group Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
ResourceOptionsDto |
GroupApi.availableGroupOperations()
Group Resource Options
The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.
|
okhttp3.Call |
GroupApi.availableGroupOperationsAsync(ApiCallback<ResourceOptionsDto> _callback)
Group Resource Options (asynchronously)
The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.
|
okhttp3.Call |
GroupApi.availableGroupOperationsCall(ApiCallback _callback)
Build call for availableGroupOperations
|
ApiResponse<ResourceOptionsDto> |
GroupApi.availableGroupOperationsWithHttpInfo()
Group Resource Options
The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.
|
ResourceOptionsDto |
UserApi.availableOperations()
Options
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
okhttp3.Call |
UserApi.availableOperationsAsync(ApiCallback<ResourceOptionsDto> _callback)
Options (asynchronously)
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
okhttp3.Call |
UserApi.availableOperationsCall(ApiCallback _callback)
Build call for availableOperations
|
ApiResponse<ResourceOptionsDto> |
UserApi.availableOperationsWithHttpInfo()
Options
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
ResourceOptionsDto |
TenantApi.availableTenantGroupMembersOperations(String id)
Tenant Group Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
okhttp3.Call |
TenantApi.availableTenantGroupMembersOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Tenant Group Membership Resource Options (asynchronously)
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
okhttp3.Call |
TenantApi.availableTenantGroupMembersOperationsCall(String id,
ApiCallback _callback)
Build call for availableTenantGroupMembersOperations
|
ApiResponse<ResourceOptionsDto> |
TenantApi.availableTenantGroupMembersOperationsWithHttpInfo(String id)
Tenant Group Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
ResourceOptionsDto |
TenantApi.availableTenantInstanceOperations(String id)
Tenant Resource Options
The `/tenant` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual tenant instances.
|
okhttp3.Call |
TenantApi.availableTenantInstanceOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Tenant Resource Options (asynchronously)
The `/tenant` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual tenant instances.
|
okhttp3.Call |
TenantApi.availableTenantInstanceOperationsCall(String id,
ApiCallback _callback)
Build call for availableTenantInstanceOperations
|
ApiResponse<ResourceOptionsDto> |
TenantApi.availableTenantInstanceOperationsWithHttpInfo(String id)
Tenant Resource Options
The `/tenant` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual tenant instances.
|
ResourceOptionsDto |
TenantApi.availableTenantResourceOperations()
Tenant Resource Options
The `/tenant` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual tenant instances.
|
okhttp3.Call |
TenantApi.availableTenantResourceOperationsAsync(ApiCallback<ResourceOptionsDto> _callback)
Tenant Resource Options (asynchronously)
The `/tenant` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual tenant instances.
|
okhttp3.Call |
TenantApi.availableTenantResourceOperationsCall(ApiCallback _callback)
Build call for availableTenantResourceOperations
|
ApiResponse<ResourceOptionsDto> |
TenantApi.availableTenantResourceOperationsWithHttpInfo()
Tenant Resource Options
The `/tenant` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual tenant instances.
|
ResourceOptionsDto |
TenantApi.availableTenantUserMembersOperations(String id)
Tenant User Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
okhttp3.Call |
TenantApi.availableTenantUserMembersOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Tenant User Membership Resource Options (asynchronously)
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
okhttp3.Call |
TenantApi.availableTenantUserMembersOperationsCall(String id,
ApiCallback _callback)
Build call for availableTenantUserMembersOperations
|
ApiResponse<ResourceOptionsDto> |
TenantApi.availableTenantUserMembersOperationsWithHttpInfo(String id)
Tenant User Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.
|
ResourceOptionsDto |
UserApi.availableUserOperations(String id)
Options
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
okhttp3.Call |
UserApi.availableUserOperationsAsync(String id,
ApiCallback<ResourceOptionsDto> _callback)
Options (asynchronously)
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
okhttp3.Call |
UserApi.availableUserOperationsCall(String id,
ApiCallback _callback)
Build call for availableUserOperations
|
ApiResponse<ResourceOptionsDto> |
UserApi.availableUserOperationsWithHttpInfo(String id)
Options
The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.
|
CheckPasswordPolicyResultDto |
IdentityApi.checkPassword(PasswordPolicyRequestDto passwordPolicyRequestDto)
Validate Password
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
okhttp3.Call |
IdentityApi.checkPasswordAsync(PasswordPolicyRequestDto passwordPolicyRequestDto,
ApiCallback<CheckPasswordPolicyResultDto> _callback)
Validate Password (asynchronously)
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
okhttp3.Call |
IdentityApi.checkPasswordCall(PasswordPolicyRequestDto passwordPolicyRequestDto,
ApiCallback _callback)
Build call for checkPassword
|
ApiResponse<CheckPasswordPolicyResultDto> |
IdentityApi.checkPasswordWithHttpInfo(PasswordPolicyRequestDto passwordPolicyRequestDto)
Validate Password
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
void |
TaskApi.claim(String id,
UserIdDto userIdDto)
Claim
Claims a task for a specific user.
|
okhttp3.Call |
TaskApi.claimAsync(String id,
UserIdDto userIdDto,
ApiCallback<Void> _callback)
Claim (asynchronously)
Claims a task for a specific user.
|
okhttp3.Call |
TaskApi.claimCall(String id,
UserIdDto userIdDto,
ApiCallback _callback)
Build call for claim
|
ApiResponse<Void> |
TaskApi.claimWithHttpInfo(String id,
UserIdDto userIdDto)
Claim
Claims a task for a specific user.
|
void |
IncidentApi.clearIncidentAnnotation(String id)
Clear Incident Annotation
Clears the annotation of an incident with given id.
|
okhttp3.Call |
IncidentApi.clearIncidentAnnotationAsync(String id,
ApiCallback<Void> _callback)
Clear Incident Annotation (asynchronously)
Clears the annotation of an incident with given id.
|
okhttp3.Call |
IncidentApi.clearIncidentAnnotationCall(String id,
ApiCallback _callback)
Build call for clearIncidentAnnotation
|
ApiResponse<Void> |
IncidentApi.clearIncidentAnnotationWithHttpInfo(String id)
Clear Incident Annotation
Clears the annotation of an incident with given id.
|
Map<String,VariableValueDto> |
TaskApi.complete(String id,
CompleteTaskDto completeTaskDto)
Complete
Completes a task and updates process variables.
|
okhttp3.Call |
TaskApi.completeAsync(String id,
CompleteTaskDto completeTaskDto,
ApiCallback<Map<String,VariableValueDto>> _callback)
Complete (asynchronously)
Completes a task and updates process variables.
|
okhttp3.Call |
TaskApi.completeCall(String id,
CompleteTaskDto completeTaskDto,
ApiCallback _callback)
Build call for complete
|
void |
ExternalTaskApi.completeExternalTaskResource(String id,
CompleteExternalTaskDto completeExternalTaskDto)
Complete
Completes an external task by id and updates process variables.
|
okhttp3.Call |
ExternalTaskApi.completeExternalTaskResourceAsync(String id,
CompleteExternalTaskDto completeExternalTaskDto,
ApiCallback<Void> _callback)
Complete (asynchronously)
Completes an external task by id and updates process variables.
|
okhttp3.Call |
ExternalTaskApi.completeExternalTaskResourceCall(String id,
CompleteExternalTaskDto completeExternalTaskDto,
ApiCallback _callback)
Build call for completeExternalTaskResource
|
ApiResponse<Void> |
ExternalTaskApi.completeExternalTaskResourceWithHttpInfo(String id,
CompleteExternalTaskDto completeExternalTaskDto)
Complete
Completes an external task by id and updates process variables.
|
ApiResponse<Map<String,VariableValueDto>> |
TaskApi.completeWithHttpInfo(String id,
CompleteTaskDto completeTaskDto)
Complete
Completes a task and updates process variables.
|
void |
TelemetryApi.configureTelemetry(TelemetryConfigurationDto telemetryConfigurationDto)
Configure Telemetry
Configures whether Camunda receives data collection of the process engine setup and usage.
|
okhttp3.Call |
TelemetryApi.configureTelemetryAsync(TelemetryConfigurationDto telemetryConfigurationDto,
ApiCallback<Void> _callback)
Configure Telemetry (asynchronously)
Configures whether Camunda receives data collection of the process engine setup and usage.
|
okhttp3.Call |
TelemetryApi.configureTelemetryCall(TelemetryConfigurationDto telemetryConfigurationDto,
ApiCallback _callback)
Build call for configureTelemetry
|
ApiResponse<Void> |
TelemetryApi.configureTelemetryWithHttpInfo(TelemetryConfigurationDto telemetryConfigurationDto)
Configure Telemetry
Configures whether Camunda receives data collection of the process engine setup and usage.
|
CommentDto |
TaskCommentApi.createComment(String id,
CommentDto commentDto)
Create
Creates a comment for a task by id.
|
okhttp3.Call |
TaskCommentApi.createCommentAsync(String id,
CommentDto commentDto,
ApiCallback<CommentDto> _callback)
Create (asynchronously)
Creates a comment for a task by id.
|
okhttp3.Call |
TaskCommentApi.createCommentCall(String id,
CommentDto commentDto,
ApiCallback _callback)
Build call for createComment
|
ApiResponse<CommentDto> |
TaskCommentApi.createCommentWithHttpInfo(String id,
CommentDto commentDto)
Create
Creates a comment for a task by id.
|
DeploymentWithDefinitionsDto |
DeploymentApi.createDeployment(String tenantId,
String deploymentSource,
Boolean deployChangedOnly,
Boolean enableDuplicateFiltering,
String deploymentName,
File data)
Create
Creates a deployment.
|
okhttp3.Call |
DeploymentApi.createDeploymentAsync(String tenantId,
String deploymentSource,
Boolean deployChangedOnly,
Boolean enableDuplicateFiltering,
String deploymentName,
File data,
ApiCallback<DeploymentWithDefinitionsDto> _callback)
Create (asynchronously)
Creates a deployment.
|
okhttp3.Call |
DeploymentApi.createDeploymentCall(String tenantId,
String deploymentSource,
Boolean deployChangedOnly,
Boolean enableDuplicateFiltering,
String deploymentName,
File data,
ApiCallback _callback)
Build call for createDeployment
|
ApiResponse<DeploymentWithDefinitionsDto> |
DeploymentApi.createDeploymentWithHttpInfo(String tenantId,
String deploymentSource,
Boolean deployChangedOnly,
Boolean enableDuplicateFiltering,
String deploymentName,
File data)
Create
Creates a deployment.
|
void |
GroupApi.createGroup(GroupDto groupDto)
Create Group
Creates a new group.
|
okhttp3.Call |
GroupApi.createGroupAsync(GroupDto groupDto,
ApiCallback<Void> _callback)
Create Group (asynchronously)
Creates a new group.
|
okhttp3.Call |
GroupApi.createGroupCall(GroupDto groupDto,
ApiCallback _callback)
Build call for createGroup
|
void |
GroupApi.createGroupMember(String id,
String userId)
Create Group Member
Adds a member to a group.
|
okhttp3.Call |
GroupApi.createGroupMemberAsync(String id,
String userId,
ApiCallback<Void> _callback)
Create Group Member (asynchronously)
Adds a member to a group.
|
okhttp3.Call |
GroupApi.createGroupMemberCall(String id,
String userId,
ApiCallback _callback)
Build call for createGroupMember
|
void |
TenantApi.createGroupMembership(String id,
String groupId)
Create Tenant Group Membership
Creates a membership between a tenant and a group.
|
okhttp3.Call |
TenantApi.createGroupMembershipAsync(String id,
String groupId,
ApiCallback<Void> _callback)
Create Tenant Group Membership (asynchronously)
Creates a membership between a tenant and a group.
|
okhttp3.Call |
TenantApi.createGroupMembershipCall(String id,
String groupId,
ApiCallback _callback)
Build call for createGroupMembership
|
ApiResponse<Void> |
TenantApi.createGroupMembershipWithHttpInfo(String id,
String groupId)
Create Tenant Group Membership
Creates a membership between a tenant and a group.
|
ApiResponse<Void> |
GroupApi.createGroupMemberWithHttpInfo(String id,
String userId)
Create Group Member
Adds a member to a group.
|
ApiResponse<Void> |
GroupApi.createGroupWithHttpInfo(GroupDto groupDto)
Create Group
Creates a new group.
|
IncidentDto |
ExecutionApi.createIncident(String id,
CreateIncidentDto createIncidentDto)
Create Incident
Creates a custom incident with given properties.
|
okhttp3.Call |
ExecutionApi.createIncidentAsync(String id,
CreateIncidentDto createIncidentDto,
ApiCallback<IncidentDto> _callback)
Create Incident (asynchronously)
Creates a custom incident with given properties.
|
okhttp3.Call |
ExecutionApi.createIncidentCall(String id,
CreateIncidentDto createIncidentDto,
ApiCallback _callback)
Build call for createIncident
|
ApiResponse<IncidentDto> |
ExecutionApi.createIncidentWithHttpInfo(String id,
CreateIncidentDto createIncidentDto)
Create Incident
Creates a custom incident with given properties.
|
void |
TaskApi.createTask(TaskDto taskDto)
Create
Creates a new task.
|
okhttp3.Call |
TaskApi.createTaskAsync(TaskDto taskDto,
ApiCallback<Void> _callback)
Create (asynchronously)
Creates a new task.
|
okhttp3.Call |
TaskApi.createTaskCall(TaskDto taskDto,
ApiCallback _callback)
Build call for createTask
|
ApiResponse<Void> |
TaskApi.createTaskWithHttpInfo(TaskDto taskDto)
Create
Creates a new task.
|
void |
TenantApi.createTenant(TenantDto tenantDto)
Create Tenant
Create a new tenant.
|
okhttp3.Call |
TenantApi.createTenantAsync(TenantDto tenantDto,
ApiCallback<Void> _callback)
Create Tenant (asynchronously)
Create a new tenant.
|
okhttp3.Call |
TenantApi.createTenantCall(TenantDto tenantDto,
ApiCallback _callback)
Build call for createTenant
|
ApiResponse<Void> |
TenantApi.createTenantWithHttpInfo(TenantDto tenantDto)
Create Tenant
Create a new tenant.
|
void |
UserApi.createUser(UserDto userDto)
Create
Create a new user.
|
okhttp3.Call |
UserApi.createUserAsync(UserDto userDto,
ApiCallback<Void> _callback)
Create (asynchronously)
Create a new user.
|
okhttp3.Call |
UserApi.createUserCall(UserDto userDto,
ApiCallback _callback)
Build call for createUser
|
void |
TenantApi.createUserMembership(String id,
String userId)
Create Tenant User Membership
Creates a membership between a tenant and an user.
|
okhttp3.Call |
TenantApi.createUserMembershipAsync(String id,
String userId,
ApiCallback<Void> _callback)
Create Tenant User Membership (asynchronously)
Creates a membership between a tenant and an user.
|
okhttp3.Call |
TenantApi.createUserMembershipCall(String id,
String userId,
ApiCallback _callback)
Build call for createUserMembership
|
ApiResponse<Void> |
TenantApi.createUserMembershipWithHttpInfo(String id,
String userId)
Create Tenant User Membership
Creates a membership between a tenant and an user.
|
ApiResponse<Void> |
UserApi.createUserWithHttpInfo(UserDto userDto)
Create
Create a new user.
|
void |
TaskApi.delegateTask(String id,
UserIdDto userIdDto)
Delegate
Delegates a task to another user.
|
okhttp3.Call |
TaskApi.delegateTaskAsync(String id,
UserIdDto userIdDto,
ApiCallback<Void> _callback)
Delegate (asynchronously)
Delegates a task to another user.
|
okhttp3.Call |
TaskApi.delegateTaskCall(String id,
UserIdDto userIdDto,
ApiCallback _callback)
Build call for delegateTask
|
ApiResponse<Void> |
TaskApi.delegateTaskWithHttpInfo(String id,
UserIdDto userIdDto)
Delegate
Delegates a task to another user.
|
BatchDto |
ProcessInstanceApi.deleteAsyncHistoricQueryBased(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async Historic Query Based (POST)
Deletes a set of process instances asynchronously (batch) based on a historic process instance query.
|
okhttp3.Call |
ProcessInstanceApi.deleteAsyncHistoricQueryBasedAsync(DeleteProcessInstancesDto deleteProcessInstancesDto,
ApiCallback<BatchDto> _callback)
Delete Async Historic Query Based (POST) (asynchronously)
Deletes a set of process instances asynchronously (batch) based on a historic process instance query.
|
okhttp3.Call |
ProcessInstanceApi.deleteAsyncHistoricQueryBasedCall(DeleteProcessInstancesDto deleteProcessInstancesDto,
ApiCallback _callback)
Build call for deleteAsyncHistoricQueryBased
|
ApiResponse<BatchDto> |
ProcessInstanceApi.deleteAsyncHistoricQueryBasedWithHttpInfo(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async Historic Query Based (POST)
Deletes a set of process instances asynchronously (batch) based on a historic process instance query.
|
void |
TaskAttachmentApi.deleteAttachment(String id,
String attachmentId)
Delete
Removes an attachment from a task by id.
|
okhttp3.Call |
TaskAttachmentApi.deleteAttachmentAsync(String id,
String attachmentId,
ApiCallback<Void> _callback)
Delete (asynchronously)
Removes an attachment from a task by id.
|
okhttp3.Call |
TaskAttachmentApi.deleteAttachmentCall(String id,
String attachmentId,
ApiCallback _callback)
Build call for deleteAttachment
|
ApiResponse<Void> |
TaskAttachmentApi.deleteAttachmentWithHttpInfo(String id,
String attachmentId)
Delete
Removes an attachment from a task by id.
|
void |
BatchApi.deleteBatch(String id,
Boolean cascade)
Delete
Deletes a batch by id, including all related jobs and job definitions.
|
okhttp3.Call |
BatchApi.deleteBatchAsync(String id,
Boolean cascade,
ApiCallback<Void> _callback)
Delete (asynchronously)
Deletes a batch by id, including all related jobs and job definitions.
|
okhttp3.Call |
BatchApi.deleteBatchCall(String id,
Boolean cascade,
ApiCallback _callback)
Build call for deleteBatch
|
ApiResponse<Void> |
BatchApi.deleteBatchWithHttpInfo(String id,
Boolean cascade)
Delete
Deletes a batch by id, including all related jobs and job definitions.
|
void |
DeploymentApi.deleteDeployment(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete
Deletes a deployment by id.
|
okhttp3.Call |
DeploymentApi.deleteDeploymentAsync(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback<Void> _callback)
Delete (asynchronously)
Deletes a deployment by id.
|
okhttp3.Call |
DeploymentApi.deleteDeploymentCall(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback _callback)
Build call for deleteDeployment
|
ApiResponse<Void> |
DeploymentApi.deleteDeploymentWithHttpInfo(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete
Deletes a deployment by id.
|
void |
GroupApi.deleteGroup(String id)
Delete Group
Deletes a group by id.
|
okhttp3.Call |
GroupApi.deleteGroupAsync(String id,
ApiCallback<Void> _callback)
Delete Group (asynchronously)
Deletes a group by id.
|
okhttp3.Call |
GroupApi.deleteGroupCall(String id,
ApiCallback _callback)
Build call for deleteGroup
|
void |
GroupApi.deleteGroupMember(String id,
String userId)
Delete a Group Member
Removes a member from a group.
|
okhttp3.Call |
GroupApi.deleteGroupMemberAsync(String id,
String userId,
ApiCallback<Void> _callback)
Delete a Group Member (asynchronously)
Removes a member from a group.
|
okhttp3.Call |
GroupApi.deleteGroupMemberCall(String id,
String userId,
ApiCallback _callback)
Build call for deleteGroupMember
|
void |
TenantApi.deleteGroupMembership(String id,
String groupId)
Create Tenant Group Membership
Creates a membership between a tenant and a group.
|
okhttp3.Call |
TenantApi.deleteGroupMembershipAsync(String id,
String groupId,
ApiCallback<Void> _callback)
Create Tenant Group Membership (asynchronously)
Creates a membership between a tenant and a group.
|
okhttp3.Call |
TenantApi.deleteGroupMembershipCall(String id,
String groupId,
ApiCallback _callback)
Build call for deleteGroupMembership
|
ApiResponse<Void> |
TenantApi.deleteGroupMembershipWithHttpInfo(String id,
String groupId)
Create Tenant Group Membership
Creates a membership between a tenant and a group.
|
ApiResponse<Void> |
GroupApi.deleteGroupMemberWithHttpInfo(String id,
String userId)
Delete a Group Member
Removes a member from a group.
|
ApiResponse<Void> |
GroupApi.deleteGroupWithHttpInfo(String id)
Delete Group
Deletes a group by id.
|
void |
HistoricProcessInstanceApi.deleteHistoricProcessInstance(String id,
Boolean failIfNotExists)
Delete
Deletes a process instance from the history by id.
|
okhttp3.Call |
HistoricProcessInstanceApi.deleteHistoricProcessInstanceAsync(String id,
Boolean failIfNotExists,
ApiCallback<Void> _callback)
Delete (asynchronously)
Deletes a process instance from the history by id.
|
okhttp3.Call |
HistoricProcessInstanceApi.deleteHistoricProcessInstanceCall(String id,
Boolean failIfNotExists,
ApiCallback _callback)
Build call for deleteHistoricProcessInstance
|
BatchDto |
HistoricProcessInstanceApi.deleteHistoricProcessInstancesAsync(DeleteHistoricProcessInstancesDto deleteHistoricProcessInstancesDto)
Delete Async (POST)
Delete multiple historic process instances asynchronously (batch).
|
okhttp3.Call |
HistoricProcessInstanceApi.deleteHistoricProcessInstancesAsyncAsync(DeleteHistoricProcessInstancesDto deleteHistoricProcessInstancesDto,
ApiCallback<BatchDto> _callback)
Delete Async (POST) (asynchronously)
Delete multiple historic process instances asynchronously (batch).
|
okhttp3.Call |
HistoricProcessInstanceApi.deleteHistoricProcessInstancesAsyncCall(DeleteHistoricProcessInstancesDto deleteHistoricProcessInstancesDto,
ApiCallback _callback)
Build call for deleteHistoricProcessInstancesAsync
|
ApiResponse<BatchDto> |
HistoricProcessInstanceApi.deleteHistoricProcessInstancesAsyncWithHttpInfo(DeleteHistoricProcessInstancesDto deleteHistoricProcessInstancesDto)
Delete Async (POST)
Delete multiple historic process instances asynchronously (batch).
|
ApiResponse<Void> |
HistoricProcessInstanceApi.deleteHistoricProcessInstanceWithHttpInfo(String id,
Boolean failIfNotExists)
Delete
Deletes a process instance from the history by id.
|
void |
HistoricProcessInstanceApi.deleteHistoricVariableInstancesOfHistoricProcessInstance(String id)
Delete Variable Instances
Deletes all variables of a process instance from the history by id.
|
okhttp3.Call |
HistoricProcessInstanceApi.deleteHistoricVariableInstancesOfHistoricProcessInstanceAsync(String id,
ApiCallback<Void> _callback)
Delete Variable Instances (asynchronously)
Deletes all variables of a process instance from the history by id.
|
okhttp3.Call |
HistoricProcessInstanceApi.deleteHistoricVariableInstancesOfHistoricProcessInstanceCall(String id,
ApiCallback _callback)
Build call for deleteHistoricVariableInstancesOfHistoricProcessInstance
|
ApiResponse<Void> |
HistoricProcessInstanceApi.deleteHistoricVariableInstancesOfHistoricProcessInstanceWithHttpInfo(String id)
Delete Variable Instances
Deletes all variables of a process instance from the history by id.
|
void |
TaskIdentityLinkApi.deleteIdentityLink(String id,
IdentityLinkDto identityLinkDto)
Delete
Removes an identity link from a task by id
|
okhttp3.Call |
TaskIdentityLinkApi.deleteIdentityLinkAsync(String id,
IdentityLinkDto identityLinkDto,
ApiCallback<Void> _callback)
Delete (asynchronously)
Removes an identity link from a task by id
|
okhttp3.Call |
TaskIdentityLinkApi.deleteIdentityLinkCall(String id,
IdentityLinkDto identityLinkDto,
ApiCallback _callback)
Build call for deleteIdentityLink
|
ApiResponse<Void> |
TaskIdentityLinkApi.deleteIdentityLinkWithHttpInfo(String id,
IdentityLinkDto identityLinkDto)
Delete
Removes an identity link from a task by id
|
void |
ExecutionApi.deleteLocalExecutionVariable(String id,
String varName)
Delete Local Execution Variable
Deletes a variable in the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.deleteLocalExecutionVariableAsync(String id,
String varName,
ApiCallback<Void> _callback)
Delete Local Execution Variable (asynchronously)
Deletes a variable in the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.deleteLocalExecutionVariableCall(String id,
String varName,
ApiCallback _callback)
Build call for deleteLocalExecutionVariable
|
ApiResponse<Void> |
ExecutionApi.deleteLocalExecutionVariableWithHttpInfo(String id,
String varName)
Delete Local Execution Variable
Deletes a variable in the context of a given execution by id.
|
void |
ProcessDefinitionApi.deleteProcessDefinition(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete
Deletes a running process instance by id.
|
okhttp3.Call |
ProcessDefinitionApi.deleteProcessDefinitionAsync(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback<Void> _callback)
Delete (asynchronously)
Deletes a running process instance by id.
|
okhttp3.Call |
ProcessDefinitionApi.deleteProcessDefinitionCall(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback _callback)
Build call for deleteProcessDefinition
|
void |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.deleteProcessDefinitionsByKeyAndTenantIdCall(String key,
String tenantId,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback _callback)
Build call for deleteProcessDefinitionsByKeyAndTenantId
|
ApiResponse<Void> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.deleteProcessDefinitionsByKeyCall(String key,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings,
ApiCallback _callback)
Build call for deleteProcessDefinitionsByKey
|
ApiResponse<Void> |
ProcessDefinitionApi.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> |
ProcessDefinitionApi.deleteProcessDefinitionWithHttpInfo(String id,
Boolean cascade,
Boolean skipCustomListeners,
Boolean skipIoMappings)
Delete
Deletes a running process instance by id.
|
void |
ProcessInstanceApi.deleteProcessInstance(String id,
Boolean skipCustomListeners,
Boolean skipIoMappings,
Boolean skipSubprocesses,
Boolean failIfNotExists)
Delete
Deletes a running process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.deleteProcessInstanceAsync(String id,
Boolean skipCustomListeners,
Boolean skipIoMappings,
Boolean skipSubprocesses,
Boolean failIfNotExists,
ApiCallback<Void> _callback)
Delete (asynchronously)
Deletes a running process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.deleteProcessInstanceCall(String id,
Boolean skipCustomListeners,
Boolean skipIoMappings,
Boolean skipSubprocesses,
Boolean failIfNotExists,
ApiCallback _callback)
Build call for deleteProcessInstance
|
BatchDto |
ProcessInstanceApi.deleteProcessInstancesAsyncOperation(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async (POST)
Deletes multiple process instances asynchronously (batch).
|
okhttp3.Call |
ProcessInstanceApi.deleteProcessInstancesAsyncOperationAsync(DeleteProcessInstancesDto deleteProcessInstancesDto,
ApiCallback<BatchDto> _callback)
Delete Async (POST) (asynchronously)
Deletes multiple process instances asynchronously (batch).
|
okhttp3.Call |
ProcessInstanceApi.deleteProcessInstancesAsyncOperationCall(DeleteProcessInstancesDto deleteProcessInstancesDto,
ApiCallback _callback)
Build call for deleteProcessInstancesAsyncOperation
|
ApiResponse<BatchDto> |
ProcessInstanceApi.deleteProcessInstancesAsyncOperationWithHttpInfo(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async (POST)
Deletes multiple process instances asynchronously (batch).
|
void |
ProcessInstanceApi.deleteProcessInstanceVariable(String id,
String varName)
Delete Process Variable
Deletes a variable of a process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.deleteProcessInstanceVariableAsync(String id,
String varName,
ApiCallback<Void> _callback)
Delete Process Variable (asynchronously)
Deletes a variable of a process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.deleteProcessInstanceVariableCall(String id,
String varName,
ApiCallback _callback)
Build call for deleteProcessInstanceVariable
|
ApiResponse<Void> |
ProcessInstanceApi.deleteProcessInstanceVariableWithHttpInfo(String id,
String varName)
Delete Process Variable
Deletes a variable of a process instance by id.
|
ApiResponse<Void> |
ProcessInstanceApi.deleteProcessInstanceWithHttpInfo(String id,
Boolean skipCustomListeners,
Boolean skipIoMappings,
Boolean skipSubprocesses,
Boolean failIfNotExists)
Delete
Deletes a running process instance by id.
|
void |
TaskApi.deleteTask(String id)
Delete
Removes a task by id.
|
okhttp3.Call |
TaskApi.deleteTaskAsync(String id,
ApiCallback<Void> _callback)
Delete (asynchronously)
Removes a task by id.
|
okhttp3.Call |
TaskApi.deleteTaskCall(String id,
ApiCallback _callback)
Build call for deleteTask
|
void |
TaskLocalVariableApi.deleteTaskLocalVariable(String id,
String varName)
Delete Local Task Variable
Removes a local variable from a task by id.
|
okhttp3.Call |
TaskLocalVariableApi.deleteTaskLocalVariableAsync(String id,
String varName,
ApiCallback<Void> _callback)
Delete Local Task Variable (asynchronously)
Removes a local variable from a task by id.
|
okhttp3.Call |
TaskLocalVariableApi.deleteTaskLocalVariableCall(String id,
String varName,
ApiCallback _callback)
Build call for deleteTaskLocalVariable
|
ApiResponse<Void> |
TaskLocalVariableApi.deleteTaskLocalVariableWithHttpInfo(String id,
String varName)
Delete Local Task Variable
Removes a local variable from a task by id.
|
void |
MetricsApi.deleteTaskMetrics(Date date)
Delete Task Worker Metrics
Deletes all task worker metrics prior to the given date or all if no date is provided.
|
okhttp3.Call |
MetricsApi.deleteTaskMetricsAsync(Date date,
ApiCallback<Void> _callback)
Delete Task Worker Metrics (asynchronously)
Deletes all task worker metrics prior to the given date or all if no date is provided.
|
okhttp3.Call |
MetricsApi.deleteTaskMetricsCall(Date date,
ApiCallback _callback)
Build call for deleteTaskMetrics
|
ApiResponse<Void> |
MetricsApi.deleteTaskMetricsWithHttpInfo(Date date)
Delete Task Worker Metrics
Deletes all task worker metrics prior to the given date or all if no date is provided.
|
void |
TaskVariableApi.deleteTaskVariable(String id,
String varName)
Delete Task Variable
Removes a variable that is visible to a task.
|
okhttp3.Call |
TaskVariableApi.deleteTaskVariableAsync(String id,
String varName,
ApiCallback<Void> _callback)
Delete Task Variable (asynchronously)
Removes a variable that is visible to a task.
|
okhttp3.Call |
TaskVariableApi.deleteTaskVariableCall(String id,
String varName,
ApiCallback _callback)
Build call for deleteTaskVariable
|
ApiResponse<Void> |
TaskVariableApi.deleteTaskVariableWithHttpInfo(String id,
String varName)
Delete Task Variable
Removes a variable that is visible to a task.
|
ApiResponse<Void> |
TaskApi.deleteTaskWithHttpInfo(String id)
Delete
Removes a task by id.
|
void |
TenantApi.deleteTenant(String id)
Delete Tenant
Deletes a tenant by id.
|
okhttp3.Call |
TenantApi.deleteTenantAsync(String id,
ApiCallback<Void> _callback)
Delete Tenant (asynchronously)
Deletes a tenant by id.
|
okhttp3.Call |
TenantApi.deleteTenantCall(String id,
ApiCallback _callback)
Build call for deleteTenant
|
ApiResponse<Void> |
TenantApi.deleteTenantWithHttpInfo(String id)
Delete Tenant
Deletes a tenant by id.
|
void |
UserApi.deleteUser(String id)
Delete
Deletes a user by id.
|
okhttp3.Call |
UserApi.deleteUserAsync(String id,
ApiCallback<Void> _callback)
Delete (asynchronously)
Deletes a user by id.
|
okhttp3.Call |
UserApi.deleteUserCall(String id,
ApiCallback _callback)
Build call for deleteUser
|
void |
TenantApi.deleteUserMembership(String id,
String userId)
Delete a Tenant User Membership
Deletes a membership between a tenant and an user.
|
okhttp3.Call |
TenantApi.deleteUserMembershipAsync(String id,
String userId,
ApiCallback<Void> _callback)
Delete a Tenant User Membership (asynchronously)
Deletes a membership between a tenant and an user.
|
okhttp3.Call |
TenantApi.deleteUserMembershipCall(String id,
String userId,
ApiCallback _callback)
Build call for deleteUserMembership
|
ApiResponse<Void> |
TenantApi.deleteUserMembershipWithHttpInfo(String id,
String userId)
Delete a Tenant User Membership
Deletes a membership between a tenant and an user.
|
ApiResponse<Void> |
UserApi.deleteUserWithHttpInfo(String id)
Delete
Deletes a user by id.
|
List<MessageCorrelationResultWithVariableDto> |
MessageApi.deliverMessage(CorrelationMessageDto correlationMessageDto)
Correlate
Correlates a message to the process engine to either trigger a message start event or an intermediate message catching event.
|
okhttp3.Call |
MessageApi.deliverMessageAsync(CorrelationMessageDto correlationMessageDto,
ApiCallback<List<MessageCorrelationResultWithVariableDto>> _callback)
Correlate (asynchronously)
Correlates a message to the process engine to either trigger a message start event or an intermediate message catching event.
|
okhttp3.Call |
MessageApi.deliverMessageCall(CorrelationMessageDto correlationMessageDto,
ApiCallback _callback)
Build call for deliverMessage
|
ApiResponse<List<MessageCorrelationResultWithVariableDto>> |
MessageApi.deliverMessageWithHttpInfo(CorrelationMessageDto correlationMessageDto)
Correlate
Correlates a message to the process engine to either trigger a message start event or an intermediate message catching event.
|
List<ProcessInstanceDto> |
ConditionApi.evaluateCondition(EvaluationConditionDto evaluationConditionDto)
Evaluate
Triggers evaluation of conditions for conditional start event(s).
|
okhttp3.Call |
ConditionApi.evaluateConditionAsync(EvaluationConditionDto evaluationConditionDto,
ApiCallback<List<ProcessInstanceDto>> _callback)
Evaluate (asynchronously)
Triggers evaluation of conditions for conditional start event(s).
|
okhttp3.Call |
ConditionApi.evaluateConditionCall(EvaluationConditionDto evaluationConditionDto,
ApiCallback _callback)
Build call for evaluateCondition
|
ApiResponse<List<ProcessInstanceDto>> |
ConditionApi.evaluateConditionWithHttpInfo(EvaluationConditionDto evaluationConditionDto)
Evaluate
Triggers evaluation of conditions for conditional start event(s).
|
List<Map<String,VariableValueDto>> |
DecisionDefinitionApi.evaluateDecisionById(String id,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Id
Evaluates a given decision and returns the result.
|
okhttp3.Call |
DecisionDefinitionApi.evaluateDecisionByIdAsync(String id,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback<List<Map<String,VariableValueDto>>> _callback)
Evaluate By Id (asynchronously)
Evaluates a given decision and returns the result.
|
okhttp3.Call |
DecisionDefinitionApi.evaluateDecisionByIdCall(String id,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback _callback)
Build call for evaluateDecisionById
|
ApiResponse<List<Map<String,VariableValueDto>>> |
DecisionDefinitionApi.evaluateDecisionByIdWithHttpInfo(String id,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Id
Evaluates a given decision and returns the result.
|
List<Map<String,VariableValueDto>> |
DecisionDefinitionApi.evaluateDecisionByKey(String key,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key
Evaluates the latest version of the decision definition which belongs to no tenant.
|
List<Map<String,VariableValueDto>> |
DecisionDefinitionApi.evaluateDecisionByKeyAndTenant(String key,
String tenantId,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key And Tenant
Evaluates the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.evaluateDecisionByKeyAndTenantAsync(String key,
String tenantId,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback<List<Map<String,VariableValueDto>>> _callback)
Evaluate By Key And Tenant (asynchronously)
Evaluates the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.evaluateDecisionByKeyAndTenantCall(String key,
String tenantId,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback _callback)
Build call for evaluateDecisionByKeyAndTenant
|
ApiResponse<List<Map<String,VariableValueDto>>> |
DecisionDefinitionApi.evaluateDecisionByKeyAndTenantWithHttpInfo(String key,
String tenantId,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key And Tenant
Evaluates the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.evaluateDecisionByKeyAsync(String key,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback<List<Map<String,VariableValueDto>>> _callback)
Evaluate By Key (asynchronously)
Evaluates the latest version of the decision definition which belongs to no tenant.
|
okhttp3.Call |
DecisionDefinitionApi.evaluateDecisionByKeyCall(String key,
EvaluateDecisionDto evaluateDecisionDto,
ApiCallback _callback)
Build call for evaluateDecisionByKey
|
ApiResponse<List<Map<String,VariableValueDto>>> |
DecisionDefinitionApi.evaluateDecisionByKeyWithHttpInfo(String key,
EvaluateDecisionDto evaluateDecisionDto)
Evaluate By Key
Evaluates the latest version of the decision definition which belongs to no tenant.
|
void |
JobApi.executeJob(String id)
Execute Job
Executes a job by id.
|
okhttp3.Call |
JobApi.executeJobAsync(String id,
ApiCallback<Void> _callback)
Execute Job (asynchronously)
Executes a job by id.
|
okhttp3.Call |
JobApi.executeJobCall(String id,
ApiCallback _callback)
Build call for executeJob
|
ApiResponse<Void> |
JobApi.executeJobWithHttpInfo(String id)
Execute Job
Executes a job by id.
|
void |
ExternalTaskApi.extendLock(String id,
ExtendLockOnExternalTaskDto extendLockOnExternalTaskDto)
Extend Lock
Extends the timeout of the lock by a given amount of time.
|
okhttp3.Call |
ExternalTaskApi.extendLockAsync(String id,
ExtendLockOnExternalTaskDto extendLockOnExternalTaskDto,
ApiCallback<Void> _callback)
Extend Lock (asynchronously)
Extends the timeout of the lock by a given amount of time.
|
okhttp3.Call |
ExternalTaskApi.extendLockCall(String id,
ExtendLockOnExternalTaskDto extendLockOnExternalTaskDto,
ApiCallback _callback)
Build call for extendLock
|
ApiResponse<Void> |
ExternalTaskApi.extendLockWithHttpInfo(String id,
ExtendLockOnExternalTaskDto extendLockOnExternalTaskDto)
Extend Lock
Extends the timeout of the lock by a given amount of time.
|
List<LockedExternalTaskDto> |
ExternalTaskApi.fetchAndLock(FetchExternalTasksDto fetchExternalTasksDto)
Fetch and Lock
Fetches and locks a specific number of external tasks for execution by a worker.
|
okhttp3.Call |
ExternalTaskApi.fetchAndLockAsync(FetchExternalTasksDto fetchExternalTasksDto,
ApiCallback<List<LockedExternalTaskDto>> _callback)
Fetch and Lock (asynchronously)
Fetches and locks a specific number of external tasks for execution by a worker.
|
okhttp3.Call |
ExternalTaskApi.fetchAndLockCall(FetchExternalTasksDto fetchExternalTasksDto,
ApiCallback _callback)
Build call for fetchAndLock
|
ApiResponse<List<LockedExternalTaskDto>> |
ExternalTaskApi.fetchAndLockWithHttpInfo(FetchExternalTasksDto fetchExternalTasksDto)
Fetch and Lock
Fetches and locks a specific number of external tasks for execution by a worker.
|
ActivityInstanceDto |
ProcessInstanceApi.getActivityInstanceTree(String id)
Get Activity Instance
Retrieves an Activity Instance (Tree) for a given process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.getActivityInstanceTreeAsync(String id,
ApiCallback<ActivityInstanceDto> _callback)
Get Activity Instance (asynchronously)
Retrieves an Activity Instance (Tree) for a given process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.getActivityInstanceTreeCall(String id,
ApiCallback _callback)
Build call for getActivityInstanceTree
|
ApiResponse<ActivityInstanceDto> |
ProcessInstanceApi.getActivityInstanceTreeWithHttpInfo(String id)
Get Activity Instance
Retrieves an Activity Instance (Tree) for a given process instance by id.
|
List<ActivityStatisticsResultDto> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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> |
ProcessDefinitionApi.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> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKeyAndTenantIdCall(String key,
String tenantId,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback _callback)
Build call for getActivityStatisticsByProcessDefinitionKeyAndTenantId
|
ApiResponse<List<ActivityStatisticsResultDto>> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKeyCall(String key,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback _callback)
Build call for getActivityStatisticsByProcessDefinitionKey
|
ApiResponse<List<ActivityStatisticsResultDto>> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getActivityStatisticsCall(String id,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback _callback)
Build call for getActivityStatistics
|
ApiResponse<List<ActivityStatisticsResultDto>> |
ProcessDefinitionApi.getActivityStatisticsWithHttpInfo(String id,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of a given process definition, grouped by activities.
|
AttachmentDto |
TaskAttachmentApi.getAttachment(String id,
String attachmentId)
Get
Retrieves a task attachment by task id and attachment id.
|
okhttp3.Call |
TaskAttachmentApi.getAttachmentAsync(String id,
String attachmentId,
ApiCallback<AttachmentDto> _callback)
Get (asynchronously)
Retrieves a task attachment by task id and attachment id.
|
okhttp3.Call |
TaskAttachmentApi.getAttachmentCall(String id,
String attachmentId,
ApiCallback _callback)
Build call for getAttachment
|
File |
TaskAttachmentApi.getAttachmentData(String id,
String attachmentId)
Get (Binary)
Retrieves the binary content of a task attachment by task id and attachment id.
|
okhttp3.Call |
TaskAttachmentApi.getAttachmentDataAsync(String id,
String attachmentId,
ApiCallback<File> _callback)
Get (Binary) (asynchronously)
Retrieves the binary content of a task attachment by task id and attachment id.
|
okhttp3.Call |
TaskAttachmentApi.getAttachmentDataCall(String id,
String attachmentId,
ApiCallback _callback)
Build call for getAttachmentData
|
ApiResponse<File> |
TaskAttachmentApi.getAttachmentDataWithHttpInfo(String id,
String attachmentId)
Get (Binary)
Retrieves the binary content of a task attachment by task id and attachment id.
|
List<AttachmentDto> |
TaskAttachmentApi.getAttachments(String id)
Get List
Gets the attachments for a task.
|
okhttp3.Call |
TaskAttachmentApi.getAttachmentsAsync(String id,
ApiCallback<List<AttachmentDto>> _callback)
Get List (asynchronously)
Gets the attachments for a task.
|
okhttp3.Call |
TaskAttachmentApi.getAttachmentsCall(String id,
ApiCallback _callback)
Build call for getAttachments
|
ApiResponse<List<AttachmentDto>> |
TaskAttachmentApi.getAttachmentsWithHttpInfo(String id)
Get List
Gets the attachments for a task.
|
ApiResponse<AttachmentDto> |
TaskAttachmentApi.getAttachmentWithHttpInfo(String id,
String attachmentId)
Get
Retrieves a task attachment by task id and attachment id.
|
BatchDto |
BatchApi.getBatch(String id)
Get
Retrieves a batch by id, according to the Batch interface in the engine.
|
okhttp3.Call |
BatchApi.getBatchAsync(String id,
ApiCallback<BatchDto> _callback)
Get (asynchronously)
Retrieves a batch by id, according to the Batch interface in the engine.
|
okhttp3.Call |
BatchApi.getBatchCall(String id,
ApiCallback _callback)
Build call for getBatch
|
List<BatchDto> |
BatchApi.getBatches(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get List
Queries for batches that fulfill given parameters.
|
okhttp3.Call |
BatchApi.getBatchesAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended,
ApiCallback<List<BatchDto>> _callback)
Get List (asynchronously)
Queries for batches that fulfill given parameters.
|
okhttp3.Call |
BatchApi.getBatchesCall(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended,
ApiCallback _callback)
Build call for getBatches
|
CountResultDto |
BatchApi.getBatchesCount(String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get List Count
Requests the number of batches that fulfill the query criteria.
|
okhttp3.Call |
BatchApi.getBatchesCountAsync(String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Requests the number of batches that fulfill the query criteria.
|
okhttp3.Call |
BatchApi.getBatchesCountCall(String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended,
ApiCallback _callback)
Build call for getBatchesCount
|
ApiResponse<CountResultDto> |
BatchApi.getBatchesCountWithHttpInfo(String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get List Count
Requests the number of batches that fulfill the query criteria.
|
ApiResponse<List<BatchDto>> |
BatchApi.getBatchesWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get List
Queries for batches that fulfill given parameters.
|
List<BatchStatisticsDto> |
BatchApi.getBatchStatistics(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get Statistics
Queries for batch statistics that fulfill given parameters.
|
okhttp3.Call |
BatchApi.getBatchStatisticsAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended,
ApiCallback<List<BatchStatisticsDto>> _callback)
Get Statistics (asynchronously)
Queries for batch statistics that fulfill given parameters.
|
okhttp3.Call |
BatchApi.getBatchStatisticsCall(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended,
ApiCallback _callback)
Build call for getBatchStatistics
|
CountResultDto |
BatchApi.getBatchStatisticsCount(String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get Statistics Count
Requests the number of batch statistics that fulfill the query criteria.
|
okhttp3.Call |
BatchApi.getBatchStatisticsCountAsync(String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended,
ApiCallback<CountResultDto> _callback)
Get Statistics Count (asynchronously)
Requests the number of batch statistics that fulfill the query criteria.
|
okhttp3.Call |
BatchApi.getBatchStatisticsCountCall(String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended,
ApiCallback _callback)
Build call for getBatchStatisticsCount
|
ApiResponse<CountResultDto> |
BatchApi.getBatchStatisticsCountWithHttpInfo(String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get Statistics Count
Requests the number of batch statistics that fulfill the query criteria.
|
ApiResponse<List<BatchStatisticsDto>> |
BatchApi.getBatchStatisticsWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String batchId,
String type,
String tenantIdIn,
Boolean withoutTenantId,
Boolean suspended)
Get Statistics
Queries for batch statistics that fulfill given parameters.
|
ApiResponse<BatchDto> |
BatchApi.getBatchWithHttpInfo(String id)
Get
Retrieves a batch by id, according to the Batch interface in the engine.
|
CommentDto |
TaskCommentApi.getComment(String id,
String commentId)
Get
Retrieves a task comment by task id and comment id.
|
okhttp3.Call |
TaskCommentApi.getCommentAsync(String id,
String commentId,
ApiCallback<CommentDto> _callback)
Get (asynchronously)
Retrieves a task comment by task id and comment id.
|
okhttp3.Call |
TaskCommentApi.getCommentCall(String id,
String commentId,
ApiCallback _callback)
Build call for getComment
|
List<CommentDto> |
TaskCommentApi.getComments(String id)
Get List
Gets the comments for a task by id.
|
okhttp3.Call |
TaskCommentApi.getCommentsAsync(String id,
ApiCallback<List<CommentDto>> _callback)
Get List (asynchronously)
Gets the comments for a task by id.
|
okhttp3.Call |
TaskCommentApi.getCommentsCall(String id,
ApiCallback _callback)
Build call for getComments
|
ApiResponse<List<CommentDto>> |
TaskCommentApi.getCommentsWithHttpInfo(String id)
Get List
Gets the comments for a task by id.
|
ApiResponse<CommentDto> |
TaskCommentApi.getCommentWithHttpInfo(String id,
String commentId)
Get
Retrieves a task comment by task id and comment id.
|
DecisionDefinitionDto |
DecisionDefinitionApi.getDecisionDefinitionById(String id)
Get Decision Definition By Id
Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionByIdAsync(String id,
ApiCallback<DecisionDefinitionDto> _callback)
Get Decision Definition By Id (asynchronously)
Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionByIdCall(String id,
ApiCallback _callback)
Build call for getDecisionDefinitionById
|
ApiResponse<DecisionDefinitionDto> |
DecisionDefinitionApi.getDecisionDefinitionByIdWithHttpInfo(String id)
Get Decision Definition By Id
Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.
|
DecisionDefinitionDto |
DecisionDefinitionApi.getDecisionDefinitionByKey(String key)
Get Decision Definition By Key
Retrieves the latest version of the decision definition which belongs to no tenant.
|
DecisionDefinitionDto |
DecisionDefinitionApi.getDecisionDefinitionByKeyAndTenantId(String key,
String tenantId)
Get Decision Definition By Key And Tenant Id
Retrieves the latest version of the decision definition for tenant
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionByKeyAndTenantIdAsync(String key,
String tenantId,
ApiCallback<DecisionDefinitionDto> _callback)
Get Decision Definition By Key And Tenant Id (asynchronously)
Retrieves the latest version of the decision definition for tenant
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getDecisionDefinitionByKeyAndTenantId
|
ApiResponse<DecisionDefinitionDto> |
DecisionDefinitionApi.getDecisionDefinitionByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get Decision Definition By Key And Tenant Id
Retrieves the latest version of the decision definition for tenant
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionByKeyAsync(String key,
ApiCallback<DecisionDefinitionDto> _callback)
Get Decision Definition By Key (asynchronously)
Retrieves the latest version of the decision definition which belongs to no tenant.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionByKeyCall(String key,
ApiCallback _callback)
Build call for getDecisionDefinitionByKey
|
ApiResponse<DecisionDefinitionDto> |
DecisionDefinitionApi.getDecisionDefinitionByKeyWithHttpInfo(String key)
Get Decision Definition By Key
Retrieves the latest version of the decision definition which belongs to no tenant.
|
File |
DecisionDefinitionApi.getDecisionDefinitionDiagram(String id)
Get Diagram
Retrieves the diagram of a decision definition.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDiagramAsync(String id,
ApiCallback<File> _callback)
Get Diagram (asynchronously)
Retrieves the diagram of a decision definition.
|
File |
DecisionDefinitionApi.getDecisionDefinitionDiagramByKey(String key)
Get Diagram By Key
Returns the diagram for the latest version of the decision definition which belongs to no tenant
|
File |
DecisionDefinitionApi.getDecisionDefinitionDiagramByKeyAndTenant(String key,
String tenantId)
Get Diagram By Key And Tenant
Returns the XML of the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDiagramByKeyAndTenantAsync(String key,
String tenantId,
ApiCallback<File> _callback)
Get Diagram By Key And Tenant (asynchronously)
Returns the XML of the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDiagramByKeyAndTenantCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getDecisionDefinitionDiagramByKeyAndTenant
|
ApiResponse<File> |
DecisionDefinitionApi.getDecisionDefinitionDiagramByKeyAndTenantWithHttpInfo(String key,
String tenantId)
Get Diagram By Key And Tenant
Returns the XML of the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDiagramByKeyAsync(String key,
ApiCallback<File> _callback)
Get Diagram By Key (asynchronously)
Returns the diagram for the latest version of the decision definition which belongs to no tenant
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDiagramByKeyCall(String key,
ApiCallback _callback)
Build call for getDecisionDefinitionDiagramByKey
|
ApiResponse<File> |
DecisionDefinitionApi.getDecisionDefinitionDiagramByKeyWithHttpInfo(String key)
Get Diagram By Key
Returns the diagram for the latest version of the decision definition which belongs to no tenant
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDiagramCall(String id,
ApiCallback _callback)
Build call for getDecisionDefinitionDiagram
|
ApiResponse<File> |
DecisionDefinitionApi.getDecisionDefinitionDiagramWithHttpInfo(String id)
Get Diagram
Retrieves the diagram of a decision definition.
|
DecisionDefinitionDiagramDto |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlById(String id)
Get XML By Id
Retrieves the DMN XML of a decision definition.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByIdAsync(String id,
ApiCallback<DecisionDefinitionDiagramDto> _callback)
Get XML By Id (asynchronously)
Retrieves the DMN XML of a decision definition.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByIdCall(String id,
ApiCallback _callback)
Build call for getDecisionDefinitionDmnXmlById
|
ApiResponse<DecisionDefinitionDiagramDto> |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByIdWithHttpInfo(String id)
Get XML By Id
Retrieves the DMN XML of a decision definition.
|
DecisionDefinitionDiagramDto |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKey(String key)
Get XML By Key
Retrieves the XML for the latest version of the decision definition which belongs to no tenant.
|
DecisionDefinitionDiagramDto |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyAndTenant(String key,
String tenantId)
Get XML By Key and Tenant
Retrieves the XML of the latest version of the decision definition for tenant
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyAndTenantAsync(String key,
String tenantId,
ApiCallback<DecisionDefinitionDiagramDto> _callback)
Get XML By Key and Tenant (asynchronously)
Retrieves the XML of the latest version of the decision definition for tenant
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyAndTenantCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getDecisionDefinitionDmnXmlByKeyAndTenant
|
ApiResponse<DecisionDefinitionDiagramDto> |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyAndTenantWithHttpInfo(String key,
String tenantId)
Get XML By Key and Tenant
Retrieves the XML of the latest version of the decision definition for tenant
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyAsync(String key,
ApiCallback<DecisionDefinitionDiagramDto> _callback)
Get XML By Key (asynchronously)
Retrieves the XML for the latest version of the decision definition which belongs to no tenant.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyCall(String key,
ApiCallback _callback)
Build call for getDecisionDefinitionDmnXmlByKey
|
ApiResponse<DecisionDefinitionDiagramDto> |
DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyWithHttpInfo(String key)
Get XML By Key
Retrieves the XML for the latest version of the decision definition which belongs to no tenant.
|
List<DecisionDefinitionDto> |
DecisionDefinitionApi.getDecisionDefinitions(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike)
Get List
Queries for decision definitions that fulfill given parameters.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionsAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike,
ApiCallback<List<DecisionDefinitionDto>> _callback)
Get List (asynchronously)
Queries for decision definitions that fulfill given parameters.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionsCall(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike,
ApiCallback _callback)
Build call for getDecisionDefinitions
|
CountResultDto |
DecisionDefinitionApi.getDecisionDefinitionsCount(String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike)
Get List Count
Requests the number of decision definitions that fulfill the query criteria.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionsCountAsync(String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Requests the number of decision definitions that fulfill the query criteria.
|
okhttp3.Call |
DecisionDefinitionApi.getDecisionDefinitionsCountCall(String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike,
ApiCallback _callback)
Build call for getDecisionDefinitionsCount
|
ApiResponse<CountResultDto> |
DecisionDefinitionApi.getDecisionDefinitionsCountWithHttpInfo(String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike)
Get List Count
Requests the number of decision definitions that fulfill the query criteria.
|
ApiResponse<List<DecisionDefinitionDto>> |
DecisionDefinitionApi.getDecisionDefinitionsWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String decisionDefinitionId,
String decisionDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String decisionRequirementsDefinitionId,
String decisionRequirementsDefinitionKey,
Boolean withoutDecisionRequirementsDefinition,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDecisionDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike)
Get List
Queries for decision definitions that fulfill given parameters.
|
File |
TaskApi.getDeployedForm(String id)
Get Deployed Form
Retrieves the deployed form that is referenced from a given task.
|
okhttp3.Call |
TaskApi.getDeployedFormAsync(String id,
ApiCallback<File> _callback)
Get Deployed Form (asynchronously)
Retrieves the deployed form that is referenced from a given task.
|
okhttp3.Call |
TaskApi.getDeployedFormCall(String id,
ApiCallback _callback)
Build call for getDeployedForm
|
ApiResponse<File> |
TaskApi.getDeployedFormWithHttpInfo(String id)
Get Deployed Form
Retrieves the deployed form that is referenced from a given task.
|
File |
ProcessDefinitionApi.getDeployedStartForm(String id)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
okhttp3.Call |
ProcessDefinitionApi.getDeployedStartFormAsync(String id,
ApiCallback<File> _callback)
Get Deployed Start Form (asynchronously)
Retrieves the deployed form that can be referenced from a start event.
|
File |
ProcessDefinitionApi.getDeployedStartFormByKey(String key)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
File |
ProcessDefinitionApi.getDeployedStartFormByKeyAndTenantId(String key,
String tenantId)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
okhttp3.Call |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getDeployedStartFormByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getDeployedStartFormByKeyAndTenantId
|
ApiResponse<File> |
ProcessDefinitionApi.getDeployedStartFormByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
okhttp3.Call |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getDeployedStartFormByKeyCall(String key,
ApiCallback _callback)
Build call for getDeployedStartFormByKey
|
ApiResponse<File> |
ProcessDefinitionApi.getDeployedStartFormByKeyWithHttpInfo(String key)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
okhttp3.Call |
ProcessDefinitionApi.getDeployedStartFormCall(String id,
ApiCallback _callback)
Build call for getDeployedStartForm
|
ApiResponse<File> |
ProcessDefinitionApi.getDeployedStartFormWithHttpInfo(String id)
Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
|
DeploymentDto |
DeploymentApi.getDeployment(String id)
Get
Retrieves a deployment by id, according to the `Deployment` interface of the engine.
|
okhttp3.Call |
DeploymentApi.getDeploymentAsync(String id,
ApiCallback<DeploymentDto> _callback)
Get (asynchronously)
Retrieves a deployment by id, according to the `Deployment` interface of the engine.
|
okhttp3.Call |
DeploymentApi.getDeploymentCall(String id,
ApiCallback _callback)
Build call for getDeployment
|
DeploymentResourceDto |
DeploymentApi.getDeploymentResource(String id,
String resourceId)
Get Resource
Retrieves a deployment resource by resource id for the given deployment.
|
okhttp3.Call |
DeploymentApi.getDeploymentResourceAsync(String id,
String resourceId,
ApiCallback<DeploymentResourceDto> _callback)
Get Resource (asynchronously)
Retrieves a deployment resource by resource id for the given deployment.
|
okhttp3.Call |
DeploymentApi.getDeploymentResourceCall(String id,
String resourceId,
ApiCallback _callback)
Build call for getDeploymentResource
|
File |
DeploymentApi.getDeploymentResourceData(String id,
String resourceId)
Get Resource (Binary)
Retrieves the binary content of a deployment resource for the given deployment by id.
|
okhttp3.Call |
DeploymentApi.getDeploymentResourceDataAsync(String id,
String resourceId,
ApiCallback<File> _callback)
Get Resource (Binary) (asynchronously)
Retrieves the binary content of a deployment resource for the given deployment by id.
|
okhttp3.Call |
DeploymentApi.getDeploymentResourceDataCall(String id,
String resourceId,
ApiCallback _callback)
Build call for getDeploymentResourceData
|
ApiResponse<File> |
DeploymentApi.getDeploymentResourceDataWithHttpInfo(String id,
String resourceId)
Get Resource (Binary)
Retrieves the binary content of a deployment resource for the given deployment by id.
|
List<DeploymentResourceDto> |
DeploymentApi.getDeploymentResources(String id)
Get Resources
Retrieves all deployment resources of a given deployment.
|
okhttp3.Call |
DeploymentApi.getDeploymentResourcesAsync(String id,
ApiCallback<List<DeploymentResourceDto>> _callback)
Get Resources (asynchronously)
Retrieves all deployment resources of a given deployment.
|
okhttp3.Call |
DeploymentApi.getDeploymentResourcesCall(String id,
ApiCallback _callback)
Build call for getDeploymentResources
|
ApiResponse<List<DeploymentResourceDto>> |
DeploymentApi.getDeploymentResourcesWithHttpInfo(String id)
Get Resources
Retrieves all deployment resources of a given deployment.
|
ApiResponse<DeploymentResourceDto> |
DeploymentApi.getDeploymentResourceWithHttpInfo(String id,
String resourceId)
Get Resource
Retrieves a deployment resource by resource id for the given deployment.
|
List<DeploymentDto> |
DeploymentApi.getDeployments(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for deployments that fulfill given parameters.
|
okhttp3.Call |
DeploymentApi.getDeploymentsAsync(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<DeploymentDto>> _callback)
Get List (asynchronously)
Queries for deployments that fulfill given parameters.
|
okhttp3.Call |
DeploymentApi.getDeploymentsCall(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback _callback)
Build call for getDeployments
|
CountResultDto |
DeploymentApi.getDeploymentsCount(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before)
Get List Count
Queries for the number of deployments that fulfill given parameters.
|
okhttp3.Call |
DeploymentApi.getDeploymentsCountAsync(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Queries for the number of deployments that fulfill given parameters.
|
okhttp3.Call |
DeploymentApi.getDeploymentsCountCall(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
ApiCallback _callback)
Build call for getDeploymentsCount
|
ApiResponse<CountResultDto> |
DeploymentApi.getDeploymentsCountWithHttpInfo(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before)
Get List Count
Queries for the number of deployments that fulfill given parameters.
|
ApiResponse<List<DeploymentDto>> |
DeploymentApi.getDeploymentsWithHttpInfo(String id,
String name,
String nameLike,
String source,
Boolean withoutSource,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeDeploymentsWithoutTenantId,
Date after,
Date before,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for deployments that fulfill given parameters.
|
ApiResponse<DeploymentDto> |
DeploymentApi.getDeploymentWithHttpInfo(String id)
Get
Retrieves a deployment by id, according to the `Deployment` interface of the engine.
|
List<EventSubscriptionDto> |
EventSubscriptionApi.getEventSubscriptions(String eventSubscriptionId,
String eventName,
String eventType,
String executionId,
String processInstanceId,
String activityId,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeEventSubscriptionsWithoutTenantId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for event subscriptions that fulfill given parameters.
|
okhttp3.Call |
EventSubscriptionApi.getEventSubscriptionsAsync(String eventSubscriptionId,
String eventName,
String eventType,
String executionId,
String processInstanceId,
String activityId,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeEventSubscriptionsWithoutTenantId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<EventSubscriptionDto>> _callback)
Get List (asynchronously)
Queries for event subscriptions that fulfill given parameters.
|
okhttp3.Call |
EventSubscriptionApi.getEventSubscriptionsCall(String eventSubscriptionId,
String eventName,
String eventType,
String executionId,
String processInstanceId,
String activityId,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeEventSubscriptionsWithoutTenantId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback _callback)
Build call for getEventSubscriptions
|
CountResultDto |
EventSubscriptionApi.getEventSubscriptionsCount(String eventSubscriptionId,
String eventName,
String eventType,
String executionId,
String processInstanceId,
String activityId,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeEventSubscriptionsWithoutTenantId)
Get List Count
Queries for the number of event subscriptions that fulfill given parameters.
|
okhttp3.Call |
EventSubscriptionApi.getEventSubscriptionsCountAsync(String eventSubscriptionId,
String eventName,
String eventType,
String executionId,
String processInstanceId,
String activityId,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeEventSubscriptionsWithoutTenantId,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Queries for the number of event subscriptions that fulfill given parameters.
|
okhttp3.Call |
EventSubscriptionApi.getEventSubscriptionsCountCall(String eventSubscriptionId,
String eventName,
String eventType,
String executionId,
String processInstanceId,
String activityId,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeEventSubscriptionsWithoutTenantId,
ApiCallback _callback)
Build call for getEventSubscriptionsCount
|
ApiResponse<CountResultDto> |
EventSubscriptionApi.getEventSubscriptionsCountWithHttpInfo(String eventSubscriptionId,
String eventName,
String eventType,
String executionId,
String processInstanceId,
String activityId,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeEventSubscriptionsWithoutTenantId)
Get List Count
Queries for the number of event subscriptions that fulfill given parameters.
|
ApiResponse<List<EventSubscriptionDto>> |
EventSubscriptionApi.getEventSubscriptionsWithHttpInfo(String eventSubscriptionId,
String eventName,
String eventType,
String executionId,
String processInstanceId,
String activityId,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeEventSubscriptionsWithoutTenantId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for event subscriptions that fulfill given parameters.
|
ExecutionDto |
ExecutionApi.getExecution(String id)
Get Execution
Retrieves an execution by id, according to the `Execution` interface in the engine.
|
okhttp3.Call |
ExecutionApi.getExecutionAsync(String id,
ApiCallback<ExecutionDto> _callback)
Get Execution (asynchronously)
Retrieves an execution by id, according to the `Execution` interface in the engine.
|
okhttp3.Call |
ExecutionApi.getExecutionCall(String id,
ApiCallback _callback)
Build call for getExecution
|
List<ExecutionDto> |
ExecutionApi.getExecutions(String businessKey,
String processDefinitionId,
String processDefinitionKey,
String processInstanceId,
String activityId,
String signalEventSubscriptionName,
String messageEventSubscriptionName,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
String variables,
String processVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get Executions
Queries for the executions that fulfill given parameters.
|
okhttp3.Call |
ExecutionApi.getExecutionsAsync(String businessKey,
String processDefinitionId,
String processDefinitionKey,
String processInstanceId,
String activityId,
String signalEventSubscriptionName,
String messageEventSubscriptionName,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
String variables,
String processVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<ExecutionDto>> _callback)
Get Executions (asynchronously)
Queries for the executions that fulfill given parameters.
|
okhttp3.Call |
ExecutionApi.getExecutionsCall(String businessKey,
String processDefinitionId,
String processDefinitionKey,
String processInstanceId,
String activityId,
String signalEventSubscriptionName,
String messageEventSubscriptionName,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
String variables,
String processVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback _callback)
Build call for getExecutions
|
CountResultDto |
ExecutionApi.getExecutionsCount(String businessKey,
String processDefinitionId,
String processDefinitionKey,
String processInstanceId,
String activityId,
String signalEventSubscriptionName,
String messageEventSubscriptionName,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
String variables,
String processVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Get Execution Count
Queries for the number of executions that fulfill given parameters.
|
okhttp3.Call |
ExecutionApi.getExecutionsCountAsync(String businessKey,
String processDefinitionId,
String processDefinitionKey,
String processInstanceId,
String activityId,
String signalEventSubscriptionName,
String messageEventSubscriptionName,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
String variables,
String processVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
ApiCallback<CountResultDto> _callback)
Get Execution Count (asynchronously)
Queries for the number of executions that fulfill given parameters.
|
okhttp3.Call |
ExecutionApi.getExecutionsCountCall(String businessKey,
String processDefinitionId,
String processDefinitionKey,
String processInstanceId,
String activityId,
String signalEventSubscriptionName,
String messageEventSubscriptionName,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
String variables,
String processVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
ApiCallback _callback)
Build call for getExecutionsCount
|
ApiResponse<CountResultDto> |
ExecutionApi.getExecutionsCountWithHttpInfo(String businessKey,
String processDefinitionId,
String processDefinitionKey,
String processInstanceId,
String activityId,
String signalEventSubscriptionName,
String messageEventSubscriptionName,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
String variables,
String processVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Get Execution Count
Queries for the number of executions that fulfill given parameters.
|
ApiResponse<List<ExecutionDto>> |
ExecutionApi.getExecutionsWithHttpInfo(String businessKey,
String processDefinitionId,
String processDefinitionKey,
String processInstanceId,
String activityId,
String signalEventSubscriptionName,
String messageEventSubscriptionName,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
String variables,
String processVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get Executions
Queries for the executions that fulfill given parameters.
|
ApiResponse<ExecutionDto> |
ExecutionApi.getExecutionWithHttpInfo(String id)
Get Execution
Retrieves an execution by id, according to the `Execution` interface in the engine.
|
ExternalTaskDto |
ExternalTaskApi.getExternalTask(String id)
Get
Retrieves an external task by id, corresponding to the `ExternalTask` interface in the engine.
|
okhttp3.Call |
ExternalTaskApi.getExternalTaskAsync(String id,
ApiCallback<ExternalTaskDto> _callback)
Get (asynchronously)
Retrieves an external task by id, corresponding to the `ExternalTask` interface in the engine.
|
okhttp3.Call |
ExternalTaskApi.getExternalTaskCall(String id,
ApiCallback _callback)
Build call for getExternalTask
|
String |
ExternalTaskApi.getExternalTaskErrorDetails(String id)
Get Error Details
Retrieves the error details in the context of a running external task by id.
|
okhttp3.Call |
ExternalTaskApi.getExternalTaskErrorDetailsAsync(String id,
ApiCallback<String> _callback)
Get Error Details (asynchronously)
Retrieves the error details in the context of a running external task by id.
|
okhttp3.Call |
ExternalTaskApi.getExternalTaskErrorDetailsCall(String id,
ApiCallback _callback)
Build call for getExternalTaskErrorDetails
|
ApiResponse<String> |
ExternalTaskApi.getExternalTaskErrorDetailsWithHttpInfo(String id)
Get Error Details
Retrieves the error details in the context of a running external task by id.
|
List<ExternalTaskDto> |
ExternalTaskApi.getExternalTasks(String externalTaskId,
String externalTaskIdIn,
String topicName,
String workerId,
Boolean locked,
Boolean notLocked,
Boolean withRetriesLeft,
Boolean noRetriesLeft,
Date lockExpirationAfter,
Date lockExpirationBefore,
String activityId,
String activityIdIn,
String executionId,
String processInstanceId,
String processInstanceIdIn,
String processDefinitionId,
String tenantIdIn,
Boolean active,
Boolean suspended,
Long priorityHigherThanOrEquals,
Long priorityLowerThanOrEquals,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for the external tasks that fulfill given parameters.
|
okhttp3.Call |
ExternalTaskApi.getExternalTasksAsync(String externalTaskId,
String externalTaskIdIn,
String topicName,
String workerId,
Boolean locked,
Boolean notLocked,
Boolean withRetriesLeft,
Boolean noRetriesLeft,
Date lockExpirationAfter,
Date lockExpirationBefore,
String activityId,
String activityIdIn,
String executionId,
String processInstanceId,
String processInstanceIdIn,
String processDefinitionId,
String tenantIdIn,
Boolean active,
Boolean suspended,
Long priorityHigherThanOrEquals,
Long priorityLowerThanOrEquals,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<ExternalTaskDto>> _callback)
Get List (asynchronously)
Queries for the external tasks that fulfill given parameters.
|
okhttp3.Call |
ExternalTaskApi.getExternalTasksCall(String externalTaskId,
String externalTaskIdIn,
String topicName,
String workerId,
Boolean locked,
Boolean notLocked,
Boolean withRetriesLeft,
Boolean noRetriesLeft,
Date lockExpirationAfter,
Date lockExpirationBefore,
String activityId,
String activityIdIn,
String executionId,
String processInstanceId,
String processInstanceIdIn,
String processDefinitionId,
String tenantIdIn,
Boolean active,
Boolean suspended,
Long priorityHigherThanOrEquals,
Long priorityLowerThanOrEquals,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback _callback)
Build call for getExternalTasks
|
CountResultDto |
ExternalTaskApi.getExternalTasksCount(String externalTaskId,
String externalTaskIdIn,
String topicName,
String workerId,
Boolean locked,
Boolean notLocked,
Boolean withRetriesLeft,
Boolean noRetriesLeft,
Date lockExpirationAfter,
Date lockExpirationBefore,
String activityId,
String activityIdIn,
String executionId,
String processInstanceId,
String processInstanceIdIn,
String processDefinitionId,
String tenantIdIn,
Boolean active,
Boolean suspended,
Long priorityHigherThanOrEquals,
Long priorityLowerThanOrEquals)
Get List Count
Queries for the number of external tasks that fulfill given parameters.
|
okhttp3.Call |
ExternalTaskApi.getExternalTasksCountAsync(String externalTaskId,
String externalTaskIdIn,
String topicName,
String workerId,
Boolean locked,
Boolean notLocked,
Boolean withRetriesLeft,
Boolean noRetriesLeft,
Date lockExpirationAfter,
Date lockExpirationBefore,
String activityId,
String activityIdIn,
String executionId,
String processInstanceId,
String processInstanceIdIn,
String processDefinitionId,
String tenantIdIn,
Boolean active,
Boolean suspended,
Long priorityHigherThanOrEquals,
Long priorityLowerThanOrEquals,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Queries for the number of external tasks that fulfill given parameters.
|
okhttp3.Call |
ExternalTaskApi.getExternalTasksCountCall(String externalTaskId,
String externalTaskIdIn,
String topicName,
String workerId,
Boolean locked,
Boolean notLocked,
Boolean withRetriesLeft,
Boolean noRetriesLeft,
Date lockExpirationAfter,
Date lockExpirationBefore,
String activityId,
String activityIdIn,
String executionId,
String processInstanceId,
String processInstanceIdIn,
String processDefinitionId,
String tenantIdIn,
Boolean active,
Boolean suspended,
Long priorityHigherThanOrEquals,
Long priorityLowerThanOrEquals,
ApiCallback _callback)
Build call for getExternalTasksCount
|
ApiResponse<CountResultDto> |
ExternalTaskApi.getExternalTasksCountWithHttpInfo(String externalTaskId,
String externalTaskIdIn,
String topicName,
String workerId,
Boolean locked,
Boolean notLocked,
Boolean withRetriesLeft,
Boolean noRetriesLeft,
Date lockExpirationAfter,
Date lockExpirationBefore,
String activityId,
String activityIdIn,
String executionId,
String processInstanceId,
String processInstanceIdIn,
String processDefinitionId,
String tenantIdIn,
Boolean active,
Boolean suspended,
Long priorityHigherThanOrEquals,
Long priorityLowerThanOrEquals)
Get List Count
Queries for the number of external tasks that fulfill given parameters.
|
ApiResponse<List<ExternalTaskDto>> |
ExternalTaskApi.getExternalTasksWithHttpInfo(String externalTaskId,
String externalTaskIdIn,
String topicName,
String workerId,
Boolean locked,
Boolean notLocked,
Boolean withRetriesLeft,
Boolean noRetriesLeft,
Date lockExpirationAfter,
Date lockExpirationBefore,
String activityId,
String activityIdIn,
String executionId,
String processInstanceId,
String processInstanceIdIn,
String processDefinitionId,
String tenantIdIn,
Boolean active,
Boolean suspended,
Long priorityHigherThanOrEquals,
Long priorityLowerThanOrEquals,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for the external tasks that fulfill given parameters.
|
ApiResponse<ExternalTaskDto> |
ExternalTaskApi.getExternalTaskWithHttpInfo(String id)
Get
Retrieves an external task by id, corresponding to the `ExternalTask` interface in the engine.
|
FormDto |
TaskApi.getForm(String id)
Get Form Key
Retrieves the form key for a task.
|
okhttp3.Call |
TaskApi.getFormAsync(String id,
ApiCallback<FormDto> _callback)
Get Form Key (asynchronously)
Retrieves the form key for a task.
|
okhttp3.Call |
TaskApi.getFormCall(String id,
ApiCallback _callback)
Build call for getForm
|
Map<String,VariableValueDto> |
TaskApi.getFormVariables(String id,
String variableNames,
Boolean deserializeValues)
Get Task Form Variables
Retrieves the form variables for a task.
|
okhttp3.Call |
TaskApi.getFormVariablesAsync(String id,
String variableNames,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Task Form Variables (asynchronously)
Retrieves the form variables for a task.
|
okhttp3.Call |
TaskApi.getFormVariablesCall(String id,
String variableNames,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getFormVariables
|
ApiResponse<Map<String,VariableValueDto>> |
TaskApi.getFormVariablesWithHttpInfo(String id,
String variableNames,
Boolean deserializeValues)
Get Task Form Variables
Retrieves the form variables for a task.
|
ApiResponse<FormDto> |
TaskApi.getFormWithHttpInfo(String id)
Get Form Key
Retrieves the form key for a task.
|
GroupDto |
GroupApi.getGroup(String id)
Get Group
Retrieves a group by id.
|
okhttp3.Call |
GroupApi.getGroupAsync(String id,
ApiCallback<GroupDto> _callback)
Get Group (asynchronously)
Retrieves a group by id.
|
okhttp3.Call |
GroupApi.getGroupCall(String id,
ApiCallback _callback)
Build call for getGroup
|
CountResultDto |
GroupApi.getGroupCount(String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant)
Get List Count
Queries for groups using a list of parameters and retrieves the count.
|
okhttp3.Call |
GroupApi.getGroupCountAsync(String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Queries for groups using a list of parameters and retrieves the count.
|
okhttp3.Call |
GroupApi.getGroupCountCall(String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant,
ApiCallback _callback)
Build call for getGroupCount
|
ApiResponse<CountResultDto> |
GroupApi.getGroupCountWithHttpInfo(String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant)
Get List Count
Queries for groups using a list of parameters and retrieves the count.
|
IdentityServiceGroupInfoDto |
IdentityApi.getGroupInfo(String userId)
Get a User's Groups
Gets the groups of a user by id and includes all users that share a group with the given user.
|
okhttp3.Call |
IdentityApi.getGroupInfoAsync(String userId,
ApiCallback<IdentityServiceGroupInfoDto> _callback)
Get a User's Groups (asynchronously)
Gets the groups of a user by id and includes all users that share a group with the given user.
|
okhttp3.Call |
IdentityApi.getGroupInfoCall(String userId,
ApiCallback _callback)
Build call for getGroupInfo
|
ApiResponse<IdentityServiceGroupInfoDto> |
IdentityApi.getGroupInfoWithHttpInfo(String userId)
Get a User's Groups
Gets the groups of a user by id and includes all users that share a group with the given user.
|
ApiResponse<GroupDto> |
GroupApi.getGroupWithHttpInfo(String id)
Get Group
Retrieves a group by id.
|
HistoricActivityInstanceDto |
HistoricActivityInstanceApi.getHistoricActivityInstance(String id)
Get
Retrieves a historic activity instance by id, according to the `HistoricActivityInstance` interface in the engine.
|
okhttp3.Call |
HistoricActivityInstanceApi.getHistoricActivityInstanceAsync(String id,
ApiCallback<HistoricActivityInstanceDto> _callback)
Get (asynchronously)
Retrieves a historic activity instance by id, according to the `HistoricActivityInstance` interface in the engine.
|
okhttp3.Call |
HistoricActivityInstanceApi.getHistoricActivityInstanceCall(String id,
ApiCallback _callback)
Build call for getHistoricActivityInstance
|
List<HistoricActivityInstanceDto> |
HistoricActivityInstanceApi.getHistoricActivityInstances(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String activityInstanceId,
String processInstanceId,
String processDefinitionId,
String executionId,
String activityId,
String activityName,
String activityType,
String taskAssignee,
Boolean finished,
Boolean unfinished,
Boolean canceled,
Boolean completeScope,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
String tenantIdIn,
Boolean withoutTenantId)
Get List
Queries for historic activity instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricActivityInstanceApi.getHistoricActivityInstancesAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String activityInstanceId,
String processInstanceId,
String processDefinitionId,
String executionId,
String activityId,
String activityName,
String activityType,
String taskAssignee,
Boolean finished,
Boolean unfinished,
Boolean canceled,
Boolean completeScope,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
String tenantIdIn,
Boolean withoutTenantId,
ApiCallback<List<HistoricActivityInstanceDto>> _callback)
Get List (asynchronously)
Queries for historic activity instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricActivityInstanceApi.getHistoricActivityInstancesCall(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String activityInstanceId,
String processInstanceId,
String processDefinitionId,
String executionId,
String activityId,
String activityName,
String activityType,
String taskAssignee,
Boolean finished,
Boolean unfinished,
Boolean canceled,
Boolean completeScope,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
String tenantIdIn,
Boolean withoutTenantId,
ApiCallback _callback)
Build call for getHistoricActivityInstances
|
CountResultDto |
HistoricActivityInstanceApi.getHistoricActivityInstancesCount(String activityInstanceId,
String processInstanceId,
String processDefinitionId,
String executionId,
String activityId,
String activityName,
String activityType,
String taskAssignee,
Boolean finished,
Boolean unfinished,
Boolean canceled,
Boolean completeScope,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
String tenantIdIn,
Boolean withoutTenantId)
Get List Count
Queries for the number of historic activity instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricActivityInstanceApi.getHistoricActivityInstancesCountAsync(String activityInstanceId,
String processInstanceId,
String processDefinitionId,
String executionId,
String activityId,
String activityName,
String activityType,
String taskAssignee,
Boolean finished,
Boolean unfinished,
Boolean canceled,
Boolean completeScope,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
String tenantIdIn,
Boolean withoutTenantId,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Queries for the number of historic activity instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricActivityInstanceApi.getHistoricActivityInstancesCountCall(String activityInstanceId,
String processInstanceId,
String processDefinitionId,
String executionId,
String activityId,
String activityName,
String activityType,
String taskAssignee,
Boolean finished,
Boolean unfinished,
Boolean canceled,
Boolean completeScope,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
String tenantIdIn,
Boolean withoutTenantId,
ApiCallback _callback)
Build call for getHistoricActivityInstancesCount
|
ApiResponse<CountResultDto> |
HistoricActivityInstanceApi.getHistoricActivityInstancesCountWithHttpInfo(String activityInstanceId,
String processInstanceId,
String processDefinitionId,
String executionId,
String activityId,
String activityName,
String activityType,
String taskAssignee,
Boolean finished,
Boolean unfinished,
Boolean canceled,
Boolean completeScope,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
String tenantIdIn,
Boolean withoutTenantId)
Get List Count
Queries for the number of historic activity instances that fulfill the given parameters.
|
ApiResponse<List<HistoricActivityInstanceDto>> |
HistoricActivityInstanceApi.getHistoricActivityInstancesWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String activityInstanceId,
String processInstanceId,
String processDefinitionId,
String executionId,
String activityId,
String activityName,
String activityType,
String taskAssignee,
Boolean finished,
Boolean unfinished,
Boolean canceled,
Boolean completeScope,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
String tenantIdIn,
Boolean withoutTenantId)
Get List
Queries for historic activity instances that fulfill the given parameters.
|
ApiResponse<HistoricActivityInstanceDto> |
HistoricActivityInstanceApi.getHistoricActivityInstanceWithHttpInfo(String id)
Get
Retrieves a historic activity instance by id, according to the `HistoricActivityInstance` interface in the engine.
|
HistoricProcessInstanceDto |
HistoricProcessInstanceApi.getHistoricProcessInstance(String id)
Get
Retrieves a historic process instance by id, according to the `HistoricProcessInstance` interface in the engine.
|
okhttp3.Call |
HistoricProcessInstanceApi.getHistoricProcessInstanceAsync(String id,
ApiCallback<HistoricProcessInstanceDto> _callback)
Get (asynchronously)
Retrieves a historic process instance by id, according to the `HistoricProcessInstance` interface in the engine.
|
okhttp3.Call |
HistoricProcessInstanceApi.getHistoricProcessInstanceCall(String id,
ApiCallback _callback)
Build call for getHistoricProcessInstance
|
List<DurationReportResultDto> |
HistoricProcessInstanceApi.getHistoricProcessInstanceDurationReport(String reportType,
String periodUnit,
String processDefinitionIdIn,
String processDefinitionKeyIn,
Date startedBefore,
Date startedAfter)
Get Duration Report
Retrieves a report about the duration of completed process instances, grouped by a period.
|
okhttp3.Call |
HistoricProcessInstanceApi.getHistoricProcessInstanceDurationReportAsync(String reportType,
String periodUnit,
String processDefinitionIdIn,
String processDefinitionKeyIn,
Date startedBefore,
Date startedAfter,
ApiCallback<List<DurationReportResultDto>> _callback)
Get Duration Report (asynchronously)
Retrieves a report about the duration of completed process instances, grouped by a period.
|
okhttp3.Call |
HistoricProcessInstanceApi.getHistoricProcessInstanceDurationReportCall(String reportType,
String periodUnit,
String processDefinitionIdIn,
String processDefinitionKeyIn,
Date startedBefore,
Date startedAfter,
ApiCallback _callback)
Build call for getHistoricProcessInstanceDurationReport
|
ApiResponse<List<DurationReportResultDto>> |
HistoricProcessInstanceApi.getHistoricProcessInstanceDurationReportWithHttpInfo(String reportType,
String periodUnit,
String processDefinitionIdIn,
String processDefinitionKeyIn,
Date startedBefore,
Date startedAfter)
Get Duration Report
Retrieves a report about the duration of completed process instances, grouped by a period.
|
List<HistoricProcessInstanceDto> |
HistoricProcessInstanceApi.getHistoricProcessInstances(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String processInstanceId,
String processInstanceIds,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String processDefinitionKeyNotIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyLike,
Boolean rootProcessInstances,
Boolean finished,
Boolean unfinished,
Boolean withIncidents,
Boolean withRootIncidents,
String incidentType,
String incidentStatus,
String incidentMessage,
String incidentMessageLike,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
Date executedActivityAfter,
Date executedActivityBefore,
Date executedJobAfter,
Date executedJobBefore,
String startedBy,
String superProcessInstanceId,
String subProcessInstanceId,
String superCaseInstanceId,
String subCaseInstanceId,
String caseInstanceId,
String tenantIdIn,
Boolean withoutTenantId,
String executedActivityIdIn,
String activeActivityIdIn,
Boolean active,
Boolean suspended,
Boolean completed,
Boolean externallyTerminated,
Boolean internallyTerminated,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Get List
Queries for historic process instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricProcessInstanceApi.getHistoricProcessInstancesAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String processInstanceId,
String processInstanceIds,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String processDefinitionKeyNotIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyLike,
Boolean rootProcessInstances,
Boolean finished,
Boolean unfinished,
Boolean withIncidents,
Boolean withRootIncidents,
String incidentType,
String incidentStatus,
String incidentMessage,
String incidentMessageLike,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
Date executedActivityAfter,
Date executedActivityBefore,
Date executedJobAfter,
Date executedJobBefore,
String startedBy,
String superProcessInstanceId,
String subProcessInstanceId,
String superCaseInstanceId,
String subCaseInstanceId,
String caseInstanceId,
String tenantIdIn,
Boolean withoutTenantId,
String executedActivityIdIn,
String activeActivityIdIn,
Boolean active,
Boolean suspended,
Boolean completed,
Boolean externallyTerminated,
Boolean internallyTerminated,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
ApiCallback<List<HistoricProcessInstanceDto>> _callback)
Get List (asynchronously)
Queries for historic process instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricProcessInstanceApi.getHistoricProcessInstancesCall(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String processInstanceId,
String processInstanceIds,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String processDefinitionKeyNotIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyLike,
Boolean rootProcessInstances,
Boolean finished,
Boolean unfinished,
Boolean withIncidents,
Boolean withRootIncidents,
String incidentType,
String incidentStatus,
String incidentMessage,
String incidentMessageLike,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
Date executedActivityAfter,
Date executedActivityBefore,
Date executedJobAfter,
Date executedJobBefore,
String startedBy,
String superProcessInstanceId,
String subProcessInstanceId,
String superCaseInstanceId,
String subCaseInstanceId,
String caseInstanceId,
String tenantIdIn,
Boolean withoutTenantId,
String executedActivityIdIn,
String activeActivityIdIn,
Boolean active,
Boolean suspended,
Boolean completed,
Boolean externallyTerminated,
Boolean internallyTerminated,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
ApiCallback _callback)
Build call for getHistoricProcessInstances
|
CountResultDto |
HistoricProcessInstanceApi.getHistoricProcessInstancesCount(String processInstanceId,
String processInstanceIds,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String processDefinitionKeyNotIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyLike,
Boolean rootProcessInstances,
Boolean finished,
Boolean unfinished,
Boolean withIncidents,
Boolean withRootIncidents,
String incidentType,
String incidentStatus,
String incidentMessage,
String incidentMessageLike,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
Date executedActivityAfter,
Date executedActivityBefore,
Date executedJobAfter,
Date executedJobBefore,
String startedBy,
String superProcessInstanceId,
String subProcessInstanceId,
String superCaseInstanceId,
String subCaseInstanceId,
String caseInstanceId,
String tenantIdIn,
Boolean withoutTenantId,
String executedActivityIdIn,
String activeActivityIdIn,
Boolean active,
Boolean suspended,
Boolean completed,
Boolean externallyTerminated,
Boolean internallyTerminated,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Get List Count
Queries for the number of historic process instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricProcessInstanceApi.getHistoricProcessInstancesCountAsync(String processInstanceId,
String processInstanceIds,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String processDefinitionKeyNotIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyLike,
Boolean rootProcessInstances,
Boolean finished,
Boolean unfinished,
Boolean withIncidents,
Boolean withRootIncidents,
String incidentType,
String incidentStatus,
String incidentMessage,
String incidentMessageLike,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
Date executedActivityAfter,
Date executedActivityBefore,
Date executedJobAfter,
Date executedJobBefore,
String startedBy,
String superProcessInstanceId,
String subProcessInstanceId,
String superCaseInstanceId,
String subCaseInstanceId,
String caseInstanceId,
String tenantIdIn,
Boolean withoutTenantId,
String executedActivityIdIn,
String activeActivityIdIn,
Boolean active,
Boolean suspended,
Boolean completed,
Boolean externallyTerminated,
Boolean internallyTerminated,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Queries for the number of historic process instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricProcessInstanceApi.getHistoricProcessInstancesCountCall(String processInstanceId,
String processInstanceIds,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String processDefinitionKeyNotIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyLike,
Boolean rootProcessInstances,
Boolean finished,
Boolean unfinished,
Boolean withIncidents,
Boolean withRootIncidents,
String incidentType,
String incidentStatus,
String incidentMessage,
String incidentMessageLike,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
Date executedActivityAfter,
Date executedActivityBefore,
Date executedJobAfter,
Date executedJobBefore,
String startedBy,
String superProcessInstanceId,
String subProcessInstanceId,
String superCaseInstanceId,
String subCaseInstanceId,
String caseInstanceId,
String tenantIdIn,
Boolean withoutTenantId,
String executedActivityIdIn,
String activeActivityIdIn,
Boolean active,
Boolean suspended,
Boolean completed,
Boolean externallyTerminated,
Boolean internallyTerminated,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
ApiCallback _callback)
Build call for getHistoricProcessInstancesCount
|
ApiResponse<CountResultDto> |
HistoricProcessInstanceApi.getHistoricProcessInstancesCountWithHttpInfo(String processInstanceId,
String processInstanceIds,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String processDefinitionKeyNotIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyLike,
Boolean rootProcessInstances,
Boolean finished,
Boolean unfinished,
Boolean withIncidents,
Boolean withRootIncidents,
String incidentType,
String incidentStatus,
String incidentMessage,
String incidentMessageLike,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
Date executedActivityAfter,
Date executedActivityBefore,
Date executedJobAfter,
Date executedJobBefore,
String startedBy,
String superProcessInstanceId,
String subProcessInstanceId,
String superCaseInstanceId,
String subCaseInstanceId,
String caseInstanceId,
String tenantIdIn,
Boolean withoutTenantId,
String executedActivityIdIn,
String activeActivityIdIn,
Boolean active,
Boolean suspended,
Boolean completed,
Boolean externallyTerminated,
Boolean internallyTerminated,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Get List Count
Queries for the number of historic process instances that fulfill the given parameters.
|
ApiResponse<List<HistoricProcessInstanceDto>> |
HistoricProcessInstanceApi.getHistoricProcessInstancesWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String processInstanceId,
String processInstanceIds,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String processDefinitionKeyNotIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyLike,
Boolean rootProcessInstances,
Boolean finished,
Boolean unfinished,
Boolean withIncidents,
Boolean withRootIncidents,
String incidentType,
String incidentStatus,
String incidentMessage,
String incidentMessageLike,
Date startedBefore,
Date startedAfter,
Date finishedBefore,
Date finishedAfter,
Date executedActivityAfter,
Date executedActivityBefore,
Date executedJobAfter,
Date executedJobBefore,
String startedBy,
String superProcessInstanceId,
String subProcessInstanceId,
String superCaseInstanceId,
String subCaseInstanceId,
String caseInstanceId,
String tenantIdIn,
Boolean withoutTenantId,
String executedActivityIdIn,
String activeActivityIdIn,
Boolean active,
Boolean suspended,
Boolean completed,
Boolean externallyTerminated,
Boolean internallyTerminated,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Get List
Queries for historic process instances that fulfill the given parameters.
|
ApiResponse<HistoricProcessInstanceDto> |
HistoricProcessInstanceApi.getHistoricProcessInstanceWithHttpInfo(String id)
Get
Retrieves a historic process instance by id, according to the `HistoricProcessInstance` interface in the engine.
|
List<IdentityLinkDto> |
TaskIdentityLinkApi.getIdentityLinks(String id,
String type)
Get List
Gets the identity links for a task by id, which are the users and groups that are in *some* relation to it (including assignee and owner).
|
okhttp3.Call |
TaskIdentityLinkApi.getIdentityLinksAsync(String id,
String type,
ApiCallback<List<IdentityLinkDto>> _callback)
Get List (asynchronously)
Gets the identity links for a task by id, which are the users and groups that are in *some* relation to it (including assignee and owner).
|
okhttp3.Call |
TaskIdentityLinkApi.getIdentityLinksCall(String id,
String type,
ApiCallback _callback)
Build call for getIdentityLinks
|
ApiResponse<List<IdentityLinkDto>> |
TaskIdentityLinkApi.getIdentityLinksWithHttpInfo(String id,
String type)
Get List
Gets the identity links for a task by id, which are the users and groups that are in *some* relation to it (including assignee and owner).
|
IncidentDto |
IncidentApi.getIncident(String id)
Get Incident
Retrieves an incident by ID.
|
okhttp3.Call |
IncidentApi.getIncidentAsync(String id,
ApiCallback<IncidentDto> _callback)
Get Incident (asynchronously)
Retrieves an incident by ID.
|
okhttp3.Call |
IncidentApi.getIncidentCall(String id,
ApiCallback _callback)
Build call for getIncident
|
List<IncidentDto> |
IncidentApi.getIncidents(String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String processDefinitionId,
String processDefinitionKeyIn,
String processInstanceId,
String executionId,
Date incidentTimestampBefore,
Date incidentTimestampAfter,
String activityId,
String failedActivityId,
String causeIncidentId,
String rootCauseIncidentId,
String _configuration,
String tenantIdIn,
String jobDefinitionIdIn,
String sortBy,
String sortOrder)
Get List
Queries for incidents that fulfill given parameters.
|
okhttp3.Call |
IncidentApi.getIncidentsAsync(String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String processDefinitionId,
String processDefinitionKeyIn,
String processInstanceId,
String executionId,
Date incidentTimestampBefore,
Date incidentTimestampAfter,
String activityId,
String failedActivityId,
String causeIncidentId,
String rootCauseIncidentId,
String _configuration,
String tenantIdIn,
String jobDefinitionIdIn,
String sortBy,
String sortOrder,
ApiCallback<List<IncidentDto>> _callback)
Get List (asynchronously)
Queries for incidents that fulfill given parameters.
|
okhttp3.Call |
IncidentApi.getIncidentsCall(String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String processDefinitionId,
String processDefinitionKeyIn,
String processInstanceId,
String executionId,
Date incidentTimestampBefore,
Date incidentTimestampAfter,
String activityId,
String failedActivityId,
String causeIncidentId,
String rootCauseIncidentId,
String _configuration,
String tenantIdIn,
String jobDefinitionIdIn,
String sortBy,
String sortOrder,
ApiCallback _callback)
Build call for getIncidents
|
List<CountResultDto> |
IncidentApi.getIncidentsCount(String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String processDefinitionId,
String processDefinitionKeyIn,
String processInstanceId,
String executionId,
Date incidentTimestampBefore,
Date incidentTimestampAfter,
String activityId,
String failedActivityId,
String causeIncidentId,
String rootCauseIncidentId,
String _configuration,
String tenantIdIn,
String jobDefinitionIdIn)
Get List Count
Queries for the number of incidents that fulfill given parameters.
|
okhttp3.Call |
IncidentApi.getIncidentsCountAsync(String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String processDefinitionId,
String processDefinitionKeyIn,
String processInstanceId,
String executionId,
Date incidentTimestampBefore,
Date incidentTimestampAfter,
String activityId,
String failedActivityId,
String causeIncidentId,
String rootCauseIncidentId,
String _configuration,
String tenantIdIn,
String jobDefinitionIdIn,
ApiCallback<List<CountResultDto>> _callback)
Get List Count (asynchronously)
Queries for the number of incidents that fulfill given parameters.
|
okhttp3.Call |
IncidentApi.getIncidentsCountCall(String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String processDefinitionId,
String processDefinitionKeyIn,
String processInstanceId,
String executionId,
Date incidentTimestampBefore,
Date incidentTimestampAfter,
String activityId,
String failedActivityId,
String causeIncidentId,
String rootCauseIncidentId,
String _configuration,
String tenantIdIn,
String jobDefinitionIdIn,
ApiCallback _callback)
Build call for getIncidentsCount
|
ApiResponse<List<CountResultDto>> |
IncidentApi.getIncidentsCountWithHttpInfo(String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String processDefinitionId,
String processDefinitionKeyIn,
String processInstanceId,
String executionId,
Date incidentTimestampBefore,
Date incidentTimestampAfter,
String activityId,
String failedActivityId,
String causeIncidentId,
String rootCauseIncidentId,
String _configuration,
String tenantIdIn,
String jobDefinitionIdIn)
Get List Count
Queries for the number of incidents that fulfill given parameters.
|
ApiResponse<List<IncidentDto>> |
IncidentApi.getIncidentsWithHttpInfo(String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String processDefinitionId,
String processDefinitionKeyIn,
String processInstanceId,
String executionId,
Date incidentTimestampBefore,
Date incidentTimestampAfter,
String activityId,
String failedActivityId,
String causeIncidentId,
String rootCauseIncidentId,
String _configuration,
String tenantIdIn,
String jobDefinitionIdIn,
String sortBy,
String sortOrder)
Get List
Queries for incidents that fulfill given parameters.
|
ApiResponse<IncidentDto> |
IncidentApi.getIncidentWithHttpInfo(String id)
Get Incident
Retrieves an incident by ID.
|
JobDto |
JobApi.getJob(String id)
Get Job
Retrieves a job by id, according to the `Job` interface in the engine.
|
okhttp3.Call |
JobApi.getJobAsync(String id,
ApiCallback<JobDto> _callback)
Get Job (asynchronously)
Retrieves a job by id, according to the `Job` interface in the engine.
|
okhttp3.Call |
JobApi.getJobCall(String id,
ApiCallback _callback)
Build call for getJob
|
List<JobDto> |
JobApi.getJobs(String jobId,
String jobIds,
String jobDefinitionId,
String processInstanceId,
String processInstanceIds,
String executionId,
String processDefinitionId,
String processDefinitionKey,
String activityId,
Boolean withRetriesLeft,
Boolean executable,
Boolean timers,
Boolean messages,
String dueDates,
String createTimes,
Boolean withException,
String exceptionMessage,
String failedActivityId,
Boolean noRetriesLeft,
Boolean active,
Boolean suspended,
Long priorityLowerThanOrEquals,
Long priorityHigherThanOrEquals,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeJobsWithoutTenantId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get Jobs
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.getJobsAsync(String jobId,
String jobIds,
String jobDefinitionId,
String processInstanceId,
String processInstanceIds,
String executionId,
String processDefinitionId,
String processDefinitionKey,
String activityId,
Boolean withRetriesLeft,
Boolean executable,
Boolean timers,
Boolean messages,
String dueDates,
String createTimes,
Boolean withException,
String exceptionMessage,
String failedActivityId,
Boolean noRetriesLeft,
Boolean active,
Boolean suspended,
Long priorityLowerThanOrEquals,
Long priorityHigherThanOrEquals,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeJobsWithoutTenantId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<JobDto>> _callback)
Get Jobs (asynchronously)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.getJobsCall(String jobId,
String jobIds,
String jobDefinitionId,
String processInstanceId,
String processInstanceIds,
String executionId,
String processDefinitionId,
String processDefinitionKey,
String activityId,
Boolean withRetriesLeft,
Boolean executable,
Boolean timers,
Boolean messages,
String dueDates,
String createTimes,
Boolean withException,
String exceptionMessage,
String failedActivityId,
Boolean noRetriesLeft,
Boolean active,
Boolean suspended,
Long priorityLowerThanOrEquals,
Long priorityHigherThanOrEquals,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeJobsWithoutTenantId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback _callback)
Build call for getJobs
|
CountResultDto |
JobApi.getJobsCount(String jobId,
String jobIds,
String jobDefinitionId,
String processInstanceId,
String processInstanceIds,
String executionId,
String processDefinitionId,
String processDefinitionKey,
String activityId,
Boolean withRetriesLeft,
Boolean executable,
Boolean timers,
Boolean messages,
String dueDates,
String createTimes,
Boolean withException,
String exceptionMessage,
String failedActivityId,
Boolean noRetriesLeft,
Boolean active,
Boolean suspended,
Long priorityLowerThanOrEquals,
Long priorityHigherThanOrEquals,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeJobsWithoutTenantId)
Get Job Count
Queries for the number of jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.getJobsCountAsync(String jobId,
String jobIds,
String jobDefinitionId,
String processInstanceId,
String processInstanceIds,
String executionId,
String processDefinitionId,
String processDefinitionKey,
String activityId,
Boolean withRetriesLeft,
Boolean executable,
Boolean timers,
Boolean messages,
String dueDates,
String createTimes,
Boolean withException,
String exceptionMessage,
String failedActivityId,
Boolean noRetriesLeft,
Boolean active,
Boolean suspended,
Long priorityLowerThanOrEquals,
Long priorityHigherThanOrEquals,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeJobsWithoutTenantId,
ApiCallback<CountResultDto> _callback)
Get Job Count (asynchronously)
Queries for the number of jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.getJobsCountCall(String jobId,
String jobIds,
String jobDefinitionId,
String processInstanceId,
String processInstanceIds,
String executionId,
String processDefinitionId,
String processDefinitionKey,
String activityId,
Boolean withRetriesLeft,
Boolean executable,
Boolean timers,
Boolean messages,
String dueDates,
String createTimes,
Boolean withException,
String exceptionMessage,
String failedActivityId,
Boolean noRetriesLeft,
Boolean active,
Boolean suspended,
Long priorityLowerThanOrEquals,
Long priorityHigherThanOrEquals,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeJobsWithoutTenantId,
ApiCallback _callback)
Build call for getJobsCount
|
ApiResponse<CountResultDto> |
JobApi.getJobsCountWithHttpInfo(String jobId,
String jobIds,
String jobDefinitionId,
String processInstanceId,
String processInstanceIds,
String executionId,
String processDefinitionId,
String processDefinitionKey,
String activityId,
Boolean withRetriesLeft,
Boolean executable,
Boolean timers,
Boolean messages,
String dueDates,
String createTimes,
Boolean withException,
String exceptionMessage,
String failedActivityId,
Boolean noRetriesLeft,
Boolean active,
Boolean suspended,
Long priorityLowerThanOrEquals,
Long priorityHigherThanOrEquals,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeJobsWithoutTenantId)
Get Job Count
Queries for the number of jobs that fulfill given parameters.
|
ApiResponse<List<JobDto>> |
JobApi.getJobsWithHttpInfo(String jobId,
String jobIds,
String jobDefinitionId,
String processInstanceId,
String processInstanceIds,
String executionId,
String processDefinitionId,
String processDefinitionKey,
String activityId,
Boolean withRetriesLeft,
Boolean executable,
Boolean timers,
Boolean messages,
String dueDates,
String createTimes,
Boolean withException,
String exceptionMessage,
String failedActivityId,
Boolean noRetriesLeft,
Boolean active,
Boolean suspended,
Long priorityLowerThanOrEquals,
Long priorityHigherThanOrEquals,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeJobsWithoutTenantId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get Jobs
Queries for jobs that fulfill given parameters.
|
ApiResponse<JobDto> |
JobApi.getJobWithHttpInfo(String id)
Get Job
Retrieves a job by id, according to the `Job` interface in the engine.
|
ProcessDefinitionDto |
ProcessDefinitionApi.getLatestProcessDefinitionByTenantId(String key,
String tenantId)
Get
Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.
|
okhttp3.Call |
ProcessDefinitionApi.getLatestProcessDefinitionByTenantIdAsync(String key,
String tenantId,
ApiCallback<ProcessDefinitionDto> _callback)
Get (asynchronously)
Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.
|
okhttp3.Call |
ProcessDefinitionApi.getLatestProcessDefinitionByTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getLatestProcessDefinitionByTenantId
|
ApiResponse<ProcessDefinitionDto> |
ProcessDefinitionApi.getLatestProcessDefinitionByTenantIdWithHttpInfo(String key,
String tenantId)
Get
Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.
|
VariableValueDto |
ExecutionApi.getLocalExecutionVariable(String id,
String varName,
Boolean deserializeValue)
Get Local Execution Variable
Retrieves a variable from the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.getLocalExecutionVariableAsync(String id,
String varName,
Boolean deserializeValue,
ApiCallback<VariableValueDto> _callback)
Get Local Execution Variable (asynchronously)
Retrieves a variable from the context of a given execution by id.
|
File |
ExecutionApi.getLocalExecutionVariableBinary(String id,
String varName)
Get Local Execution Variable (Binary)
Retrieves a binary variable from the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.getLocalExecutionVariableBinaryAsync(String id,
String varName,
ApiCallback<File> _callback)
Get Local Execution Variable (Binary) (asynchronously)
Retrieves a binary variable from the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.getLocalExecutionVariableBinaryCall(String id,
String varName,
ApiCallback _callback)
Build call for getLocalExecutionVariableBinary
|
ApiResponse<File> |
ExecutionApi.getLocalExecutionVariableBinaryWithHttpInfo(String id,
String varName)
Get Local Execution Variable (Binary)
Retrieves a binary variable from the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.getLocalExecutionVariableCall(String id,
String varName,
Boolean deserializeValue,
ApiCallback _callback)
Build call for getLocalExecutionVariable
|
Map<String,VariableValueDto> |
ExecutionApi.getLocalExecutionVariables(String id,
Boolean deserializeValues)
Get Local Execution Variables
Retrieves all variables of a given execution by id.
|
okhttp3.Call |
ExecutionApi.getLocalExecutionVariablesAsync(String id,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Local Execution Variables (asynchronously)
Retrieves all variables of a given execution by id.
|
okhttp3.Call |
ExecutionApi.getLocalExecutionVariablesCall(String id,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getLocalExecutionVariables
|
ApiResponse<Map<String,VariableValueDto>> |
ExecutionApi.getLocalExecutionVariablesWithHttpInfo(String id,
Boolean deserializeValues)
Get Local Execution Variables
Retrieves all variables of a given execution by id.
|
ApiResponse<VariableValueDto> |
ExecutionApi.getLocalExecutionVariableWithHttpInfo(String id,
String varName,
Boolean deserializeValue)
Get Local Execution Variable
Retrieves a variable from the context of a given execution by id.
|
EventSubscriptionDto |
ExecutionApi.getMessageEventSubscription(String id,
String messageName)
Get Message Event Subscription
Retrieves a message event subscription for a given execution by id and a message name.
|
okhttp3.Call |
ExecutionApi.getMessageEventSubscriptionAsync(String id,
String messageName,
ApiCallback<EventSubscriptionDto> _callback)
Get Message Event Subscription (asynchronously)
Retrieves a message event subscription for a given execution by id and a message name.
|
okhttp3.Call |
ExecutionApi.getMessageEventSubscriptionCall(String id,
String messageName,
ApiCallback _callback)
Build call for getMessageEventSubscription
|
ApiResponse<EventSubscriptionDto> |
ExecutionApi.getMessageEventSubscriptionWithHttpInfo(String id,
String messageName)
Get Message Event Subscription
Retrieves a message event subscription for a given execution by id and a message name.
|
MetricsResultDto |
MetricsApi.getMetrics(String metricsName,
Date startDate,
Date endDate)
Get Sum
Retrieves the `sum` (count) for a given metric.
|
okhttp3.Call |
MetricsApi.getMetricsAsync(String metricsName,
Date startDate,
Date endDate,
ApiCallback<MetricsResultDto> _callback)
Get Sum (asynchronously)
Retrieves the `sum` (count) for a given metric.
|
okhttp3.Call |
MetricsApi.getMetricsCall(String metricsName,
Date startDate,
Date endDate,
ApiCallback _callback)
Build call for getMetrics
|
ApiResponse<MetricsResultDto> |
MetricsApi.getMetricsWithHttpInfo(String metricsName,
Date startDate,
Date endDate)
Get Sum
Retrieves the `sum` (count) for a given metric.
|
PasswordPolicyDto |
IdentityApi.getPasswordPolicy()
Get Password Policy
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
okhttp3.Call |
IdentityApi.getPasswordPolicyAsync(ApiCallback<PasswordPolicyDto> _callback)
Get Password Policy (asynchronously)
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
okhttp3.Call |
IdentityApi.getPasswordPolicyCall(ApiCallback _callback)
Build call for getPasswordPolicy
|
ApiResponse<PasswordPolicyDto> |
IdentityApi.getPasswordPolicyWithHttpInfo()
Get Password Policy
A password policy consists of a list of rules that new passwords must follow to be policy compliant.
|
ProcessDefinitionDto |
ProcessDefinitionApi.getProcessDefinition(String id)
Get
Retrieves a process definition according to the `ProcessDefinition` interface in the engine.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionAsync(String id,
ApiCallback<ProcessDefinitionDto> _callback)
Get (asynchronously)
Retrieves a process definition according to the `ProcessDefinition` interface in the engine.
|
ProcessDefinitionDiagramDto |
ProcessDefinitionApi.getProcessDefinitionBpmn20Xml(String id)
Get XML
Retrieves the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlAsync(String id,
ApiCallback<ProcessDefinitionDiagramDto> _callback)
Get XML (asynchronously)
Retrieves the BPMN 2.0 XML of a process definition.
|
ProcessDefinitionDiagramDto |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKey(String key)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
ProcessDefinitionDiagramDto |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyAndTenantId(String key,
String tenantId)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getProcessDefinitionBpmn20XmlByKeyAndTenantId
|
ApiResponse<ProcessDefinitionDiagramDto> |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyAsync(String key,
ApiCallback<ProcessDefinitionDiagramDto> _callback)
Get XML (asynchronously)
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyCall(String key,
ApiCallback _callback)
Build call for getProcessDefinitionBpmn20XmlByKey
|
ApiResponse<ProcessDefinitionDiagramDto> |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyWithHttpInfo(String key)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlCall(String id,
ApiCallback _callback)
Build call for getProcessDefinitionBpmn20Xml
|
ApiResponse<ProcessDefinitionDiagramDto> |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlWithHttpInfo(String id)
Get XML
Retrieves the BPMN 2.0 XML of a process definition.
|
ProcessDefinitionDto |
ProcessDefinitionApi.getProcessDefinitionByKey(String key)
Get
Retrieves the latest version of the process definition which belongs to no tenant according to the `ProcessDefinition` interface in the engine.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionByKeyAsync(String key,
ApiCallback<ProcessDefinitionDto> _callback)
Get (asynchronously)
Retrieves the latest version of the process definition which belongs to no tenant according to the `ProcessDefinition` interface in the engine.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionByKeyCall(String key,
ApiCallback _callback)
Build call for getProcessDefinitionByKey
|
ApiResponse<ProcessDefinitionDto> |
ProcessDefinitionApi.getProcessDefinitionByKeyWithHttpInfo(String key)
Get
Retrieves the latest version of the process definition which belongs to no tenant according to the `ProcessDefinition` interface in the engine.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionCall(String id,
ApiCallback _callback)
Build call for getProcessDefinition
|
File |
ProcessDefinitionApi.getProcessDefinitionDiagram(String id)
Get Diagram
Retrieves the diagram of a process definition.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionDiagramAsync(String id,
ApiCallback<File> _callback)
Get Diagram (asynchronously)
Retrieves the diagram of a process definition.
|
File |
ProcessDefinitionApi.getProcessDefinitionDiagramByKey(String key)
Get Diagram
Retrieves the diagram for the latest version of the process definition which belongs to no tenant.
|
File |
ProcessDefinitionApi.getProcessDefinitionDiagramByKeyAndTenantId(String key,
String tenantId)
Get Diagram
Retrieves the diagram for the latest version of the process definition for tenant.
|
okhttp3.Call |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getProcessDefinitionDiagramByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getProcessDefinitionDiagramByKeyAndTenantId
|
ApiResponse<File> |
ProcessDefinitionApi.getProcessDefinitionDiagramByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get Diagram
Retrieves the diagram for the latest version of the process definition for tenant.
|
okhttp3.Call |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getProcessDefinitionDiagramByKeyCall(String key,
ApiCallback _callback)
Build call for getProcessDefinitionDiagramByKey
|
ApiResponse<File> |
ProcessDefinitionApi.getProcessDefinitionDiagramByKeyWithHttpInfo(String key)
Get Diagram
Retrieves the diagram for the latest version of the process definition which belongs to no tenant.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionDiagramCall(String id,
ApiCallback _callback)
Build call for getProcessDefinitionDiagram
|
ApiResponse<File> |
ProcessDefinitionApi.getProcessDefinitionDiagramWithHttpInfo(String id)
Get Diagram
Retrieves the diagram of a process definition.
|
List<ProcessDefinitionDto> |
ProcessDefinitionApi.getProcessDefinitions(String processDefinitionId,
String processDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keysIn,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String startableBy,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeProcessDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike,
Boolean withoutVersionTag,
Boolean startableInTasklist,
Boolean notStartableInTasklist,
Boolean startablePermissionCheck,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for process definitions that fulfill given parameters.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionsAsync(String processDefinitionId,
String processDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keysIn,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String startableBy,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeProcessDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike,
Boolean withoutVersionTag,
Boolean startableInTasklist,
Boolean notStartableInTasklist,
Boolean startablePermissionCheck,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<ProcessDefinitionDto>> _callback)
Get List (asynchronously)
Queries for process definitions that fulfill given parameters.
|
okhttp3.Call |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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> |
ProcessDefinitionApi.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> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getProcessDefinitionStatisticsCall(Boolean failedJobs,
Boolean incidents,
String incidentsForType,
Boolean rootIncidents,
ApiCallback _callback)
Build call for getProcessDefinitionStatistics
|
ApiResponse<List<ProcessDefinitionStatisticsResultDto>> |
ProcessDefinitionApi.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>> |
ProcessDefinitionApi.getProcessDefinitionsWithHttpInfo(String processDefinitionId,
String processDefinitionIdIn,
String name,
String nameLike,
String deploymentId,
Date deployedAfter,
Date deployedAt,
String key,
String keysIn,
String keyLike,
String category,
String categoryLike,
Integer version,
Boolean latestVersion,
String resourceName,
String resourceNameLike,
String startableBy,
Boolean active,
Boolean suspended,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeProcessDefinitionsWithoutTenantId,
String versionTag,
String versionTagLike,
Boolean withoutVersionTag,
Boolean startableInTasklist,
Boolean notStartableInTasklist,
Boolean startablePermissionCheck,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for process definitions that fulfill given parameters.
|
ApiResponse<ProcessDefinitionDto> |
ProcessDefinitionApi.getProcessDefinitionWithHttpInfo(String id)
Get
Retrieves a process definition according to the `ProcessDefinition` interface in the engine.
|
List<ProcessEngineDto> |
EngineApi.getProcessEngineNames()
Get List
Retrieves the names of all process engines available on your platform.
|
okhttp3.Call |
EngineApi.getProcessEngineNamesAsync(ApiCallback<List<ProcessEngineDto>> _callback)
Get List (asynchronously)
Retrieves the names of all process engines available on your platform.
|
okhttp3.Call |
EngineApi.getProcessEngineNamesCall(ApiCallback _callback)
Build call for getProcessEngineNames
|
ApiResponse<List<ProcessEngineDto>> |
EngineApi.getProcessEngineNamesWithHttpInfo()
Get List
Retrieves the names of all process engines available on your platform.
|
ProcessInstanceDto |
ProcessInstanceApi.getProcessInstance(String id)
Get Process Instance
Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine.
|
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.getProcessInstanceCall(String id,
ApiCallback _callback)
Build call for getProcessInstance
|
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)
Get List
Queries for process instances that fulfill given parameters.
|
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)
Get List (asynchronously)
Queries for process instances that fulfill given parameters.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstancesCall(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 _callback)
Build call for getProcessInstances
|
CountResultDto |
ProcessInstanceApi.getProcessInstancesCount(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)
Get List Count
Queries for the number of process instances that fulfill given parameters.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstancesCountAsync(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<CountResultDto> _callback)
Get List Count (asynchronously)
Queries for the number of process instances that fulfill given parameters.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstancesCountCall(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 _callback)
Build call for getProcessInstancesCount
|
ApiResponse<CountResultDto> |
ProcessInstanceApi.getProcessInstancesCountWithHttpInfo(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)
Get List Count
Queries for the number of 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)
Get List
Queries for process instances that fulfill given parameters.
|
VariableValueDto |
ProcessInstanceApi.getProcessInstanceVariable(String id,
String varName,
Boolean deserializeValue)
Get Process Variable
Retrieves a variable of a given process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstanceVariableAsync(String id,
String varName,
Boolean deserializeValue,
ApiCallback<VariableValueDto> _callback)
Get Process Variable (asynchronously)
Retrieves a variable of a given process instance by id.
|
File |
ProcessInstanceApi.getProcessInstanceVariableBinary(String id,
String varName)
Get Process Variable (Binary)
Retrieves the content of a Process Variable by the Process Instance id and the Process Variable name.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstanceVariableBinaryAsync(String id,
String varName,
ApiCallback<File> _callback)
Get Process Variable (Binary) (asynchronously)
Retrieves the content of a Process Variable by the Process Instance id and the Process Variable name.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstanceVariableBinaryCall(String id,
String varName,
ApiCallback _callback)
Build call for getProcessInstanceVariableBinary
|
ApiResponse<File> |
ProcessInstanceApi.getProcessInstanceVariableBinaryWithHttpInfo(String id,
String varName)
Get Process Variable (Binary)
Retrieves the content of a Process Variable by the Process Instance id and the Process Variable name.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstanceVariableCall(String id,
String varName,
Boolean deserializeValue,
ApiCallback _callback)
Build call for getProcessInstanceVariable
|
Map<String,VariableValueDto> |
ProcessInstanceApi.getProcessInstanceVariables(String id,
Boolean deserializeValues)
Get Process Variables
Retrieves all variables of a given process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstanceVariablesAsync(String id,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Process Variables (asynchronously)
Retrieves all variables of a given process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.getProcessInstanceVariablesCall(String id,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getProcessInstanceVariables
|
ApiResponse<Map<String,VariableValueDto>> |
ProcessInstanceApi.getProcessInstanceVariablesWithHttpInfo(String id,
Boolean deserializeValues)
Get Process Variables
Retrieves all variables of a given process instance by id.
|
ApiResponse<VariableValueDto> |
ProcessInstanceApi.getProcessInstanceVariableWithHttpInfo(String id,
String varName,
Boolean deserializeValue)
Get Process Variable
Retrieves a variable of a given process instance by id.
|
ApiResponse<ProcessInstanceDto> |
ProcessInstanceApi.getProcessInstanceWithHttpInfo(String id)
Get Process Instance
Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine.
|
List<GroupDto> |
GroupApi.getQueryGroups(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant)
Get List
Queries for a list of groups using a list of parameters.
|
okhttp3.Call |
GroupApi.getQueryGroupsAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant,
ApiCallback<List<GroupDto>> _callback)
Get List (asynchronously)
Queries for a list of groups using a list of parameters.
|
okhttp3.Call |
GroupApi.getQueryGroupsCall(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant,
ApiCallback _callback)
Build call for getQueryGroups
|
ApiResponse<List<GroupDto>> |
GroupApi.getQueryGroupsWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String idIn,
String name,
String nameLike,
String type,
String member,
String memberOfTenant)
Get List
Queries for a list of groups using a list of parameters.
|
File |
TaskApi.getRenderedForm(String id)
Get Rendered Form
Retrieves the rendered form for a task.
|
okhttp3.Call |
TaskApi.getRenderedFormAsync(String id,
ApiCallback<File> _callback)
Get Rendered Form (asynchronously)
Retrieves the rendered form for a task.
|
okhttp3.Call |
TaskApi.getRenderedFormCall(String id,
ApiCallback _callback)
Build call for getRenderedForm
|
ApiResponse<File> |
TaskApi.getRenderedFormWithHttpInfo(String id)
Get Rendered Form
Retrieves the rendered form for a task.
|
File |
ProcessDefinitionApi.getRenderedStartForm(String id)
Get Rendered Start Form
Retrieves the rendered form for a process definition.
|
okhttp3.Call |
ProcessDefinitionApi.getRenderedStartFormAsync(String id,
ApiCallback<File> _callback)
Get Rendered Start Form (asynchronously)
Retrieves the rendered form for a process definition.
|
File |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getRenderedStartFormByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getRenderedStartFormByKeyAndTenantId
|
ApiResponse<File> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getRenderedStartFormByKeyCall(String key,
ApiCallback _callback)
Build call for getRenderedStartFormByKey
|
ApiResponse<File> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getRenderedStartFormCall(String id,
ApiCallback _callback)
Build call for getRenderedStartForm
|
ApiResponse<File> |
ProcessDefinitionApi.getRenderedStartFormWithHttpInfo(String id)
Get Rendered Start Form
Retrieves the rendered form for a process definition.
|
VersionDto |
VersionApi.getRestAPIVersion()
Get Rest API version
Retrieves the version of the Rest API.
|
okhttp3.Call |
VersionApi.getRestAPIVersionAsync(ApiCallback<VersionDto> _callback)
Get Rest API version (asynchronously)
Retrieves the version of the Rest API.
|
okhttp3.Call |
VersionApi.getRestAPIVersionCall(ApiCallback _callback)
Build call for getRestAPIVersion
|
ApiResponse<VersionDto> |
VersionApi.getRestAPIVersionWithHttpInfo()
Get Rest API version
Retrieves the version of the Rest API.
|
List<SchemaLogEntryDto> |
SchemaLogApi.getSchemaLog(String version,
Integer firstResult,
Integer maxResults)
Get List
Queries for schema log entries that fulfill given parameters.
|
okhttp3.Call |
SchemaLogApi.getSchemaLogAsync(String version,
Integer firstResult,
Integer maxResults,
ApiCallback<List<SchemaLogEntryDto>> _callback)
Get List (asynchronously)
Queries for schema log entries that fulfill given parameters.
|
okhttp3.Call |
SchemaLogApi.getSchemaLogCall(String version,
Integer firstResult,
Integer maxResults,
ApiCallback _callback)
Build call for getSchemaLog
|
ApiResponse<List<SchemaLogEntryDto>> |
SchemaLogApi.getSchemaLogWithHttpInfo(String version,
Integer firstResult,
Integer maxResults)
Get List
Queries for schema log entries that fulfill given parameters.
|
Object |
JobApi.getStacktrace(String id)
Get Exception Stacktrace
Retrieves the exception stacktrace corresponding to the passed job id.
|
okhttp3.Call |
JobApi.getStacktraceAsync(String id,
ApiCallback<Object> _callback)
Get Exception Stacktrace (asynchronously)
Retrieves the exception stacktrace corresponding to the passed job id.
|
okhttp3.Call |
JobApi.getStacktraceCall(String id,
ApiCallback _callback)
Build call for getStacktrace
|
ApiResponse<Object> |
JobApi.getStacktraceWithHttpInfo(String id)
Get Exception Stacktrace
Retrieves the exception stacktrace corresponding to the passed job id.
|
FormDto |
ProcessDefinitionApi.getStartForm(String id)
Get Start Form Key
Retrieves the key of the start form for a process definition.
|
okhttp3.Call |
ProcessDefinitionApi.getStartFormAsync(String id,
ApiCallback<FormDto> _callback)
Get Start Form Key (asynchronously)
Retrieves the key of the start form for a process definition.
|
FormDto |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getStartFormByKeyAndTenantIdCall(String key,
String tenantId,
ApiCallback _callback)
Build call for getStartFormByKeyAndTenantId
|
ApiResponse<FormDto> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getStartFormByKeyCall(String key,
ApiCallback _callback)
Build call for getStartFormByKey
|
ApiResponse<FormDto> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getStartFormCall(String id,
ApiCallback _callback)
Build call for getStartForm
|
Map<String,VariableValueDto> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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> |
ProcessDefinitionApi.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> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getStartFormVariablesByKeyAndTenantIdCall(String key,
String tenantId,
String variableNames,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getStartFormVariablesByKeyAndTenantId
|
ApiResponse<Map<String,VariableValueDto>> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getStartFormVariablesByKeyCall(String key,
String variableNames,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getStartFormVariablesByKey
|
ApiResponse<Map<String,VariableValueDto>> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.getStartFormVariablesCall(String id,
String variableNames,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getStartFormVariables
|
ApiResponse<Map<String,VariableValueDto>> |
ProcessDefinitionApi.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> |
ProcessDefinitionApi.getStartFormWithHttpInfo(String id)
Get Start Form Key
Retrieves the key of the start form for a process definition.
|
TaskDto |
TaskApi.getTask(String id)
Get
Retrieves a task by id.
|
okhttp3.Call |
TaskApi.getTaskAsync(String id,
ApiCallback<TaskDto> _callback)
Get (asynchronously)
Retrieves a task by id.
|
okhttp3.Call |
TaskApi.getTaskCall(String id,
ApiCallback _callback)
Build call for getTask
|
VariableValueDto |
TaskLocalVariableApi.getTaskLocalVariable(String id,
String varName,
Boolean deserializeValue)
Get Local Task Variable
Retrieves a variable from the context of a given task by id.
|
okhttp3.Call |
TaskLocalVariableApi.getTaskLocalVariableAsync(String id,
String varName,
Boolean deserializeValue,
ApiCallback<VariableValueDto> _callback)
Get Local Task Variable (asynchronously)
Retrieves a variable from the context of a given task by id.
|
File |
TaskLocalVariableApi.getTaskLocalVariableBinary(String id,
String varName)
Get Local Task Variable (Binary)
Retrieves a binary variable from the context of a given task by id.
|
okhttp3.Call |
TaskLocalVariableApi.getTaskLocalVariableBinaryAsync(String id,
String varName,
ApiCallback<File> _callback)
Get Local Task Variable (Binary) (asynchronously)
Retrieves a binary variable from the context of a given task by id.
|
okhttp3.Call |
TaskLocalVariableApi.getTaskLocalVariableBinaryCall(String id,
String varName,
ApiCallback _callback)
Build call for getTaskLocalVariableBinary
|
ApiResponse<File> |
TaskLocalVariableApi.getTaskLocalVariableBinaryWithHttpInfo(String id,
String varName)
Get Local Task Variable (Binary)
Retrieves a binary variable from the context of a given task by id.
|
okhttp3.Call |
TaskLocalVariableApi.getTaskLocalVariableCall(String id,
String varName,
Boolean deserializeValue,
ApiCallback _callback)
Build call for getTaskLocalVariable
|
Map<String,VariableValueDto> |
TaskLocalVariableApi.getTaskLocalVariables(String id,
Boolean deserializeValues)
Get Local Task Variables
Retrieves all variables of a given task by id.
|
okhttp3.Call |
TaskLocalVariableApi.getTaskLocalVariablesAsync(String id,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Local Task Variables (asynchronously)
Retrieves all variables of a given task by id.
|
okhttp3.Call |
TaskLocalVariableApi.getTaskLocalVariablesCall(String id,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getTaskLocalVariables
|
ApiResponse<Map<String,VariableValueDto>> |
TaskLocalVariableApi.getTaskLocalVariablesWithHttpInfo(String id,
Boolean deserializeValues)
Get Local Task Variables
Retrieves all variables of a given task by id.
|
ApiResponse<VariableValueDto> |
TaskLocalVariableApi.getTaskLocalVariableWithHttpInfo(String id,
String varName,
Boolean deserializeValue)
Get Local Task Variable
Retrieves a variable from the context of a given task by id.
|
List<TaskDto> |
TaskApi.getTasks(String taskId,
String taskIdIn,
String processInstanceId,
String processInstanceIdIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyExpression,
String processInstanceBusinessKeyIn,
String processInstanceBusinessKeyLike,
String processInstanceBusinessKeyLikeExpression,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String executionId,
String caseInstanceId,
String caseInstanceBusinessKey,
String caseInstanceBusinessKeyLike,
String caseDefinitionId,
String caseDefinitionKey,
String caseDefinitionName,
String caseDefinitionNameLike,
String caseExecutionId,
String activityInstanceIdIn,
String tenantIdIn,
Boolean withoutTenantId,
String assignee,
String assigneeExpression,
String assigneeLike,
String assigneeLikeExpression,
String assigneeIn,
String owner,
String ownerExpression,
String candidateGroup,
String candidateGroupExpression,
String candidateUser,
String candidateUserExpression,
Boolean includeAssignedTasks,
String involvedUser,
String involvedUserExpression,
Boolean assigned,
Boolean unassigned,
String taskDefinitionKey,
String taskDefinitionKeyIn,
String taskDefinitionKeyLike,
String name,
String nameNotEqual,
String nameLike,
String nameNotLike,
String description,
String descriptionLike,
Integer priority,
Integer maxPriority,
Integer minPriority,
String dueDate,
String dueDateExpression,
String dueAfter,
String dueAfterExpression,
String dueBefore,
String dueBeforeExpression,
Boolean withoutDueDate,
String followUpDate,
String followUpDateExpression,
String followUpAfter,
String followUpAfterExpression,
String followUpBefore,
String followUpBeforeExpression,
String followUpBeforeOrNotExistent,
String followUpBeforeOrNotExistentExpression,
String createdOn,
String createdOnExpression,
String createdAfter,
String createdAfterExpression,
String createdBefore,
String createdBeforeExpression,
String delegationState,
String candidateGroups,
String candidateGroupsExpression,
Boolean withCandidateGroups,
Boolean withoutCandidateGroups,
Boolean withCandidateUsers,
Boolean withoutCandidateUsers,
Boolean active,
Boolean suspended,
String taskVariables,
String processVariables,
String caseInstanceVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String parentTaskId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for tasks that fulfill a given filter.
|
okhttp3.Call |
TaskApi.getTasksAsync(String taskId,
String taskIdIn,
String processInstanceId,
String processInstanceIdIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyExpression,
String processInstanceBusinessKeyIn,
String processInstanceBusinessKeyLike,
String processInstanceBusinessKeyLikeExpression,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String executionId,
String caseInstanceId,
String caseInstanceBusinessKey,
String caseInstanceBusinessKeyLike,
String caseDefinitionId,
String caseDefinitionKey,
String caseDefinitionName,
String caseDefinitionNameLike,
String caseExecutionId,
String activityInstanceIdIn,
String tenantIdIn,
Boolean withoutTenantId,
String assignee,
String assigneeExpression,
String assigneeLike,
String assigneeLikeExpression,
String assigneeIn,
String owner,
String ownerExpression,
String candidateGroup,
String candidateGroupExpression,
String candidateUser,
String candidateUserExpression,
Boolean includeAssignedTasks,
String involvedUser,
String involvedUserExpression,
Boolean assigned,
Boolean unassigned,
String taskDefinitionKey,
String taskDefinitionKeyIn,
String taskDefinitionKeyLike,
String name,
String nameNotEqual,
String nameLike,
String nameNotLike,
String description,
String descriptionLike,
Integer priority,
Integer maxPriority,
Integer minPriority,
String dueDate,
String dueDateExpression,
String dueAfter,
String dueAfterExpression,
String dueBefore,
String dueBeforeExpression,
Boolean withoutDueDate,
String followUpDate,
String followUpDateExpression,
String followUpAfter,
String followUpAfterExpression,
String followUpBefore,
String followUpBeforeExpression,
String followUpBeforeOrNotExistent,
String followUpBeforeOrNotExistentExpression,
String createdOn,
String createdOnExpression,
String createdAfter,
String createdAfterExpression,
String createdBefore,
String createdBeforeExpression,
String delegationState,
String candidateGroups,
String candidateGroupsExpression,
Boolean withCandidateGroups,
Boolean withoutCandidateGroups,
Boolean withCandidateUsers,
Boolean withoutCandidateUsers,
Boolean active,
Boolean suspended,
String taskVariables,
String processVariables,
String caseInstanceVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String parentTaskId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<TaskDto>> _callback)
Get List (asynchronously)
Queries for tasks that fulfill a given filter.
|
okhttp3.Call |
TaskApi.getTasksCall(String taskId,
String taskIdIn,
String processInstanceId,
String processInstanceIdIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyExpression,
String processInstanceBusinessKeyIn,
String processInstanceBusinessKeyLike,
String processInstanceBusinessKeyLikeExpression,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String executionId,
String caseInstanceId,
String caseInstanceBusinessKey,
String caseInstanceBusinessKeyLike,
String caseDefinitionId,
String caseDefinitionKey,
String caseDefinitionName,
String caseDefinitionNameLike,
String caseExecutionId,
String activityInstanceIdIn,
String tenantIdIn,
Boolean withoutTenantId,
String assignee,
String assigneeExpression,
String assigneeLike,
String assigneeLikeExpression,
String assigneeIn,
String owner,
String ownerExpression,
String candidateGroup,
String candidateGroupExpression,
String candidateUser,
String candidateUserExpression,
Boolean includeAssignedTasks,
String involvedUser,
String involvedUserExpression,
Boolean assigned,
Boolean unassigned,
String taskDefinitionKey,
String taskDefinitionKeyIn,
String taskDefinitionKeyLike,
String name,
String nameNotEqual,
String nameLike,
String nameNotLike,
String description,
String descriptionLike,
Integer priority,
Integer maxPriority,
Integer minPriority,
String dueDate,
String dueDateExpression,
String dueAfter,
String dueAfterExpression,
String dueBefore,
String dueBeforeExpression,
Boolean withoutDueDate,
String followUpDate,
String followUpDateExpression,
String followUpAfter,
String followUpAfterExpression,
String followUpBefore,
String followUpBeforeExpression,
String followUpBeforeOrNotExistent,
String followUpBeforeOrNotExistentExpression,
String createdOn,
String createdOnExpression,
String createdAfter,
String createdAfterExpression,
String createdBefore,
String createdBeforeExpression,
String delegationState,
String candidateGroups,
String candidateGroupsExpression,
Boolean withCandidateGroups,
Boolean withoutCandidateGroups,
Boolean withCandidateUsers,
Boolean withoutCandidateUsers,
Boolean active,
Boolean suspended,
String taskVariables,
String processVariables,
String caseInstanceVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String parentTaskId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback _callback)
Build call for getTasks
|
CountResultDto |
TaskApi.getTasksCount(String taskId,
String taskIdIn,
String processInstanceId,
String processInstanceIdIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyExpression,
String processInstanceBusinessKeyIn,
String processInstanceBusinessKeyLike,
String processInstanceBusinessKeyLikeExpression,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String executionId,
String caseInstanceId,
String caseInstanceBusinessKey,
String caseInstanceBusinessKeyLike,
String caseDefinitionId,
String caseDefinitionKey,
String caseDefinitionName,
String caseDefinitionNameLike,
String caseExecutionId,
String activityInstanceIdIn,
String tenantIdIn,
Boolean withoutTenantId,
String assignee,
String assigneeExpression,
String assigneeLike,
String assigneeLikeExpression,
String assigneeIn,
String owner,
String ownerExpression,
String candidateGroup,
String candidateGroupExpression,
String candidateUser,
String candidateUserExpression,
Boolean includeAssignedTasks,
String involvedUser,
String involvedUserExpression,
Boolean assigned,
Boolean unassigned,
String taskDefinitionKey,
String taskDefinitionKeyIn,
String taskDefinitionKeyLike,
String name,
String nameNotEqual,
String nameLike,
String nameNotLike,
String description,
String descriptionLike,
Integer priority,
Integer maxPriority,
Integer minPriority,
String dueDate,
String dueDateExpression,
String dueAfter,
String dueAfterExpression,
String dueBefore,
String dueBeforeExpression,
Boolean withoutDueDate,
String followUpDate,
String followUpDateExpression,
String followUpAfter,
String followUpAfterExpression,
String followUpBefore,
String followUpBeforeExpression,
String followUpBeforeOrNotExistent,
String followUpBeforeOrNotExistentExpression,
String createdOn,
String createdOnExpression,
String createdAfter,
String createdAfterExpression,
String createdBefore,
String createdBeforeExpression,
String delegationState,
String candidateGroups,
String candidateGroupsExpression,
Boolean withCandidateGroups,
Boolean withoutCandidateGroups,
Boolean withCandidateUsers,
Boolean withoutCandidateUsers,
Boolean active,
Boolean suspended,
String taskVariables,
String processVariables,
String caseInstanceVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String parentTaskId)
Get List Count
Retrieves the number of tasks that fulfill a provided filter.
|
okhttp3.Call |
TaskApi.getTasksCountAsync(String taskId,
String taskIdIn,
String processInstanceId,
String processInstanceIdIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyExpression,
String processInstanceBusinessKeyIn,
String processInstanceBusinessKeyLike,
String processInstanceBusinessKeyLikeExpression,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String executionId,
String caseInstanceId,
String caseInstanceBusinessKey,
String caseInstanceBusinessKeyLike,
String caseDefinitionId,
String caseDefinitionKey,
String caseDefinitionName,
String caseDefinitionNameLike,
String caseExecutionId,
String activityInstanceIdIn,
String tenantIdIn,
Boolean withoutTenantId,
String assignee,
String assigneeExpression,
String assigneeLike,
String assigneeLikeExpression,
String assigneeIn,
String owner,
String ownerExpression,
String candidateGroup,
String candidateGroupExpression,
String candidateUser,
String candidateUserExpression,
Boolean includeAssignedTasks,
String involvedUser,
String involvedUserExpression,
Boolean assigned,
Boolean unassigned,
String taskDefinitionKey,
String taskDefinitionKeyIn,
String taskDefinitionKeyLike,
String name,
String nameNotEqual,
String nameLike,
String nameNotLike,
String description,
String descriptionLike,
Integer priority,
Integer maxPriority,
Integer minPriority,
String dueDate,
String dueDateExpression,
String dueAfter,
String dueAfterExpression,
String dueBefore,
String dueBeforeExpression,
Boolean withoutDueDate,
String followUpDate,
String followUpDateExpression,
String followUpAfter,
String followUpAfterExpression,
String followUpBefore,
String followUpBeforeExpression,
String followUpBeforeOrNotExistent,
String followUpBeforeOrNotExistentExpression,
String createdOn,
String createdOnExpression,
String createdAfter,
String createdAfterExpression,
String createdBefore,
String createdBeforeExpression,
String delegationState,
String candidateGroups,
String candidateGroupsExpression,
Boolean withCandidateGroups,
Boolean withoutCandidateGroups,
Boolean withCandidateUsers,
Boolean withoutCandidateUsers,
Boolean active,
Boolean suspended,
String taskVariables,
String processVariables,
String caseInstanceVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String parentTaskId,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Retrieves the number of tasks that fulfill a provided filter.
|
okhttp3.Call |
TaskApi.getTasksCountCall(String taskId,
String taskIdIn,
String processInstanceId,
String processInstanceIdIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyExpression,
String processInstanceBusinessKeyIn,
String processInstanceBusinessKeyLike,
String processInstanceBusinessKeyLikeExpression,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String executionId,
String caseInstanceId,
String caseInstanceBusinessKey,
String caseInstanceBusinessKeyLike,
String caseDefinitionId,
String caseDefinitionKey,
String caseDefinitionName,
String caseDefinitionNameLike,
String caseExecutionId,
String activityInstanceIdIn,
String tenantIdIn,
Boolean withoutTenantId,
String assignee,
String assigneeExpression,
String assigneeLike,
String assigneeLikeExpression,
String assigneeIn,
String owner,
String ownerExpression,
String candidateGroup,
String candidateGroupExpression,
String candidateUser,
String candidateUserExpression,
Boolean includeAssignedTasks,
String involvedUser,
String involvedUserExpression,
Boolean assigned,
Boolean unassigned,
String taskDefinitionKey,
String taskDefinitionKeyIn,
String taskDefinitionKeyLike,
String name,
String nameNotEqual,
String nameLike,
String nameNotLike,
String description,
String descriptionLike,
Integer priority,
Integer maxPriority,
Integer minPriority,
String dueDate,
String dueDateExpression,
String dueAfter,
String dueAfterExpression,
String dueBefore,
String dueBeforeExpression,
Boolean withoutDueDate,
String followUpDate,
String followUpDateExpression,
String followUpAfter,
String followUpAfterExpression,
String followUpBefore,
String followUpBeforeExpression,
String followUpBeforeOrNotExistent,
String followUpBeforeOrNotExistentExpression,
String createdOn,
String createdOnExpression,
String createdAfter,
String createdAfterExpression,
String createdBefore,
String createdBeforeExpression,
String delegationState,
String candidateGroups,
String candidateGroupsExpression,
Boolean withCandidateGroups,
Boolean withoutCandidateGroups,
Boolean withCandidateUsers,
Boolean withoutCandidateUsers,
Boolean active,
Boolean suspended,
String taskVariables,
String processVariables,
String caseInstanceVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String parentTaskId,
ApiCallback _callback)
Build call for getTasksCount
|
ApiResponse<CountResultDto> |
TaskApi.getTasksCountWithHttpInfo(String taskId,
String taskIdIn,
String processInstanceId,
String processInstanceIdIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyExpression,
String processInstanceBusinessKeyIn,
String processInstanceBusinessKeyLike,
String processInstanceBusinessKeyLikeExpression,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String executionId,
String caseInstanceId,
String caseInstanceBusinessKey,
String caseInstanceBusinessKeyLike,
String caseDefinitionId,
String caseDefinitionKey,
String caseDefinitionName,
String caseDefinitionNameLike,
String caseExecutionId,
String activityInstanceIdIn,
String tenantIdIn,
Boolean withoutTenantId,
String assignee,
String assigneeExpression,
String assigneeLike,
String assigneeLikeExpression,
String assigneeIn,
String owner,
String ownerExpression,
String candidateGroup,
String candidateGroupExpression,
String candidateUser,
String candidateUserExpression,
Boolean includeAssignedTasks,
String involvedUser,
String involvedUserExpression,
Boolean assigned,
Boolean unassigned,
String taskDefinitionKey,
String taskDefinitionKeyIn,
String taskDefinitionKeyLike,
String name,
String nameNotEqual,
String nameLike,
String nameNotLike,
String description,
String descriptionLike,
Integer priority,
Integer maxPriority,
Integer minPriority,
String dueDate,
String dueDateExpression,
String dueAfter,
String dueAfterExpression,
String dueBefore,
String dueBeforeExpression,
Boolean withoutDueDate,
String followUpDate,
String followUpDateExpression,
String followUpAfter,
String followUpAfterExpression,
String followUpBefore,
String followUpBeforeExpression,
String followUpBeforeOrNotExistent,
String followUpBeforeOrNotExistentExpression,
String createdOn,
String createdOnExpression,
String createdAfter,
String createdAfterExpression,
String createdBefore,
String createdBeforeExpression,
String delegationState,
String candidateGroups,
String candidateGroupsExpression,
Boolean withCandidateGroups,
Boolean withoutCandidateGroups,
Boolean withCandidateUsers,
Boolean withoutCandidateUsers,
Boolean active,
Boolean suspended,
String taskVariables,
String processVariables,
String caseInstanceVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String parentTaskId)
Get List Count
Retrieves the number of tasks that fulfill a provided filter.
|
ApiResponse<List<TaskDto>> |
TaskApi.getTasksWithHttpInfo(String taskId,
String taskIdIn,
String processInstanceId,
String processInstanceIdIn,
String processInstanceBusinessKey,
String processInstanceBusinessKeyExpression,
String processInstanceBusinessKeyIn,
String processInstanceBusinessKeyLike,
String processInstanceBusinessKeyLikeExpression,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionName,
String processDefinitionNameLike,
String executionId,
String caseInstanceId,
String caseInstanceBusinessKey,
String caseInstanceBusinessKeyLike,
String caseDefinitionId,
String caseDefinitionKey,
String caseDefinitionName,
String caseDefinitionNameLike,
String caseExecutionId,
String activityInstanceIdIn,
String tenantIdIn,
Boolean withoutTenantId,
String assignee,
String assigneeExpression,
String assigneeLike,
String assigneeLikeExpression,
String assigneeIn,
String owner,
String ownerExpression,
String candidateGroup,
String candidateGroupExpression,
String candidateUser,
String candidateUserExpression,
Boolean includeAssignedTasks,
String involvedUser,
String involvedUserExpression,
Boolean assigned,
Boolean unassigned,
String taskDefinitionKey,
String taskDefinitionKeyIn,
String taskDefinitionKeyLike,
String name,
String nameNotEqual,
String nameLike,
String nameNotLike,
String description,
String descriptionLike,
Integer priority,
Integer maxPriority,
Integer minPriority,
String dueDate,
String dueDateExpression,
String dueAfter,
String dueAfterExpression,
String dueBefore,
String dueBeforeExpression,
Boolean withoutDueDate,
String followUpDate,
String followUpDateExpression,
String followUpAfter,
String followUpAfterExpression,
String followUpBefore,
String followUpBeforeExpression,
String followUpBeforeOrNotExistent,
String followUpBeforeOrNotExistentExpression,
String createdOn,
String createdOnExpression,
String createdAfter,
String createdAfterExpression,
String createdBefore,
String createdBeforeExpression,
String delegationState,
String candidateGroups,
String candidateGroupsExpression,
Boolean withCandidateGroups,
Boolean withoutCandidateGroups,
Boolean withCandidateUsers,
Boolean withoutCandidateUsers,
Boolean active,
Boolean suspended,
String taskVariables,
String processVariables,
String caseInstanceVariables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String parentTaskId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Queries for tasks that fulfill a given filter.
|
VariableValueDto |
TaskVariableApi.getTaskVariable(String id,
String varName,
Boolean deserializeValue)
Get Task Variable
Retrieves a variable from the context of a given task.
|
okhttp3.Call |
TaskVariableApi.getTaskVariableAsync(String id,
String varName,
Boolean deserializeValue,
ApiCallback<VariableValueDto> _callback)
Get Task Variable (asynchronously)
Retrieves a variable from the context of a given task.
|
File |
TaskVariableApi.getTaskVariableBinary(String id,
String varName)
Get Task Variable (Binary)
Retrieves a binary variable from the context of a given task.
|
okhttp3.Call |
TaskVariableApi.getTaskVariableBinaryAsync(String id,
String varName,
ApiCallback<File> _callback)
Get Task Variable (Binary) (asynchronously)
Retrieves a binary variable from the context of a given task.
|
okhttp3.Call |
TaskVariableApi.getTaskVariableBinaryCall(String id,
String varName,
ApiCallback _callback)
Build call for getTaskVariableBinary
|
ApiResponse<File> |
TaskVariableApi.getTaskVariableBinaryWithHttpInfo(String id,
String varName)
Get Task Variable (Binary)
Retrieves a binary variable from the context of a given task.
|
okhttp3.Call |
TaskVariableApi.getTaskVariableCall(String id,
String varName,
Boolean deserializeValue,
ApiCallback _callback)
Build call for getTaskVariable
|
Map<String,VariableValueDto> |
TaskVariableApi.getTaskVariables(String id,
Boolean deserializeValues)
Get Task Variables
Retrieves all variables visible from the task.
|
okhttp3.Call |
TaskVariableApi.getTaskVariablesAsync(String id,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Task Variables (asynchronously)
Retrieves all variables visible from the task.
|
okhttp3.Call |
TaskVariableApi.getTaskVariablesCall(String id,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getTaskVariables
|
ApiResponse<Map<String,VariableValueDto>> |
TaskVariableApi.getTaskVariablesWithHttpInfo(String id,
Boolean deserializeValues)
Get Task Variables
Retrieves all variables visible from the task.
|
ApiResponse<VariableValueDto> |
TaskVariableApi.getTaskVariableWithHttpInfo(String id,
String varName,
Boolean deserializeValue)
Get Task Variable
Retrieves a variable from the context of a given task.
|
ApiResponse<TaskDto> |
TaskApi.getTaskWithHttpInfo(String id)
Get
Retrieves a task by id.
|
TelemetryConfigurationDto |
TelemetryApi.getTelemetryConfiguration()
Fetch Telemetry Configuration
Fetches Telemetry Configuration.
|
okhttp3.Call |
TelemetryApi.getTelemetryConfigurationAsync(ApiCallback<TelemetryConfigurationDto> _callback)
Fetch Telemetry Configuration (asynchronously)
Fetches Telemetry Configuration.
|
okhttp3.Call |
TelemetryApi.getTelemetryConfigurationCall(ApiCallback _callback)
Build call for getTelemetryConfiguration
|
ApiResponse<TelemetryConfigurationDto> |
TelemetryApi.getTelemetryConfigurationWithHttpInfo()
Fetch Telemetry Configuration
Fetches Telemetry Configuration.
|
TenantDto |
TenantApi.getTenant(String id)
Get Tenant
Retrieves a tenant.
|
okhttp3.Call |
TenantApi.getTenantAsync(String id,
ApiCallback<TenantDto> _callback)
Get Tenant (asynchronously)
Retrieves a tenant.
|
okhttp3.Call |
TenantApi.getTenantCall(String id,
ApiCallback _callback)
Build call for getTenant
|
CountResultDto |
TenantApi.getTenantCount(String id,
String name,
String nameLike,
String userMember,
String groupMember,
Boolean includingGroupsOfUser)
Get Tenant Count
Query for tenants using a list of parameters and retrieves the count.
|
okhttp3.Call |
TenantApi.getTenantCountAsync(String id,
String name,
String nameLike,
String userMember,
String groupMember,
Boolean includingGroupsOfUser,
ApiCallback<CountResultDto> _callback)
Get Tenant Count (asynchronously)
Query for tenants using a list of parameters and retrieves the count.
|
okhttp3.Call |
TenantApi.getTenantCountCall(String id,
String name,
String nameLike,
String userMember,
String groupMember,
Boolean includingGroupsOfUser,
ApiCallback _callback)
Build call for getTenantCount
|
ApiResponse<CountResultDto> |
TenantApi.getTenantCountWithHttpInfo(String id,
String name,
String nameLike,
String userMember,
String groupMember,
Boolean includingGroupsOfUser)
Get Tenant Count
Query for tenants using a list of parameters and retrieves the count.
|
ApiResponse<TenantDto> |
TenantApi.getTenantWithHttpInfo(String id)
Get Tenant
Retrieves a tenant.
|
List<String> |
ExternalTaskApi.getTopicNames(Boolean withLockedTasks,
Boolean withUnlockedTasks,
Boolean withRetriesLeft)
Get External Task Topic Names
Queries for distinct topic names of external tasks that fulfill given parameters.
|
okhttp3.Call |
ExternalTaskApi.getTopicNamesAsync(Boolean withLockedTasks,
Boolean withUnlockedTasks,
Boolean withRetriesLeft,
ApiCallback<List<String>> _callback)
Get External Task Topic Names (asynchronously)
Queries for distinct topic names of external tasks that fulfill given parameters.
|
okhttp3.Call |
ExternalTaskApi.getTopicNamesCall(Boolean withLockedTasks,
Boolean withUnlockedTasks,
Boolean withRetriesLeft,
ApiCallback _callback)
Build call for getTopicNames
|
ApiResponse<List<String>> |
ExternalTaskApi.getTopicNamesWithHttpInfo(Boolean withLockedTasks,
Boolean withUnlockedTasks,
Boolean withRetriesLeft)
Get External Task Topic Names
Queries for distinct topic names of external tasks that fulfill given parameters.
|
CountResultDto |
UserApi.getUserCount(String id,
String idIn,
String firstName,
String firstNameLike,
String lastName,
String lastNameLike,
String email,
String emailLike,
String memberOfGroup,
String memberOfTenant,
String potentialStarter)
Get List Count
Queries for the number of deployments that fulfill given parameters.
|
okhttp3.Call |
UserApi.getUserCountAsync(String id,
String idIn,
String firstName,
String firstNameLike,
String lastName,
String lastNameLike,
String email,
String emailLike,
String memberOfGroup,
String memberOfTenant,
String potentialStarter,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Queries for the number of deployments that fulfill given parameters.
|
okhttp3.Call |
UserApi.getUserCountCall(String id,
String idIn,
String firstName,
String firstNameLike,
String lastName,
String lastNameLike,
String email,
String emailLike,
String memberOfGroup,
String memberOfTenant,
String potentialStarter,
ApiCallback _callback)
Build call for getUserCount
|
ApiResponse<CountResultDto> |
UserApi.getUserCountWithHttpInfo(String id,
String idIn,
String firstName,
String firstNameLike,
String lastName,
String lastNameLike,
String email,
String emailLike,
String memberOfGroup,
String memberOfTenant,
String potentialStarter)
Get List Count
Queries for the number of deployments that fulfill given parameters.
|
UserProfileDto |
UserApi.getUserProfile(String id)
Get Profile
Retrieves a user's profile.
|
okhttp3.Call |
UserApi.getUserProfileAsync(String id,
ApiCallback<UserProfileDto> _callback)
Get Profile (asynchronously)
Retrieves a user's profile.
|
okhttp3.Call |
UserApi.getUserProfileCall(String id,
ApiCallback _callback)
Build call for getUserProfile
|
ApiResponse<UserProfileDto> |
UserApi.getUserProfileWithHttpInfo(String id)
Get Profile
Retrieves a user's profile.
|
List<UserProfileDto> |
UserApi.getUsers(String id,
String idIn,
String firstName,
String firstNameLike,
String lastName,
String lastNameLike,
String email,
String emailLike,
String memberOfGroup,
String memberOfTenant,
String potentialStarter,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Query for a list of users using a list of parameters.
|
okhttp3.Call |
UserApi.getUsersAsync(String id,
String idIn,
String firstName,
String firstNameLike,
String lastName,
String lastNameLike,
String email,
String emailLike,
String memberOfGroup,
String memberOfTenant,
String potentialStarter,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<UserProfileDto>> _callback)
Get List (asynchronously)
Query for a list of users using a list of parameters.
|
okhttp3.Call |
UserApi.getUsersCall(String id,
String idIn,
String firstName,
String firstNameLike,
String lastName,
String lastNameLike,
String email,
String emailLike,
String memberOfGroup,
String memberOfTenant,
String potentialStarter,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback _callback)
Build call for getUsers
|
ApiResponse<List<UserProfileDto>> |
UserApi.getUsersWithHttpInfo(String id,
String idIn,
String firstName,
String firstNameLike,
String lastName,
String lastNameLike,
String email,
String emailLike,
String memberOfGroup,
String memberOfTenant,
String potentialStarter,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Get List
Query for a list of users using a list of parameters.
|
VariableInstanceDto |
VariableInstanceApi.getVariableInstance(String id,
Boolean deserializeValue)
Get Variable Instance
Retrieves a variable by id.
|
okhttp3.Call |
VariableInstanceApi.getVariableInstanceAsync(String id,
Boolean deserializeValue,
ApiCallback<VariableInstanceDto> _callback)
Get Variable Instance (asynchronously)
Retrieves a variable by id.
|
File |
VariableInstanceApi.getVariableInstanceBinary(String id)
Get Variable Instance (Binary)
Retrieves the content of a variable by id.
|
okhttp3.Call |
VariableInstanceApi.getVariableInstanceBinaryAsync(String id,
ApiCallback<File> _callback)
Get Variable Instance (Binary) (asynchronously)
Retrieves the content of a variable by id.
|
okhttp3.Call |
VariableInstanceApi.getVariableInstanceBinaryCall(String id,
ApiCallback _callback)
Build call for getVariableInstanceBinary
|
ApiResponse<File> |
VariableInstanceApi.getVariableInstanceBinaryWithHttpInfo(String id)
Get Variable Instance (Binary)
Retrieves the content of a variable by id.
|
okhttp3.Call |
VariableInstanceApi.getVariableInstanceCall(String id,
Boolean deserializeValue,
ApiCallback _callback)
Build call for getVariableInstance
|
List<VariableInstanceDto> |
VariableInstanceApi.getVariableInstances(String variableName,
String variableNameLike,
String processInstanceIdIn,
String executionIdIn,
String caseInstanceIdIn,
String caseExecutionIdIn,
String taskIdIn,
String batchIdIn,
String activityInstanceIdIn,
String tenantIdIn,
String variableValues,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
Boolean deserializeValues)
Get Variable Instances
Query for variable instances that fulfill given parameters.
|
okhttp3.Call |
VariableInstanceApi.getVariableInstancesAsync(String variableName,
String variableNameLike,
String processInstanceIdIn,
String executionIdIn,
String caseInstanceIdIn,
String caseExecutionIdIn,
String taskIdIn,
String batchIdIn,
String activityInstanceIdIn,
String tenantIdIn,
String variableValues,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
Boolean deserializeValues,
ApiCallback<List<VariableInstanceDto>> _callback)
Get Variable Instances (asynchronously)
Query for variable instances that fulfill given parameters.
|
okhttp3.Call |
VariableInstanceApi.getVariableInstancesCall(String variableName,
String variableNameLike,
String processInstanceIdIn,
String executionIdIn,
String caseInstanceIdIn,
String caseExecutionIdIn,
String taskIdIn,
String batchIdIn,
String activityInstanceIdIn,
String tenantIdIn,
String variableValues,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getVariableInstances
|
CountResultDto |
VariableInstanceApi.getVariableInstancesCount(String variableName,
String variableNameLike,
String processInstanceIdIn,
String executionIdIn,
String caseInstanceIdIn,
String caseExecutionIdIn,
String taskIdIn,
String batchIdIn,
String activityInstanceIdIn,
String tenantIdIn,
String variableValues,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder)
Get Variable Instance Count
Query for the number of variable instances that fulfill given parameters.
|
okhttp3.Call |
VariableInstanceApi.getVariableInstancesCountAsync(String variableName,
String variableNameLike,
String processInstanceIdIn,
String executionIdIn,
String caseInstanceIdIn,
String caseExecutionIdIn,
String taskIdIn,
String batchIdIn,
String activityInstanceIdIn,
String tenantIdIn,
String variableValues,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
ApiCallback<CountResultDto> _callback)
Get Variable Instance Count (asynchronously)
Query for the number of variable instances that fulfill given parameters.
|
okhttp3.Call |
VariableInstanceApi.getVariableInstancesCountCall(String variableName,
String variableNameLike,
String processInstanceIdIn,
String executionIdIn,
String caseInstanceIdIn,
String caseExecutionIdIn,
String taskIdIn,
String batchIdIn,
String activityInstanceIdIn,
String tenantIdIn,
String variableValues,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
ApiCallback _callback)
Build call for getVariableInstancesCount
|
ApiResponse<CountResultDto> |
VariableInstanceApi.getVariableInstancesCountWithHttpInfo(String variableName,
String variableNameLike,
String processInstanceIdIn,
String executionIdIn,
String caseInstanceIdIn,
String caseExecutionIdIn,
String taskIdIn,
String batchIdIn,
String activityInstanceIdIn,
String tenantIdIn,
String variableValues,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder)
Get Variable Instance Count
Query for the number of variable instances that fulfill given parameters.
|
ApiResponse<List<VariableInstanceDto>> |
VariableInstanceApi.getVariableInstancesWithHttpInfo(String variableName,
String variableNameLike,
String processInstanceIdIn,
String executionIdIn,
String caseInstanceIdIn,
String caseExecutionIdIn,
String taskIdIn,
String batchIdIn,
String activityInstanceIdIn,
String tenantIdIn,
String variableValues,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
Boolean deserializeValues)
Get Variable Instances
Query for variable instances that fulfill given parameters.
|
ApiResponse<VariableInstanceDto> |
VariableInstanceApi.getVariableInstanceWithHttpInfo(String id,
Boolean deserializeValue)
Get Variable Instance
Retrieves a variable by id.
|
void |
TaskApi.handleBpmnError(String id,
TaskBpmnErrorDto taskBpmnErrorDto)
Handle BPMN Error
Reports a business error in the context of a running task by id.
|
okhttp3.Call |
TaskApi.handleBpmnErrorAsync(String id,
TaskBpmnErrorDto taskBpmnErrorDto,
ApiCallback<Void> _callback)
Handle BPMN Error (asynchronously)
Reports a business error in the context of a running task by id.
|
okhttp3.Call |
TaskApi.handleBpmnErrorCall(String id,
TaskBpmnErrorDto taskBpmnErrorDto,
ApiCallback _callback)
Build call for handleBpmnError
|
ApiResponse<Void> |
TaskApi.handleBpmnErrorWithHttpInfo(String id,
TaskBpmnErrorDto taskBpmnErrorDto)
Handle BPMN Error
Reports a business error in the context of a running task by id.
|
void |
TaskApi.handleEscalation(String id,
TaskEscalationDto taskEscalationDto)
Handle BPMN Escalation
Reports an escalation in the context of a running task by id.
|
okhttp3.Call |
TaskApi.handleEscalationAsync(String id,
TaskEscalationDto taskEscalationDto,
ApiCallback<Void> _callback)
Handle BPMN Escalation (asynchronously)
Reports an escalation in the context of a running task by id.
|
okhttp3.Call |
TaskApi.handleEscalationCall(String id,
TaskEscalationDto taskEscalationDto,
ApiCallback _callback)
Build call for handleEscalation
|
ApiResponse<Void> |
TaskApi.handleEscalationWithHttpInfo(String id,
TaskEscalationDto taskEscalationDto)
Handle BPMN Escalation
Reports an escalation in the context of a running task by id.
|
void |
ExternalTaskApi.handleExternalTaskBpmnError(String id,
ExternalTaskBpmnError externalTaskBpmnError)
Handle BPMN Error
Reports a business error in the context of a running external task by id.
|
okhttp3.Call |
ExternalTaskApi.handleExternalTaskBpmnErrorAsync(String id,
ExternalTaskBpmnError externalTaskBpmnError,
ApiCallback<Void> _callback)
Handle BPMN Error (asynchronously)
Reports a business error in the context of a running external task by id.
|
okhttp3.Call |
ExternalTaskApi.handleExternalTaskBpmnErrorCall(String id,
ExternalTaskBpmnError externalTaskBpmnError,
ApiCallback _callback)
Build call for handleExternalTaskBpmnError
|
ApiResponse<Void> |
ExternalTaskApi.handleExternalTaskBpmnErrorWithHttpInfo(String id,
ExternalTaskBpmnError externalTaskBpmnError)
Handle BPMN Error
Reports a business error in the context of a running external task by id.
|
void |
ExternalTaskApi.handleFailure(String id,
ExternalTaskFailureDto externalTaskFailureDto)
Handle Failure
Reports a failure to execute an external task by id.
|
okhttp3.Call |
ExternalTaskApi.handleFailureAsync(String id,
ExternalTaskFailureDto externalTaskFailureDto,
ApiCallback<Void> _callback)
Handle Failure (asynchronously)
Reports a failure to execute an external task by id.
|
okhttp3.Call |
ExternalTaskApi.handleFailureCall(String id,
ExternalTaskFailureDto externalTaskFailureDto,
ApiCallback _callback)
Build call for handleFailure
|
ApiResponse<Void> |
ExternalTaskApi.handleFailureWithHttpInfo(String id,
ExternalTaskFailureDto externalTaskFailureDto)
Handle Failure
Reports a failure to execute an external task by id.
|
List<MetricsIntervalResultDto> |
MetricsApi.interval(String name,
String reporter,
Date startDate,
Date endDate,
Integer firstResult,
Integer maxResults,
String interval,
String aggregateByReporter)
Get Metrics in Interval
Retrieves a list of metrics, aggregated for a given interval.
|
okhttp3.Call |
MetricsApi.intervalAsync(String name,
String reporter,
Date startDate,
Date endDate,
Integer firstResult,
Integer maxResults,
String interval,
String aggregateByReporter,
ApiCallback<List<MetricsIntervalResultDto>> _callback)
Get Metrics in Interval (asynchronously)
Retrieves a list of metrics, aggregated for a given interval.
|
okhttp3.Call |
MetricsApi.intervalCall(String name,
String reporter,
Date startDate,
Date endDate,
Integer firstResult,
Integer maxResults,
String interval,
String aggregateByReporter,
ApiCallback _callback)
Build call for interval
|
ApiResponse<List<MetricsIntervalResultDto>> |
MetricsApi.intervalWithHttpInfo(String name,
String reporter,
Date startDate,
Date endDate,
Integer firstResult,
Integer maxResults,
String interval,
String aggregateByReporter)
Get Metrics in Interval
Retrieves a list of metrics, aggregated for a given interval.
|
void |
ExternalTaskApi.lock(String id,
LockExternalTaskDto lockExternalTaskDto)
Lock an external task by a given id for a specified worker and amount of time.
|
okhttp3.Call |
ExternalTaskApi.lockAsync(String id,
LockExternalTaskDto lockExternalTaskDto,
ApiCallback<Void> _callback)
(asynchronously)
Lock an external task by a given id for a specified worker and amount of time.
|
okhttp3.Call |
ExternalTaskApi.lockCall(String id,
LockExternalTaskDto lockExternalTaskDto,
ApiCallback _callback)
Build call for lock
|
ApiResponse<Void> |
ExternalTaskApi.lockWithHttpInfo(String id,
LockExternalTaskDto lockExternalTaskDto)
Lock an external task by a given id for a specified worker and amount of time.
|
void |
ExecutionApi.modifyLocalExecutionVariables(String id,
PatchVariablesDto patchVariablesDto)
Update/Delete Local Execution Variables
Updates or deletes the variables in the context of an execution by id.
|
okhttp3.Call |
ExecutionApi.modifyLocalExecutionVariablesAsync(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback<Void> _callback)
Update/Delete Local Execution Variables (asynchronously)
Updates or deletes the variables in the context of an execution by id.
|
okhttp3.Call |
ExecutionApi.modifyLocalExecutionVariablesCall(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback _callback)
Build call for modifyLocalExecutionVariables
|
ApiResponse<Void> |
ExecutionApi.modifyLocalExecutionVariablesWithHttpInfo(String id,
PatchVariablesDto patchVariablesDto)
Update/Delete Local Execution Variables
Updates or deletes the variables in the context of an execution by id.
|
void |
ProcessInstanceApi.modifyProcessInstance(String id,
ProcessInstanceModificationDto processInstanceModificationDto)
Modify Process Instance Execution State
Submits a list of modification instructions to change a process instance's execution state.
|
okhttp3.Call |
ProcessInstanceApi.modifyProcessInstanceAsync(String id,
ProcessInstanceModificationDto processInstanceModificationDto,
ApiCallback<Void> _callback)
Modify Process Instance Execution State (asynchronously)
Submits a list of modification instructions to change a process instance's execution state.
|
BatchDto |
ProcessInstanceApi.modifyProcessInstanceAsyncOperation(String id,
ProcessInstanceModificationDto processInstanceModificationDto)
Modify Process Instance Execution State Async
Submits a list of modification instructions to change a process instance's execution state async.
|
okhttp3.Call |
ProcessInstanceApi.modifyProcessInstanceAsyncOperationAsync(String id,
ProcessInstanceModificationDto processInstanceModificationDto,
ApiCallback<BatchDto> _callback)
Modify Process Instance Execution State Async (asynchronously)
Submits a list of modification instructions to change a process instance's execution state async.
|
okhttp3.Call |
ProcessInstanceApi.modifyProcessInstanceAsyncOperationCall(String id,
ProcessInstanceModificationDto processInstanceModificationDto,
ApiCallback _callback)
Build call for modifyProcessInstanceAsyncOperation
|
ApiResponse<BatchDto> |
ProcessInstanceApi.modifyProcessInstanceAsyncOperationWithHttpInfo(String id,
ProcessInstanceModificationDto processInstanceModificationDto)
Modify Process Instance Execution State Async
Submits a list of modification instructions to change a process instance's execution state async.
|
okhttp3.Call |
ProcessInstanceApi.modifyProcessInstanceCall(String id,
ProcessInstanceModificationDto processInstanceModificationDto,
ApiCallback _callback)
Build call for modifyProcessInstance
|
void |
ProcessInstanceApi.modifyProcessInstanceVariables(String id,
PatchVariablesDto patchVariablesDto)
Update/Delete Process Variables
Updates or deletes the variables of a process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.modifyProcessInstanceVariablesAsync(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback<Void> _callback)
Update/Delete Process Variables (asynchronously)
Updates or deletes the variables of a process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.modifyProcessInstanceVariablesCall(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback _callback)
Build call for modifyProcessInstanceVariables
|
ApiResponse<Void> |
ProcessInstanceApi.modifyProcessInstanceVariablesWithHttpInfo(String id,
PatchVariablesDto patchVariablesDto)
Update/Delete Process Variables
Updates or deletes the variables of a process instance by id.
|
ApiResponse<Void> |
ProcessInstanceApi.modifyProcessInstanceWithHttpInfo(String id,
ProcessInstanceModificationDto processInstanceModificationDto)
Modify Process Instance Execution State
Submits a list of modification instructions to change a process instance's execution state.
|
void |
TaskLocalVariableApi.modifyTaskLocalVariables(String id,
PatchVariablesDto patchVariablesDto)
Update/Delete Local Task Variables
Updates or deletes the variables in the context of a task.
|
okhttp3.Call |
TaskLocalVariableApi.modifyTaskLocalVariablesAsync(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback<Void> _callback)
Update/Delete Local Task Variables (asynchronously)
Updates or deletes the variables in the context of a task.
|
okhttp3.Call |
TaskLocalVariableApi.modifyTaskLocalVariablesCall(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback _callback)
Build call for modifyTaskLocalVariables
|
ApiResponse<Void> |
TaskLocalVariableApi.modifyTaskLocalVariablesWithHttpInfo(String id,
PatchVariablesDto patchVariablesDto)
Update/Delete Local Task Variables
Updates or deletes the variables in the context of a task.
|
void |
TaskVariableApi.modifyTaskVariables(String id,
PatchVariablesDto patchVariablesDto)
Update/Delete Task Variables
Updates or deletes the variables visible from the task.
|
okhttp3.Call |
TaskVariableApi.modifyTaskVariablesAsync(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback<Void> _callback)
Update/Delete Task Variables (asynchronously)
Updates or deletes the variables visible from the task.
|
okhttp3.Call |
TaskVariableApi.modifyTaskVariablesCall(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback _callback)
Build call for modifyTaskVariables
|
ApiResponse<Void> |
TaskVariableApi.modifyTaskVariablesWithHttpInfo(String id,
PatchVariablesDto patchVariablesDto)
Update/Delete Task Variables
Updates or deletes the variables visible from the task.
|
List<GroupDto> |
GroupApi.postQueryGroups(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto)
Get List (POST)
Queries for a list of groups using a list of parameters.
|
okhttp3.Call |
GroupApi.postQueryGroupsAsync(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto,
ApiCallback<List<GroupDto>> _callback)
Get List (POST) (asynchronously)
Queries for a list of groups using a list of parameters.
|
okhttp3.Call |
GroupApi.postQueryGroupsCall(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto,
ApiCallback _callback)
Build call for postQueryGroups
|
ApiResponse<List<GroupDto>> |
GroupApi.postQueryGroupsWithHttpInfo(Integer firstResult,
Integer maxResults,
GroupQueryDto groupQueryDto)
Get List (POST)
Queries for a list of groups using a list of parameters.
|
void |
ExecutionApi.putLocalExecutionVariable(String id,
String varName,
VariableValueDto variableValueDto)
Put Local Execution Variable
Sets a variable in the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.putLocalExecutionVariableAsync(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback<Void> _callback)
Put Local Execution Variable (asynchronously)
Sets a variable in the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.putLocalExecutionVariableCall(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback _callback)
Build call for putLocalExecutionVariable
|
ApiResponse<Void> |
ExecutionApi.putLocalExecutionVariableWithHttpInfo(String id,
String varName,
VariableValueDto variableValueDto)
Put Local Execution Variable
Sets a variable in the context of a given execution by id.
|
void |
TaskLocalVariableApi.putTaskLocalVariable(String id,
String varName,
VariableValueDto variableValueDto)
Update Local Task Variable
Sets a variable in the context of a given task.
|
okhttp3.Call |
TaskLocalVariableApi.putTaskLocalVariableAsync(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback<Void> _callback)
Update Local Task Variable (asynchronously)
Sets a variable in the context of a given task.
|
okhttp3.Call |
TaskLocalVariableApi.putTaskLocalVariableCall(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback _callback)
Build call for putTaskLocalVariable
|
ApiResponse<Void> |
TaskLocalVariableApi.putTaskLocalVariableWithHttpInfo(String id,
String varName,
VariableValueDto variableValueDto)
Update Local Task Variable
Sets a variable in the context of a given task.
|
void |
TaskVariableApi.putTaskVariable(String id,
String varName,
VariableValueDto variableValueDto)
Update Task Variable
Updates a process variable that is visible from the Task scope.
|
okhttp3.Call |
TaskVariableApi.putTaskVariableAsync(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback<Void> _callback)
Update Task Variable (asynchronously)
Updates a process variable that is visible from the Task scope.
|
okhttp3.Call |
TaskVariableApi.putTaskVariableCall(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback _callback)
Build call for putTaskVariable
|
ApiResponse<Void> |
TaskVariableApi.putTaskVariableWithHttpInfo(String id,
String varName,
VariableValueDto variableValueDto)
Update Task Variable
Updates a process variable that is visible from the Task scope.
|
List<ExecutionDto> |
ExecutionApi.queryExecutions(Integer firstResult,
Integer maxResults,
ExecutionQueryDto executionQueryDto)
Get Executions (POST)
Queries for executions that fulfill given parameters through a JSON object.
|
okhttp3.Call |
ExecutionApi.queryExecutionsAsync(Integer firstResult,
Integer maxResults,
ExecutionQueryDto executionQueryDto,
ApiCallback<List<ExecutionDto>> _callback)
Get Executions (POST) (asynchronously)
Queries for executions that fulfill given parameters through a JSON object.
|
okhttp3.Call |
ExecutionApi.queryExecutionsCall(Integer firstResult,
Integer maxResults,
ExecutionQueryDto executionQueryDto,
ApiCallback _callback)
Build call for queryExecutions
|
CountResultDto |
ExecutionApi.queryExecutionsCount(ExecutionQueryDto executionQueryDto)
Get Execution Count (POST)
Queries for the number of executions that fulfill given parameters.
|
okhttp3.Call |
ExecutionApi.queryExecutionsCountAsync(ExecutionQueryDto executionQueryDto,
ApiCallback<CountResultDto> _callback)
Get Execution Count (POST) (asynchronously)
Queries for the number of executions that fulfill given parameters.
|
okhttp3.Call |
ExecutionApi.queryExecutionsCountCall(ExecutionQueryDto executionQueryDto,
ApiCallback _callback)
Build call for queryExecutionsCount
|
ApiResponse<CountResultDto> |
ExecutionApi.queryExecutionsCountWithHttpInfo(ExecutionQueryDto executionQueryDto)
Get Execution Count (POST)
Queries for the number of executions that fulfill given parameters.
|
ApiResponse<List<ExecutionDto>> |
ExecutionApi.queryExecutionsWithHttpInfo(Integer firstResult,
Integer maxResults,
ExecutionQueryDto executionQueryDto)
Get Executions (POST)
Queries for executions that fulfill given parameters through a JSON object.
|
List<ExternalTaskDto> |
ExternalTaskApi.queryExternalTasks(Integer firstResult,
Integer maxResults,
ExternalTaskQueryDto externalTaskQueryDto)
Get List (POST)
Queries for external tasks that fulfill given parameters in the form of a JSON object.
|
okhttp3.Call |
ExternalTaskApi.queryExternalTasksAsync(Integer firstResult,
Integer maxResults,
ExternalTaskQueryDto externalTaskQueryDto,
ApiCallback<List<ExternalTaskDto>> _callback)
Get List (POST) (asynchronously)
Queries for external tasks that fulfill given parameters in the form of a JSON object.
|
okhttp3.Call |
ExternalTaskApi.queryExternalTasksCall(Integer firstResult,
Integer maxResults,
ExternalTaskQueryDto externalTaskQueryDto,
ApiCallback _callback)
Build call for queryExternalTasks
|
CountResultDto |
ExternalTaskApi.queryExternalTasksCount(ExternalTaskQueryDto externalTaskQueryDto)
Get List Count (POST)
Queries for the number of external tasks that fulfill given parameters.
|
okhttp3.Call |
ExternalTaskApi.queryExternalTasksCountAsync(ExternalTaskQueryDto externalTaskQueryDto,
ApiCallback<CountResultDto> _callback)
Get List Count (POST) (asynchronously)
Queries for the number of external tasks that fulfill given parameters.
|
okhttp3.Call |
ExternalTaskApi.queryExternalTasksCountCall(ExternalTaskQueryDto externalTaskQueryDto,
ApiCallback _callback)
Build call for queryExternalTasksCount
|
ApiResponse<CountResultDto> |
ExternalTaskApi.queryExternalTasksCountWithHttpInfo(ExternalTaskQueryDto externalTaskQueryDto)
Get List Count (POST)
Queries for the number of external tasks that fulfill given parameters.
|
ApiResponse<List<ExternalTaskDto>> |
ExternalTaskApi.queryExternalTasksWithHttpInfo(Integer firstResult,
Integer maxResults,
ExternalTaskQueryDto externalTaskQueryDto)
Get List (POST)
Queries for external tasks that fulfill given parameters in the form of a JSON object.
|
CountResultDto |
GroupApi.queryGroupCount(GroupQueryDto groupQueryDto)
Get List Count (POST)
Queries for groups using a list of parameters and retrieves the count.
|
okhttp3.Call |
GroupApi.queryGroupCountAsync(GroupQueryDto groupQueryDto,
ApiCallback<CountResultDto> _callback)
Get List Count (POST) (asynchronously)
Queries for groups using a list of parameters and retrieves the count.
|
okhttp3.Call |
GroupApi.queryGroupCountCall(GroupQueryDto groupQueryDto,
ApiCallback _callback)
Build call for queryGroupCount
|
ApiResponse<CountResultDto> |
GroupApi.queryGroupCountWithHttpInfo(GroupQueryDto groupQueryDto)
Get List Count (POST)
Queries for groups using a list of parameters and retrieves the count.
|
List<HistoricActivityInstanceDto> |
HistoricActivityInstanceApi.queryHistoricActivityInstances(Integer firstResult,
Integer maxResults,
HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto)
Get List (POST)
Queries for historic activity instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricActivityInstanceApi.queryHistoricActivityInstancesAsync(Integer firstResult,
Integer maxResults,
HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto,
ApiCallback<List<HistoricActivityInstanceDto>> _callback)
Get List (POST) (asynchronously)
Queries for historic activity instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricActivityInstanceApi.queryHistoricActivityInstancesCall(Integer firstResult,
Integer maxResults,
HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto,
ApiCallback _callback)
Build call for queryHistoricActivityInstances
|
CountResultDto |
HistoricActivityInstanceApi.queryHistoricActivityInstancesCount(HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto)
Get List Count (POST)
Queries for the number of historic activity instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricActivityInstanceApi.queryHistoricActivityInstancesCountAsync(HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto,
ApiCallback<CountResultDto> _callback)
Get List Count (POST) (asynchronously)
Queries for the number of historic activity instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricActivityInstanceApi.queryHistoricActivityInstancesCountCall(HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto,
ApiCallback _callback)
Build call for queryHistoricActivityInstancesCount
|
ApiResponse<CountResultDto> |
HistoricActivityInstanceApi.queryHistoricActivityInstancesCountWithHttpInfo(HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto)
Get List Count (POST)
Queries for the number of historic activity instances that fulfill the given parameters.
|
ApiResponse<List<HistoricActivityInstanceDto>> |
HistoricActivityInstanceApi.queryHistoricActivityInstancesWithHttpInfo(Integer firstResult,
Integer maxResults,
HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto)
Get List (POST)
Queries for historic activity instances that fulfill the given parameters.
|
List<HistoricProcessInstanceDto> |
HistoricProcessInstanceApi.queryHistoricProcessInstances(Integer firstResult,
Integer maxResults,
HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto)
Get List (POST)
Queries for historic process instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricProcessInstanceApi.queryHistoricProcessInstancesAsync(Integer firstResult,
Integer maxResults,
HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto,
ApiCallback<List<HistoricProcessInstanceDto>> _callback)
Get List (POST) (asynchronously)
Queries for historic process instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricProcessInstanceApi.queryHistoricProcessInstancesCall(Integer firstResult,
Integer maxResults,
HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto,
ApiCallback _callback)
Build call for queryHistoricProcessInstances
|
CountResultDto |
HistoricProcessInstanceApi.queryHistoricProcessInstancesCount(HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto)
Get List Count (POST)
Queries for the number of historic process instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricProcessInstanceApi.queryHistoricProcessInstancesCountAsync(HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto,
ApiCallback<CountResultDto> _callback)
Get List Count (POST) (asynchronously)
Queries for the number of historic process instances that fulfill the given parameters.
|
okhttp3.Call |
HistoricProcessInstanceApi.queryHistoricProcessInstancesCountCall(HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto,
ApiCallback _callback)
Build call for queryHistoricProcessInstancesCount
|
ApiResponse<CountResultDto> |
HistoricProcessInstanceApi.queryHistoricProcessInstancesCountWithHttpInfo(HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto)
Get List Count (POST)
Queries for the number of historic process instances that fulfill the given parameters.
|
ApiResponse<List<HistoricProcessInstanceDto>> |
HistoricProcessInstanceApi.queryHistoricProcessInstancesWithHttpInfo(Integer firstResult,
Integer maxResults,
HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto)
Get List (POST)
Queries for historic process instances that fulfill the given parameters.
|
List<JobDto> |
JobApi.queryJobs(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto)
Get Jobs (POST)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.queryJobsAsync(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto,
ApiCallback<List<JobDto>> _callback)
Get Jobs (POST) (asynchronously)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.queryJobsCall(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto,
ApiCallback _callback)
Build call for queryJobs
|
CountResultDto |
JobApi.queryJobsCount(JobQueryDto jobQueryDto)
Get Job Count (POST)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.queryJobsCountAsync(JobQueryDto jobQueryDto,
ApiCallback<CountResultDto> _callback)
Get Job Count (POST) (asynchronously)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.queryJobsCountCall(JobQueryDto jobQueryDto,
ApiCallback _callback)
Build call for queryJobsCount
|
ApiResponse<CountResultDto> |
JobApi.queryJobsCountWithHttpInfo(JobQueryDto jobQueryDto)
Get Job Count (POST)
Queries for jobs that fulfill given parameters.
|
ApiResponse<List<JobDto>> |
JobApi.queryJobsWithHttpInfo(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto)
Get Jobs (POST)
Queries for jobs that fulfill given parameters.
|
List<ProcessInstanceDto> |
ProcessInstanceApi.queryProcessInstances(Integer firstResult,
Integer maxResults,
ProcessInstanceQueryDto processInstanceQueryDto)
Get List (POST)
Queries for process instances that fulfill given parameters through a JSON object.
|
okhttp3.Call |
ProcessInstanceApi.queryProcessInstancesAsync(Integer firstResult,
Integer maxResults,
ProcessInstanceQueryDto processInstanceQueryDto,
ApiCallback<List<ProcessInstanceDto>> _callback)
Get List (POST) (asynchronously)
Queries for process instances that fulfill given parameters through a JSON object.
|
okhttp3.Call |
ProcessInstanceApi.queryProcessInstancesCall(Integer firstResult,
Integer maxResults,
ProcessInstanceQueryDto processInstanceQueryDto,
ApiCallback _callback)
Build call for queryProcessInstances
|
CountResultDto |
ProcessInstanceApi.queryProcessInstancesCount(ProcessInstanceQueryDto processInstanceQueryDto)
Get List Count (POST)
Queries for the number of process instances that fulfill the given parameters.
|
okhttp3.Call |
ProcessInstanceApi.queryProcessInstancesCountAsync(ProcessInstanceQueryDto processInstanceQueryDto,
ApiCallback<CountResultDto> _callback)
Get List Count (POST) (asynchronously)
Queries for the number of process instances that fulfill the given parameters.
|
okhttp3.Call |
ProcessInstanceApi.queryProcessInstancesCountCall(ProcessInstanceQueryDto processInstanceQueryDto,
ApiCallback _callback)
Build call for queryProcessInstancesCount
|
ApiResponse<CountResultDto> |
ProcessInstanceApi.queryProcessInstancesCountWithHttpInfo(ProcessInstanceQueryDto processInstanceQueryDto)
Get List Count (POST)
Queries for the number of process instances that fulfill the given parameters.
|
ApiResponse<List<ProcessInstanceDto>> |
ProcessInstanceApi.queryProcessInstancesWithHttpInfo(Integer firstResult,
Integer maxResults,
ProcessInstanceQueryDto processInstanceQueryDto)
Get List (POST)
Queries for process instances that fulfill given parameters through a JSON object.
|
List<SchemaLogEntryDto> |
SchemaLogApi.querySchemaLog(Integer firstResult,
Integer maxResults,
SchemaLogQueryDto schemaLogQueryDto)
Get List (POST)
Queries for schema log entries that fulfill given parameters.
|
okhttp3.Call |
SchemaLogApi.querySchemaLogAsync(Integer firstResult,
Integer maxResults,
SchemaLogQueryDto schemaLogQueryDto,
ApiCallback<List<SchemaLogEntryDto>> _callback)
Get List (POST) (asynchronously)
Queries for schema log entries that fulfill given parameters.
|
okhttp3.Call |
SchemaLogApi.querySchemaLogCall(Integer firstResult,
Integer maxResults,
SchemaLogQueryDto schemaLogQueryDto,
ApiCallback _callback)
Build call for querySchemaLog
|
ApiResponse<List<SchemaLogEntryDto>> |
SchemaLogApi.querySchemaLogWithHttpInfo(Integer firstResult,
Integer maxResults,
SchemaLogQueryDto schemaLogQueryDto)
Get List (POST)
Queries for schema log entries that fulfill given parameters.
|
List<TaskDto> |
TaskApi.queryTasks(Integer firstResult,
Integer maxResults,
TaskQueryDto taskQueryDto)
Get List (POST)
Queries for tasks that fulfill a given filter.
|
okhttp3.Call |
TaskApi.queryTasksAsync(Integer firstResult,
Integer maxResults,
TaskQueryDto taskQueryDto,
ApiCallback<List<TaskDto>> _callback)
Get List (POST) (asynchronously)
Queries for tasks that fulfill a given filter.
|
okhttp3.Call |
TaskApi.queryTasksCall(Integer firstResult,
Integer maxResults,
TaskQueryDto taskQueryDto,
ApiCallback _callback)
Build call for queryTasks
|
CountResultDto |
TaskApi.queryTasksCount(TaskQueryDto taskQueryDto)
Get List Count (POST)
Retrieves the number of tasks that fulfill the given filter.
|
okhttp3.Call |
TaskApi.queryTasksCountAsync(TaskQueryDto taskQueryDto,
ApiCallback<CountResultDto> _callback)
Get List Count (POST) (asynchronously)
Retrieves the number of tasks that fulfill the given filter.
|
okhttp3.Call |
TaskApi.queryTasksCountCall(TaskQueryDto taskQueryDto,
ApiCallback _callback)
Build call for queryTasksCount
|
ApiResponse<CountResultDto> |
TaskApi.queryTasksCountWithHttpInfo(TaskQueryDto taskQueryDto)
Get List Count (POST)
Retrieves the number of tasks that fulfill the given filter.
|
ApiResponse<List<TaskDto>> |
TaskApi.queryTasksWithHttpInfo(Integer firstResult,
Integer maxResults,
TaskQueryDto taskQueryDto)
Get List (POST)
Queries for tasks that fulfill a given filter.
|
List<TenantDto> |
TenantApi.queryTenants(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String name,
String nameLike,
String userMember,
String groupMember,
Boolean includingGroupsOfUser)
Get Tenants
Query for a list of tenants using a list of parameters.
|
okhttp3.Call |
TenantApi.queryTenantsAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String name,
String nameLike,
String userMember,
String groupMember,
Boolean includingGroupsOfUser,
ApiCallback<List<TenantDto>> _callback)
Get Tenants (asynchronously)
Query for a list of tenants using a list of parameters.
|
okhttp3.Call |
TenantApi.queryTenantsCall(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String name,
String nameLike,
String userMember,
String groupMember,
Boolean includingGroupsOfUser,
ApiCallback _callback)
Build call for queryTenants
|
ApiResponse<List<TenantDto>> |
TenantApi.queryTenantsWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String id,
String name,
String nameLike,
String userMember,
String groupMember,
Boolean includingGroupsOfUser)
Get Tenants
Query for a list of tenants using a list of parameters.
|
List<VariableInstanceDto> |
VariableInstanceApi.queryVariableInstances(Integer firstResult,
Integer maxResults,
Boolean deserializeValues,
VariableInstanceQueryDto variableInstanceQueryDto)
Get Variable Instances (POST)
Query for variable instances that fulfill given parameters through a JSON object.
|
okhttp3.Call |
VariableInstanceApi.queryVariableInstancesAsync(Integer firstResult,
Integer maxResults,
Boolean deserializeValues,
VariableInstanceQueryDto variableInstanceQueryDto,
ApiCallback<List<VariableInstanceDto>> _callback)
Get Variable Instances (POST) (asynchronously)
Query for variable instances that fulfill given parameters through a JSON object.
|
okhttp3.Call |
VariableInstanceApi.queryVariableInstancesCall(Integer firstResult,
Integer maxResults,
Boolean deserializeValues,
VariableInstanceQueryDto variableInstanceQueryDto,
ApiCallback _callback)
Build call for queryVariableInstances
|
CountResultDto |
VariableInstanceApi.queryVariableInstancesCount(VariableInstanceQueryDto variableInstanceQueryDto)
Get Variable Instance Count (POST)
Query for the number of variable instances that fulfill given parameters.
|
okhttp3.Call |
VariableInstanceApi.queryVariableInstancesCountAsync(VariableInstanceQueryDto variableInstanceQueryDto,
ApiCallback<CountResultDto> _callback)
Get Variable Instance Count (POST) (asynchronously)
Query for the number of variable instances that fulfill given parameters.
|
okhttp3.Call |
VariableInstanceApi.queryVariableInstancesCountCall(VariableInstanceQueryDto variableInstanceQueryDto,
ApiCallback _callback)
Build call for queryVariableInstancesCount
|
ApiResponse<CountResultDto> |
VariableInstanceApi.queryVariableInstancesCountWithHttpInfo(VariableInstanceQueryDto variableInstanceQueryDto)
Get Variable Instance Count (POST)
Query for the number of variable instances that fulfill given parameters.
|
ApiResponse<List<VariableInstanceDto>> |
VariableInstanceApi.queryVariableInstancesWithHttpInfo(Integer firstResult,
Integer maxResults,
Boolean deserializeValues,
VariableInstanceQueryDto variableInstanceQueryDto)
Get Variable Instances (POST)
Query for variable instances that fulfill given parameters through a JSON object.
|
void |
JobApi.recalculateDuedate(String id,
Boolean creationDateBased)
Recalculate Job Due Date
Recalculates the due date of a job by id.
|
okhttp3.Call |
JobApi.recalculateDuedateAsync(String id,
Boolean creationDateBased,
ApiCallback<Void> _callback)
Recalculate Job Due Date (asynchronously)
Recalculates the due date of a job by id.
|
okhttp3.Call |
JobApi.recalculateDuedateCall(String id,
Boolean creationDateBased,
ApiCallback _callback)
Build call for recalculateDuedate
|
ApiResponse<Void> |
JobApi.recalculateDuedateWithHttpInfo(String id,
Boolean creationDateBased)
Recalculate Job Due Date
Recalculates the due date of a job by id.
|
DeploymentWithDefinitionsDto |
DeploymentApi.redeploy(String id,
RedeploymentDto redeploymentDto)
Redeploy
Re-deploys an existing deployment.
|
okhttp3.Call |
DeploymentApi.redeployAsync(String id,
RedeploymentDto redeploymentDto,
ApiCallback<DeploymentWithDefinitionsDto> _callback)
Redeploy (asynchronously)
Re-deploys an existing deployment.
|
okhttp3.Call |
DeploymentApi.redeployCall(String id,
RedeploymentDto redeploymentDto,
ApiCallback _callback)
Build call for redeploy
|
ApiResponse<DeploymentWithDefinitionsDto> |
DeploymentApi.redeployWithHttpInfo(String id,
RedeploymentDto redeploymentDto)
Redeploy
Re-deploys an existing deployment.
|
void |
TaskApi.resolve(String id,
CompleteTaskDto completeTaskDto)
Resolve
Resolves a task and updates execution variables.
|
okhttp3.Call |
TaskApi.resolveAsync(String id,
CompleteTaskDto completeTaskDto,
ApiCallback<Void> _callback)
Resolve (asynchronously)
Resolves a task and updates execution variables.
|
okhttp3.Call |
TaskApi.resolveCall(String id,
CompleteTaskDto completeTaskDto,
ApiCallback _callback)
Build call for resolve
|
void |
IncidentApi.resolveIncident(String id)
Resolve Incident
Resolves an incident with given id.
|
okhttp3.Call |
IncidentApi.resolveIncidentAsync(String id,
ApiCallback<Void> _callback)
Resolve Incident (asynchronously)
Resolves an incident with given id.
|
okhttp3.Call |
IncidentApi.resolveIncidentCall(String id,
ApiCallback _callback)
Build call for resolveIncident
|
ApiResponse<Void> |
IncidentApi.resolveIncidentWithHttpInfo(String id)
Resolve Incident
Resolves an incident with given id.
|
ApiResponse<Void> |
TaskApi.resolveWithHttpInfo(String id,
CompleteTaskDto completeTaskDto)
Resolve
Resolves a task and updates execution variables.
|
void |
ProcessDefinitionApi.restartProcessInstance(String id,
RestartProcessInstanceDto restartProcessInstanceDto)
Restart Process Instance
Restarts process instances that were canceled or terminated synchronously.
|
okhttp3.Call |
ProcessDefinitionApi.restartProcessInstanceAsync(String id,
RestartProcessInstanceDto restartProcessInstanceDto,
ApiCallback<Void> _callback)
Restart Process Instance (asynchronously)
Restarts process instances that were canceled or terminated synchronously.
|
BatchDto |
ProcessDefinitionApi.restartProcessInstanceAsyncOperation(String id,
RestartProcessInstanceDto restartProcessInstanceDto)
Restart Process Instance Async
Restarts process instances that were canceled or terminated asynchronously.
|
okhttp3.Call |
ProcessDefinitionApi.restartProcessInstanceAsyncOperationAsync(String id,
RestartProcessInstanceDto restartProcessInstanceDto,
ApiCallback<BatchDto> _callback)
Restart Process Instance Async (asynchronously)
Restarts process instances that were canceled or terminated asynchronously.
|
okhttp3.Call |
ProcessDefinitionApi.restartProcessInstanceAsyncOperationCall(String id,
RestartProcessInstanceDto restartProcessInstanceDto,
ApiCallback _callback)
Build call for restartProcessInstanceAsyncOperation
|
ApiResponse<BatchDto> |
ProcessDefinitionApi.restartProcessInstanceAsyncOperationWithHttpInfo(String id,
RestartProcessInstanceDto restartProcessInstanceDto)
Restart Process Instance Async
Restarts process instances that were canceled or terminated asynchronously.
|
okhttp3.Call |
ProcessDefinitionApi.restartProcessInstanceCall(String id,
RestartProcessInstanceDto restartProcessInstanceDto,
ApiCallback _callback)
Build call for restartProcessInstance
|
ApiResponse<Void> |
ProcessDefinitionApi.restartProcessInstanceWithHttpInfo(String id,
RestartProcessInstanceDto restartProcessInstanceDto)
Restart Process Instance
Restarts process instances that were canceled or terminated synchronously.
|
void |
TaskApi.setAssignee(String id,
UserIdDto userIdDto)
Set Assignee
Changes the assignee of a task to a specific user.
|
okhttp3.Call |
TaskApi.setAssigneeAsync(String id,
UserIdDto userIdDto,
ApiCallback<Void> _callback)
Set Assignee (asynchronously)
Changes the assignee of a task to a specific user.
|
okhttp3.Call |
TaskApi.setAssigneeCall(String id,
UserIdDto userIdDto,
ApiCallback _callback)
Build call for setAssignee
|
ApiResponse<Void> |
TaskApi.setAssigneeWithHttpInfo(String id,
UserIdDto userIdDto)
Set Assignee
Changes the assignee of a task to a specific user.
|
void |
TaskLocalVariableApi.setBinaryTaskLocalVariable(String id,
String varName,
File data,
String valueType)
Update Local Task Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable.
|
okhttp3.Call |
TaskLocalVariableApi.setBinaryTaskLocalVariableAsync(String id,
String varName,
File data,
String valueType,
ApiCallback<Void> _callback)
Update Local Task Variable (Binary) (asynchronously)
Sets the serialized value for a binary variable or the binary value for a file variable.
|
okhttp3.Call |
TaskLocalVariableApi.setBinaryTaskLocalVariableCall(String id,
String varName,
File data,
String valueType,
ApiCallback _callback)
Build call for setBinaryTaskLocalVariable
|
ApiResponse<Void> |
TaskLocalVariableApi.setBinaryTaskLocalVariableWithHttpInfo(String id,
String varName,
File data,
String valueType)
Update Local Task Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable.
|
void |
TaskVariableApi.setBinaryTaskVariable(String id,
String varName,
File data,
String valueType)
Update Task Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable visible from the task.
|
okhttp3.Call |
TaskVariableApi.setBinaryTaskVariableAsync(String id,
String varName,
File data,
String valueType,
ApiCallback<Void> _callback)
Update Task Variable (Binary) (asynchronously)
Sets the serialized value for a binary variable or the binary value for a file variable visible from the task.
|
okhttp3.Call |
TaskVariableApi.setBinaryTaskVariableCall(String id,
String varName,
File data,
String valueType,
ApiCallback _callback)
Build call for setBinaryTaskVariable
|
ApiResponse<Void> |
TaskVariableApi.setBinaryTaskVariableWithHttpInfo(String id,
String varName,
File data,
String valueType)
Update Task Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable visible from the task.
|
void |
ExternalTaskApi.setExternalTaskResourcePriority(String id,
PriorityDto priorityDto)
Set Priority
Sets the priority of an existing external task by id.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskResourcePriorityAsync(String id,
PriorityDto priorityDto,
ApiCallback<Void> _callback)
Set Priority (asynchronously)
Sets the priority of an existing external task by id.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskResourcePriorityCall(String id,
PriorityDto priorityDto,
ApiCallback _callback)
Build call for setExternalTaskResourcePriority
|
ApiResponse<Void> |
ExternalTaskApi.setExternalTaskResourcePriorityWithHttpInfo(String id,
PriorityDto priorityDto)
Set Priority
Sets the priority of an existing external task by id.
|
void |
ExternalTaskApi.setExternalTaskResourceRetries(String id,
RetriesDto retriesDto)
Set Retries
Sets the number of retries left to execute an external task by id.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskResourceRetriesAsync(String id,
RetriesDto retriesDto,
ApiCallback<Void> _callback)
Set Retries (asynchronously)
Sets the number of retries left to execute an external task by id.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskResourceRetriesCall(String id,
RetriesDto retriesDto,
ApiCallback _callback)
Build call for setExternalTaskResourceRetries
|
ApiResponse<Void> |
ExternalTaskApi.setExternalTaskResourceRetriesWithHttpInfo(String id,
RetriesDto retriesDto)
Set Retries
Sets the number of retries left to execute an external task by id.
|
void |
ExternalTaskApi.setExternalTaskRetries(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto)
Set Retries Sync
Sets the number of retries left to execute external tasks by id synchronously.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskRetriesAsync(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto,
ApiCallback<Void> _callback)
Set Retries Sync (asynchronously)
Sets the number of retries left to execute external tasks by id synchronously.
|
BatchDto |
ExternalTaskApi.setExternalTaskRetriesAsyncOperation(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto)
Set Retries Async
Sets the number of retries left to execute external tasks by id asynchronously.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskRetriesAsyncOperationAsync(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto,
ApiCallback<BatchDto> _callback)
Set Retries Async (asynchronously)
Sets the number of retries left to execute external tasks by id asynchronously.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskRetriesAsyncOperationCall(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto,
ApiCallback _callback)
Build call for setExternalTaskRetriesAsyncOperation
|
ApiResponse<BatchDto> |
ExternalTaskApi.setExternalTaskRetriesAsyncOperationWithHttpInfo(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto)
Set Retries Async
Sets the number of retries left to execute external tasks by id asynchronously.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskRetriesCall(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto,
ApiCallback _callback)
Build call for setExternalTaskRetries
|
ApiResponse<Void> |
ExternalTaskApi.setExternalTaskRetriesWithHttpInfo(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto)
Set Retries Sync
Sets the number of retries left to execute external tasks by id synchronously.
|
void |
IncidentApi.setIncidentAnnotation(String id,
AnnotationDto annotationDto)
Set Incident Annotation
Sets the annotation of an incident with given id.
|
okhttp3.Call |
IncidentApi.setIncidentAnnotationAsync(String id,
AnnotationDto annotationDto,
ApiCallback<Void> _callback)
Set Incident Annotation (asynchronously)
Sets the annotation of an incident with given id.
|
okhttp3.Call |
IncidentApi.setIncidentAnnotationCall(String id,
AnnotationDto annotationDto,
ApiCallback _callback)
Build call for setIncidentAnnotation
|
ApiResponse<Void> |
IncidentApi.setIncidentAnnotationWithHttpInfo(String id,
AnnotationDto annotationDto)
Set Incident Annotation
Sets the annotation of an incident with given id.
|
void |
JobApi.setJobDuedate(String id,
JobDuedateDto jobDuedateDto)
Set Job Due Date
Updates the due date of a job by id.
|
okhttp3.Call |
JobApi.setJobDuedateAsync(String id,
JobDuedateDto jobDuedateDto,
ApiCallback<Void> _callback)
Set Job Due Date (asynchronously)
Updates the due date of a job by id.
|
okhttp3.Call |
JobApi.setJobDuedateCall(String id,
JobDuedateDto jobDuedateDto,
ApiCallback _callback)
Build call for setJobDuedate
|
ApiResponse<Void> |
JobApi.setJobDuedateWithHttpInfo(String id,
JobDuedateDto jobDuedateDto)
Set Job Due Date
Updates the due date of a job by id.
|
void |
JobApi.setJobPriority(String id,
PriorityDto priorityDto)
Set Job Priority
Sets the execution priority of a job by id.
|
okhttp3.Call |
JobApi.setJobPriorityAsync(String id,
PriorityDto priorityDto,
ApiCallback<Void> _callback)
Set Job Priority (asynchronously)
Sets the execution priority of a job by id.
|
okhttp3.Call |
JobApi.setJobPriorityCall(String id,
PriorityDto priorityDto,
ApiCallback _callback)
Build call for setJobPriority
|
ApiResponse<Void> |
JobApi.setJobPriorityWithHttpInfo(String id,
PriorityDto priorityDto)
Set Job Priority
Sets the execution priority of a job by id.
|
void |
JobApi.setJobRetries(String id,
RetriesDto retriesDto)
Set Job Retries
Sets the retries of the job to the given number of retries by id.
|
okhttp3.Call |
JobApi.setJobRetriesAsync(String id,
RetriesDto retriesDto,
ApiCallback<Void> _callback)
Set Job Retries (asynchronously)
Sets the retries of the job to the given number of retries by id.
|
BatchDto |
JobApi.setJobRetriesAsyncOperation(SetJobRetriesDto setJobRetriesDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs asynchronously.
|
okhttp3.Call |
JobApi.setJobRetriesAsyncOperationAsync(SetJobRetriesDto setJobRetriesDto,
ApiCallback<BatchDto> _callback)
Set Job Retries Async (POST) (asynchronously)
Create a batch to set retries of jobs asynchronously.
|
okhttp3.Call |
JobApi.setJobRetriesAsyncOperationCall(SetJobRetriesDto setJobRetriesDto,
ApiCallback _callback)
Build call for setJobRetriesAsyncOperation
|
ApiResponse<BatchDto> |
JobApi.setJobRetriesAsyncOperationWithHttpInfo(SetJobRetriesDto setJobRetriesDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs asynchronously.
|
okhttp3.Call |
JobApi.setJobRetriesCall(String id,
RetriesDto retriesDto,
ApiCallback _callback)
Build call for setJobRetries
|
ApiResponse<Void> |
JobApi.setJobRetriesWithHttpInfo(String id,
RetriesDto retriesDto)
Set Job Retries
Sets the retries of the job to the given number of retries by id.
|
void |
ExecutionApi.setLocalExecutionVariableBinary(String id,
String varName,
File data,
String valueType)
Post Local Execution Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable in the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.setLocalExecutionVariableBinaryAsync(String id,
String varName,
File data,
String valueType,
ApiCallback<Void> _callback)
Post Local Execution Variable (Binary) (asynchronously)
Sets the serialized value for a binary variable or the binary value for a file variable in the context of a given execution by id.
|
okhttp3.Call |
ExecutionApi.setLocalExecutionVariableBinaryCall(String id,
String varName,
File data,
String valueType,
ApiCallback _callback)
Build call for setLocalExecutionVariableBinary
|
ApiResponse<Void> |
ExecutionApi.setLocalExecutionVariableBinaryWithHttpInfo(String id,
String varName,
File data,
String valueType)
Post Local Execution Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable in the context of a given execution by id.
|
void |
ProcessInstanceApi.setProcessInstanceVariable(String id,
String varName,
VariableValueDto variableValueDto)
Update Process Variable
Sets a variable of a given process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.setProcessInstanceVariableAsync(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback<Void> _callback)
Update Process Variable (asynchronously)
Sets a variable of a given process instance by id.
|
void |
ProcessInstanceApi.setProcessInstanceVariableBinary(String id,
String varName,
File data,
String valueType)
Update Process Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable.
|
okhttp3.Call |
ProcessInstanceApi.setProcessInstanceVariableBinaryAsync(String id,
String varName,
File data,
String valueType,
ApiCallback<Void> _callback)
Update Process Variable (Binary) (asynchronously)
Sets the serialized value for a binary variable or the binary value for a file variable.
|
okhttp3.Call |
ProcessInstanceApi.setProcessInstanceVariableBinaryCall(String id,
String varName,
File data,
String valueType,
ApiCallback _callback)
Build call for setProcessInstanceVariableBinary
|
ApiResponse<Void> |
ProcessInstanceApi.setProcessInstanceVariableBinaryWithHttpInfo(String id,
String varName,
File data,
String valueType)
Update Process Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable.
|
okhttp3.Call |
ProcessInstanceApi.setProcessInstanceVariableCall(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback _callback)
Build call for setProcessInstanceVariable
|
ApiResponse<Void> |
ProcessInstanceApi.setProcessInstanceVariableWithHttpInfo(String id,
String varName,
VariableValueDto variableValueDto)
Update Process Variable
Sets a variable of a given process instance by id.
|
BatchDto |
HistoricProcessInstanceApi.setRemovalTimeAsync(SetRemovalTimeToHistoricProcessInstancesDto setRemovalTimeToHistoricProcessInstancesDto)
Set Removal Time Async (POST)
Sets the removal time to multiple historic process instances asynchronously (batch).
|
okhttp3.Call |
HistoricProcessInstanceApi.setRemovalTimeAsyncAsync(SetRemovalTimeToHistoricProcessInstancesDto setRemovalTimeToHistoricProcessInstancesDto,
ApiCallback<BatchDto> _callback)
Set Removal Time Async (POST) (asynchronously)
Sets the removal time to multiple historic process instances asynchronously (batch).
|
okhttp3.Call |
HistoricProcessInstanceApi.setRemovalTimeAsyncCall(SetRemovalTimeToHistoricProcessInstancesDto setRemovalTimeToHistoricProcessInstancesDto,
ApiCallback _callback)
Build call for setRemovalTimeAsync
|
ApiResponse<BatchDto> |
HistoricProcessInstanceApi.setRemovalTimeAsyncWithHttpInfo(SetRemovalTimeToHistoricProcessInstancesDto setRemovalTimeToHistoricProcessInstancesDto)
Set Removal Time Async (POST)
Sets the removal time to multiple historic process instances asynchronously (batch).
|
BatchDto |
ProcessInstanceApi.setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs associated with given processes asynchronously.
|
okhttp3.Call |
ProcessInstanceApi.setRetriesByProcessAsync(SetJobRetriesByProcessDto setJobRetriesByProcessDto,
ApiCallback<BatchDto> _callback)
Set Job Retries Async (POST) (asynchronously)
Create a batch to set retries of jobs associated with given processes asynchronously.
|
okhttp3.Call |
ProcessInstanceApi.setRetriesByProcessCall(SetJobRetriesByProcessDto setJobRetriesByProcessDto,
ApiCallback _callback)
Build call for setRetriesByProcess
|
BatchDto |
ProcessInstanceApi.setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async Historic Query Based (POST)
Create a batch to set retries of jobs asynchronously based on a historic process instance query.
|
okhttp3.Call |
ProcessInstanceApi.setRetriesByProcessHistoricQueryBasedAsync(SetJobRetriesByProcessDto setJobRetriesByProcessDto,
ApiCallback<BatchDto> _callback)
Set Job Retries Async Historic Query Based (POST) (asynchronously)
Create a batch to set retries of jobs asynchronously based on a historic process instance query.
|
okhttp3.Call |
ProcessInstanceApi.setRetriesByProcessHistoricQueryBasedCall(SetJobRetriesByProcessDto setJobRetriesByProcessDto,
ApiCallback _callback)
Build call for setRetriesByProcessHistoricQueryBased
|
ApiResponse<BatchDto> |
ProcessInstanceApi.setRetriesByProcessHistoricQueryBasedWithHttpInfo(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async Historic Query Based (POST)
Create a batch to set retries of jobs asynchronously based on a historic process instance query.
|
ApiResponse<BatchDto> |
ProcessInstanceApi.setRetriesByProcessWithHttpInfo(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs associated with given processes asynchronously.
|
BatchDto |
ProcessInstanceApi.setVariablesAsyncOperation(SetVariablesAsyncDto setVariablesAsyncDto)
Set Variables Async (POST)
Update or create runtime process variables in the root scope of process instances.
|
okhttp3.Call |
ProcessInstanceApi.setVariablesAsyncOperationAsync(SetVariablesAsyncDto setVariablesAsyncDto,
ApiCallback<BatchDto> _callback)
Set Variables Async (POST) (asynchronously)
Update or create runtime process variables in the root scope of process instances.
|
okhttp3.Call |
ProcessInstanceApi.setVariablesAsyncOperationCall(SetVariablesAsyncDto setVariablesAsyncDto,
ApiCallback _callback)
Build call for setVariablesAsyncOperation
|
ApiResponse<BatchDto> |
ProcessInstanceApi.setVariablesAsyncOperationWithHttpInfo(SetVariablesAsyncDto setVariablesAsyncDto)
Set Variables Async (POST)
Update or create runtime process variables in the root scope of process instances.
|
void |
ExecutionApi.signalExecution(String id,
ExecutionTriggerDto executionTriggerDto)
Trigger Execution
Signals an execution by id.
|
okhttp3.Call |
ExecutionApi.signalExecutionAsync(String id,
ExecutionTriggerDto executionTriggerDto,
ApiCallback<Void> _callback)
Trigger Execution (asynchronously)
Signals an execution by id.
|
okhttp3.Call |
ExecutionApi.signalExecutionCall(String id,
ExecutionTriggerDto executionTriggerDto,
ApiCallback _callback)
Build call for signalExecution
|
ApiResponse<Void> |
ExecutionApi.signalExecutionWithHttpInfo(String id,
ExecutionTriggerDto executionTriggerDto)
Trigger Execution
Signals an execution by id.
|
ProcessInstanceWithVariablesDto |
ProcessDefinitionApi.startProcessInstance(String id,
StartProcessInstanceDto startProcessInstanceDto)
Start Instance
Instantiates a given process definition.
|
okhttp3.Call |
ProcessDefinitionApi.startProcessInstanceAsync(String id,
StartProcessInstanceDto startProcessInstanceDto,
ApiCallback<ProcessInstanceWithVariablesDto> _callback)
Start Instance (asynchronously)
Instantiates a given process definition.
|
ProcessInstanceWithVariablesDto |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.startProcessInstanceByKeyAndTenantIdCall(String key,
String tenantId,
StartProcessInstanceDto startProcessInstanceDto,
ApiCallback _callback)
Build call for startProcessInstanceByKeyAndTenantId
|
ApiResponse<ProcessInstanceWithVariablesDto> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.startProcessInstanceByKeyCall(String key,
StartProcessInstanceDto startProcessInstanceDto,
ApiCallback _callback)
Build call for startProcessInstanceByKey
|
ApiResponse<ProcessInstanceWithVariablesDto> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.startProcessInstanceCall(String id,
StartProcessInstanceDto startProcessInstanceDto,
ApiCallback _callback)
Build call for startProcessInstance
|
ApiResponse<ProcessInstanceWithVariablesDto> |
ProcessDefinitionApi.startProcessInstanceWithHttpInfo(String id,
StartProcessInstanceDto startProcessInstanceDto)
Start Instance
Instantiates a given process definition.
|
Map<String,VariableValueDto> |
TaskApi.submit(String id,
CompleteTaskDto completeTaskDto)
Submit Form
Completes a task and updates process variables using a form submit.
|
okhttp3.Call |
TaskApi.submitAsync(String id,
CompleteTaskDto completeTaskDto,
ApiCallback<Map<String,VariableValueDto>> _callback)
Submit Form (asynchronously)
Completes a task and updates process variables using a form submit.
|
okhttp3.Call |
TaskApi.submitCall(String id,
CompleteTaskDto completeTaskDto,
ApiCallback _callback)
Build call for submit
|
ProcessInstanceDto |
ProcessDefinitionApi.submitForm(String id,
StartProcessInstanceFormDto startProcessInstanceFormDto)
Submit Start Form
Starts a process instance using a set of process variables and the business key.
|
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.
|
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.
|
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.submitFormByKeyAndTenantIdCall(String key,
String tenantId,
StartProcessInstanceFormDto startProcessInstanceFormDto,
ApiCallback _callback)
Build call for submitFormByKeyAndTenantId
|
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.
|
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.
|
okhttp3.Call |
ProcessDefinitionApi.submitFormByKeyCall(String key,
StartProcessInstanceFormDto startProcessInstanceFormDto,
ApiCallback _callback)
Build call for submitFormByKey
|
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.
|
okhttp3.Call |
ProcessDefinitionApi.submitFormCall(String id,
StartProcessInstanceFormDto startProcessInstanceFormDto,
ApiCallback _callback)
Build call for submitForm
|
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.
|
ApiResponse<Map<String,VariableValueDto>> |
TaskApi.submitWithHttpInfo(String id,
CompleteTaskDto completeTaskDto)
Submit Form
Completes a task and updates process variables using a form submit.
|
void |
SignalApi.throwSignal(SignalDto signalDto)
Event
A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.
|
okhttp3.Call |
SignalApi.throwSignalAsync(SignalDto signalDto,
ApiCallback<Void> _callback)
Event (asynchronously)
A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.
|
okhttp3.Call |
SignalApi.throwSignalCall(SignalDto signalDto,
ApiCallback _callback)
Build call for throwSignal
|
ApiResponse<Void> |
SignalApi.throwSignalWithHttpInfo(SignalDto signalDto)
Event
A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.
|
void |
ExecutionApi.triggerEvent(String id,
String messageName,
ExecutionTriggerDto executionTriggerDto)
Trigger Message Event Subscription
Delivers a message to a specific execution by id, to trigger an existing message event subscription.
|
okhttp3.Call |
ExecutionApi.triggerEventAsync(String id,
String messageName,
ExecutionTriggerDto executionTriggerDto,
ApiCallback<Void> _callback)
Trigger Message Event Subscription (asynchronously)
Delivers a message to a specific execution by id, to trigger an existing message event subscription.
|
okhttp3.Call |
ExecutionApi.triggerEventCall(String id,
String messageName,
ExecutionTriggerDto executionTriggerDto,
ApiCallback _callback)
Build call for triggerEvent
|
ApiResponse<Void> |
ExecutionApi.triggerEventWithHttpInfo(String id,
String messageName,
ExecutionTriggerDto executionTriggerDto)
Trigger Message Event Subscription
Delivers a message to a specific execution by id, to trigger an existing message event subscription.
|
void |
TaskApi.unclaim(String id)
Unclaim
Resets a task's assignee.
|
okhttp3.Call |
TaskApi.unclaimAsync(String id,
ApiCallback<Void> _callback)
Unclaim (asynchronously)
Resets a task's assignee.
|
okhttp3.Call |
TaskApi.unclaimCall(String id,
ApiCallback _callback)
Build call for unclaim
|
ApiResponse<Void> |
TaskApi.unclaimWithHttpInfo(String id)
Unclaim
Resets a task's assignee.
|
void |
ExternalTaskApi.unlock(String id)
Unlock
Unlocks an external task by id.
|
okhttp3.Call |
ExternalTaskApi.unlockAsync(String id,
ApiCallback<Void> _callback)
Unlock (asynchronously)
Unlocks an external task by id.
|
okhttp3.Call |
ExternalTaskApi.unlockCall(String id,
ApiCallback _callback)
Build call for unlock
|
void |
UserApi.unlockUser(String id)
Unlock User
Unlocks a user by id.
|
okhttp3.Call |
UserApi.unlockUserAsync(String id,
ApiCallback<Void> _callback)
Unlock User (asynchronously)
Unlocks a user by id.
|
okhttp3.Call |
UserApi.unlockUserCall(String id,
ApiCallback _callback)
Build call for unlockUser
|
ApiResponse<Void> |
UserApi.unlockUserWithHttpInfo(String id)
Unlock User
Unlocks a user by id.
|
ApiResponse<Void> |
ExternalTaskApi.unlockWithHttpInfo(String id)
Unlock
Unlocks an external task by id.
|
void |
BatchApi.updateBatchSuspensionState(String id,
SuspensionStateDto suspensionStateDto)
Activate/Suspend
Activates or suspends a batch by id.
|
okhttp3.Call |
BatchApi.updateBatchSuspensionStateAsync(String id,
SuspensionStateDto suspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend (asynchronously)
Activates or suspends a batch by id.
|
okhttp3.Call |
BatchApi.updateBatchSuspensionStateCall(String id,
SuspensionStateDto suspensionStateDto,
ApiCallback _callback)
Build call for updateBatchSuspensionState
|
ApiResponse<Void> |
BatchApi.updateBatchSuspensionStateWithHttpInfo(String id,
SuspensionStateDto suspensionStateDto)
Activate/Suspend
Activates or suspends a batch by id.
|
Object |
UserApi.updateCredentials(String id,
String password,
String authenticatedUserPassword,
UserCredentialsDto userCredentialsDto)
Update Credentials
Updates a user's credentials (password)
|
okhttp3.Call |
UserApi.updateCredentialsAsync(String id,
String password,
String authenticatedUserPassword,
UserCredentialsDto userCredentialsDto,
ApiCallback<Object> _callback)
Update Credentials (asynchronously)
Updates a user's credentials (password)
|
okhttp3.Call |
UserApi.updateCredentialsCall(String id,
String password,
String authenticatedUserPassword,
UserCredentialsDto userCredentialsDto,
ApiCallback _callback)
Build call for updateCredentials
|
ApiResponse<Object> |
UserApi.updateCredentialsWithHttpInfo(String id,
String password,
String authenticatedUserPassword,
UserCredentialsDto userCredentialsDto)
Update Credentials
Updates a user's credentials (password)
|
void |
GroupApi.updateGroup(String id,
GroupDto groupDto)
Update Group
Updates a given group by id.
|
okhttp3.Call |
GroupApi.updateGroupAsync(String id,
GroupDto groupDto,
ApiCallback<Void> _callback)
Update Group (asynchronously)
Updates a given group by id.
|
okhttp3.Call |
GroupApi.updateGroupCall(String id,
GroupDto groupDto,
ApiCallback _callback)
Build call for updateGroup
|
ApiResponse<Void> |
GroupApi.updateGroupWithHttpInfo(String id,
GroupDto groupDto)
Update Group
Updates a given group by id.
|
void |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionId(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for decision definition.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionIdAsync(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live (asynchronously)
Updates history time to live for decision definition.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionIdCall(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByDecisionDefinitionId
|
ApiResponse<Void> |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionIdWithHttpInfo(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for decision definition.
|
void |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKey(String key,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key
Updates the latest version of the decision definition which belongs to no tenant.
|
void |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenant(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key And Tenant
Updates the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantAsync(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live By Key And Tenant (asynchronously)
Updates the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantCall(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenant
|
ApiResponse<Void> |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantWithHttpInfo(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key And Tenant
Updates the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAsync(String key,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live By Key (asynchronously)
Updates the latest version of the decision definition which belongs to no tenant.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyCall(String key,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByDecisionDefinitionKey
|
ApiResponse<Void> |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyWithHttpInfo(String key,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key
Updates the latest version of the decision definition which belongs to no tenant.
|
void |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionId(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for process definition.
|
okhttp3.Call |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionIdAsync(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live (asynchronously)
Updates history time to live for process definition.
|
okhttp3.Call |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionIdCall(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByProcessDefinitionId
|
ApiResponse<Void> |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionIdWithHttpInfo(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for process definition.
|
void |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantIdCall(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantId
|
ApiResponse<Void> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyCall(String key,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByProcessDefinitionKey
|
ApiResponse<Void> |
ProcessDefinitionApi.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 |
JobApi.updateJobSuspensionState(String id,
SuspensionStateDto suspensionStateDto)
Activate/Suspend Job By Id
Activates or suspends a given job by id.
|
okhttp3.Call |
JobApi.updateJobSuspensionStateAsync(String id,
SuspensionStateDto suspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend Job By Id (asynchronously)
Activates or suspends a given job by id.
|
okhttp3.Call |
JobApi.updateJobSuspensionStateCall(String id,
SuspensionStateDto suspensionStateDto,
ApiCallback _callback)
Build call for updateJobSuspensionState
|
ApiResponse<Void> |
JobApi.updateJobSuspensionStateWithHttpInfo(String id,
SuspensionStateDto suspensionStateDto)
Activate/Suspend Job By Id
Activates or suspends a given job by id.
|
void |
ProcessDefinitionApi.updateProcessDefinitionSuspensionState(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend By Key
Activates or suspends process definitions with the given process definition key.
|
okhttp3.Call |
ProcessDefinitionApi.updateProcessDefinitionSuspensionStateAsync(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend By Key (asynchronously)
Activates or suspends process definitions with the given process definition key.
|
void |
ProcessDefinitionApi.updateProcessDefinitionSuspensionStateById(String id,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend By Id
Activates or suspends a given process definition by id.
|
okhttp3.Call |
ProcessDefinitionApi.updateProcessDefinitionSuspensionStateByIdAsync(String id,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend By Id (asynchronously)
Activates or suspends a given process definition by id.
|
okhttp3.Call |
ProcessDefinitionApi.updateProcessDefinitionSuspensionStateByIdCall(String id,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback _callback)
Build call for updateProcessDefinitionSuspensionStateById
|
ApiResponse<Void> |
ProcessDefinitionApi.updateProcessDefinitionSuspensionStateByIdWithHttpInfo(String id,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend By Id
Activates or suspends a given process definition by id.
|
void |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.updateProcessDefinitionSuspensionStateByKeyAndTenantIdCall(String key,
String tenantId,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback _callback)
Build call for updateProcessDefinitionSuspensionStateByKeyAndTenantId
|
ApiResponse<Void> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.updateProcessDefinitionSuspensionStateByKeyCall(String key,
ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback _callback)
Build call for updateProcessDefinitionSuspensionStateByKey
|
ApiResponse<Void> |
ProcessDefinitionApi.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 |
ProcessDefinitionApi.updateProcessDefinitionSuspensionStateCall(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto,
ApiCallback _callback)
Build call for updateProcessDefinitionSuspensionState
|
ApiResponse<Void> |
ProcessDefinitionApi.updateProcessDefinitionSuspensionStateWithHttpInfo(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto)
Activate/Suspend By Key
Activates or suspends process definitions with the given process definition key.
|
void |
UserApi.updateProfile(String id,
UserProfileDto userProfileDto)
Update User Profile
Updates the profile information of an already existing user.
|
okhttp3.Call |
UserApi.updateProfileAsync(String id,
UserProfileDto userProfileDto,
ApiCallback<Void> _callback)
Update User Profile (asynchronously)
Updates the profile information of an already existing user.
|
okhttp3.Call |
UserApi.updateProfileCall(String id,
UserProfileDto userProfileDto,
ApiCallback _callback)
Build call for updateProfile
|
ApiResponse<Void> |
UserApi.updateProfileWithHttpInfo(String id,
UserProfileDto userProfileDto)
Update User Profile
Updates the profile information of an already existing user.
|
void |
ProcessInstanceApi.updateSuspensionState(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto)
Activate/Suspend In Group
Activates or suspends process instances by providing certain criteria: # Activate/Suspend Process Instance By Process Definition Id * `suspend` * `processDefinitionId` # Activate/Suspend Process Instance By Process Definition Key * `suspend` * `processDefinitionKey` * `processDefinitionTenantId` * `processDefinitionWithoutTenantId` # Activate/Suspend Process Instance In Group * `suspend` * `processInstanceIds` * `processInstanceQuery` * `historicProcessInstanceQuery`
|
okhttp3.Call |
ProcessInstanceApi.updateSuspensionStateAsync(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend In Group (asynchronously)
Activates or suspends process instances by providing certain criteria: # Activate/Suspend Process Instance By Process Definition Id * `suspend` * `processDefinitionId` # Activate/Suspend Process Instance By Process Definition Key * `suspend` * `processDefinitionKey` * `processDefinitionTenantId` * `processDefinitionWithoutTenantId` # Activate/Suspend Process Instance In Group * `suspend` * `processInstanceIds` * `processInstanceQuery` * `historicProcessInstanceQuery`
|
BatchDto |
ProcessInstanceApi.updateSuspensionStateAsyncOperation(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto)
Activate/Suspend In Batch
Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query.
|
okhttp3.Call |
ProcessInstanceApi.updateSuspensionStateAsyncOperationAsync(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto,
ApiCallback<BatchDto> _callback)
Activate/Suspend In Batch (asynchronously)
Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query.
|
okhttp3.Call |
ProcessInstanceApi.updateSuspensionStateAsyncOperationCall(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto,
ApiCallback _callback)
Build call for updateSuspensionStateAsyncOperation
|
ApiResponse<BatchDto> |
ProcessInstanceApi.updateSuspensionStateAsyncOperationWithHttpInfo(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto)
Activate/Suspend In Batch
Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query.
|
void |
JobApi.updateSuspensionStateBy(JobSuspensionStateDto jobSuspensionStateDto)
Activate/Suspend Jobs
Activates or suspends jobs matching the given criterion.
|
okhttp3.Call |
JobApi.updateSuspensionStateByAsync(JobSuspensionStateDto jobSuspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend Jobs (asynchronously)
Activates or suspends jobs matching the given criterion.
|
okhttp3.Call |
JobApi.updateSuspensionStateByCall(JobSuspensionStateDto jobSuspensionStateDto,
ApiCallback _callback)
Build call for updateSuspensionStateBy
|
void |
ProcessInstanceApi.updateSuspensionStateById(String id,
SuspensionStateDto suspensionStateDto)
Activate/Suspend Process Instance By Id
Activates or suspends a given process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.updateSuspensionStateByIdAsync(String id,
SuspensionStateDto suspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend Process Instance By Id (asynchronously)
Activates or suspends a given process instance by id.
|
okhttp3.Call |
ProcessInstanceApi.updateSuspensionStateByIdCall(String id,
SuspensionStateDto suspensionStateDto,
ApiCallback _callback)
Build call for updateSuspensionStateById
|
ApiResponse<Void> |
ProcessInstanceApi.updateSuspensionStateByIdWithHttpInfo(String id,
SuspensionStateDto suspensionStateDto)
Activate/Suspend Process Instance By Id
Activates or suspends a given process instance by id.
|
ApiResponse<Void> |
JobApi.updateSuspensionStateByWithHttpInfo(JobSuspensionStateDto jobSuspensionStateDto)
Activate/Suspend Jobs
Activates or suspends jobs matching the given criterion.
|
okhttp3.Call |
ProcessInstanceApi.updateSuspensionStateCall(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto,
ApiCallback _callback)
Build call for updateSuspensionState
|
ApiResponse<Void> |
ProcessInstanceApi.updateSuspensionStateWithHttpInfo(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto)
Activate/Suspend In Group
Activates or suspends process instances by providing certain criteria: # Activate/Suspend Process Instance By Process Definition Id * `suspend` * `processDefinitionId` # Activate/Suspend Process Instance By Process Definition Key * `suspend` * `processDefinitionKey` * `processDefinitionTenantId` * `processDefinitionWithoutTenantId` # Activate/Suspend Process Instance In Group * `suspend` * `processInstanceIds` * `processInstanceQuery` * `historicProcessInstanceQuery`
|
void |
TaskApi.updateTask(String id,
TaskDto taskDto)
Update
Updates a task.
|
okhttp3.Call |
TaskApi.updateTaskAsync(String id,
TaskDto taskDto,
ApiCallback<Void> _callback)
Update (asynchronously)
Updates a task.
|
okhttp3.Call |
TaskApi.updateTaskCall(String id,
TaskDto taskDto,
ApiCallback _callback)
Build call for updateTask
|
ApiResponse<Void> |
TaskApi.updateTaskWithHttpInfo(String id,
TaskDto taskDto)
Update
Updates a task.
|
void |
TenantApi.updateTenant(String id,
TenantDto tenantDto)
Update Tenant
Updates a given tenant.
|
okhttp3.Call |
TenantApi.updateTenantAsync(String id,
TenantDto tenantDto,
ApiCallback<Void> _callback)
Update Tenant (asynchronously)
Updates a given tenant.
|
okhttp3.Call |
TenantApi.updateTenantCall(String id,
TenantDto tenantDto,
ApiCallback _callback)
Build call for updateTenant
|
ApiResponse<Void> |
TenantApi.updateTenantWithHttpInfo(String id,
TenantDto tenantDto)
Update Tenant
Updates a given tenant.
|
AuthenticationResult |
IdentityApi.verifyUser(BasicUserCredentialsDto basicUserCredentialsDto)
Verify User
Verifies that user credentials are valid.
|
okhttp3.Call |
IdentityApi.verifyUserAsync(BasicUserCredentialsDto basicUserCredentialsDto,
ApiCallback<AuthenticationResult> _callback)
Verify User (asynchronously)
Verifies that user credentials are valid.
|
okhttp3.Call |
IdentityApi.verifyUserCall(BasicUserCredentialsDto basicUserCredentialsDto,
ApiCallback _callback)
Build call for verifyUser
|
ApiResponse<AuthenticationResult> |
IdentityApi.verifyUserWithHttpInfo(BasicUserCredentialsDto basicUserCredentialsDto)
Verify User
Verifies that user credentials are valid.
|
Copyright © 2022. All rights reserved.