Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
JobDto |
JobApi.getJob(String id)
Get Job
Retrieves a job by id, according to the `Job` interface in the engine.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
List<JobDto> |
JobApi.queryJobs(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto)
Get Jobs (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.
|
Modifier and Type | Method and Description |
---|---|
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.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.queryJobsAsync(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto,
ApiCallback<List<JobDto>> _callback)
Get Jobs (POST) (asynchronously)
Queries for jobs that fulfill given parameters.
|
Modifier and Type | Method and Description |
---|---|
JobDto |
JobDto.createTime(Date createTime) |
JobDto |
JobDto.dueDate(Date dueDate) |
JobDto |
JobDto.exceptionMessage(String exceptionMessage) |
JobDto |
JobDto.executionId(String executionId) |
JobDto |
JobDto.failedActivityId(String failedActivityId) |
JobDto |
JobDto.id(String id) |
JobDto |
JobDto.jobDefinitionId(String jobDefinitionId) |
JobDto |
JobDto.priority(Long priority) |
JobDto |
JobDto.processDefinitionId(String processDefinitionId) |
JobDto |
JobDto.processDefinitionKey(String processDefinitionKey) |
JobDto |
JobDto.processInstanceId(String processInstanceId) |
JobDto |
JobDto.retries(Integer retries) |
JobDto |
JobDto.suspended(Boolean suspended) |
JobDto |
JobDto.tenantId(String tenantId) |
Copyright © 2022. All rights reserved.