Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
TaskDto |
TaskApi.getTask(String id)
Get
Retrieves a task by id.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
ApiResponse<TaskDto> |
TaskApi.getTaskWithHttpInfo(String id)
Get
Retrieves a task by id.
|
List<TaskDto> |
TaskApi.queryTasks(Integer firstResult,
Integer maxResults,
TaskQueryDto taskQueryDto)
Get List (POST)
Queries for tasks that fulfill a given filter.
|
ApiResponse<List<TaskDto>> |
TaskApi.queryTasksWithHttpInfo(Integer firstResult,
Integer maxResults,
TaskQueryDto taskQueryDto)
Get List (POST)
Queries for tasks that fulfill a given filter.
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
TaskApi.getTaskAsync(String id,
ApiCallback<TaskDto> _callback)
Get (asynchronously)
Retrieves a task by id.
|
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.queryTasksAsync(Integer firstResult,
Integer maxResults,
TaskQueryDto taskQueryDto,
ApiCallback<List<TaskDto>> _callback)
Get List (POST) (asynchronously)
Queries for tasks that fulfill a given filter.
|
Modifier and Type | Method and Description |
---|---|
TaskDto |
TaskDto.assignee(String assignee) |
TaskDto |
TaskDto.caseDefinitionId(String caseDefinitionId) |
TaskDto |
TaskDto.caseExecutionId(String caseExecutionId) |
TaskDto |
TaskDto.caseInstanceId(String caseInstanceId) |
TaskDto |
TaskDto.created(Date created) |
TaskDto |
TaskDto.delegationState(TaskDto.DelegationStateEnum delegationState) |
TaskDto |
TaskDto.description(String description) |
TaskDto |
TaskDto.due(Date due) |
TaskDto |
TaskDto.executionId(String executionId) |
TaskDto |
TaskDto.followUp(Date followUp) |
TaskDto |
TaskDto.formKey(String formKey) |
TaskDto |
TaskDto.id(String id) |
TaskDto |
TaskDto.name(String name) |
TaskDto |
TaskDto.owner(String owner) |
TaskDto |
TaskDto.parentTaskId(String parentTaskId) |
TaskDto |
TaskDto.priority(Integer priority) |
TaskDto |
TaskDto.processDefinitionId(String processDefinitionId) |
TaskDto |
TaskDto.processInstanceId(String processInstanceId) |
TaskDto |
TaskDto.suspended(Boolean suspended) |
TaskDto |
TaskDto.taskDefinitionKey(String taskDefinitionKey) |
TaskDto |
TaskDto.tenantId(String tenantId) |
Copyright © 2022. All rights reserved.