public class JobApi extends Object
Modifier and Type | Method and Description |
---|---|
void |
executeJob(String id)
Execute Job
Executes a job by id.
|
okhttp3.Call |
executeJobAsync(String id,
ApiCallback<Void> _callback)
Execute Job (asynchronously)
Executes a job by id.
|
okhttp3.Call |
executeJobCall(String id,
ApiCallback _callback)
Build call for executeJob
|
ApiResponse<Void> |
executeJobWithHttpInfo(String id)
Execute Job
Executes a job by id.
|
ApiClient |
getApiClient() |
JobDto |
getJob(String id)
Get Job
Retrieves a job by id, according to the `Job` interface in the engine.
|
okhttp3.Call |
getJobAsync(String id,
ApiCallback<JobDto> _callback)
Get Job (asynchronously)
Retrieves a job by id, according to the `Job` interface in the engine.
|
okhttp3.Call |
getJobCall(String id,
ApiCallback _callback)
Build call for getJob
|
List<JobDto> |
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 |
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 |
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 |
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 |
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 |
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> |
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>> |
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> |
getJobWithHttpInfo(String id)
Get Job
Retrieves a job by id, according to the `Job` interface in the engine.
|
Object |
getStacktrace(String id)
Get Exception Stacktrace
Retrieves the exception stacktrace corresponding to the passed job id.
|
okhttp3.Call |
getStacktraceAsync(String id,
ApiCallback<Object> _callback)
Get Exception Stacktrace (asynchronously)
Retrieves the exception stacktrace corresponding to the passed job id.
|
okhttp3.Call |
getStacktraceCall(String id,
ApiCallback _callback)
Build call for getStacktrace
|
ApiResponse<Object> |
getStacktraceWithHttpInfo(String id)
Get Exception Stacktrace
Retrieves the exception stacktrace corresponding to the passed job id.
|
List<JobDto> |
queryJobs(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto)
Get Jobs (POST)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
queryJobsAsync(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto,
ApiCallback<List<JobDto>> _callback)
Get Jobs (POST) (asynchronously)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
queryJobsCall(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto,
ApiCallback _callback)
Build call for queryJobs
|
CountResultDto |
queryJobsCount(JobQueryDto jobQueryDto)
Get Job Count (POST)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
queryJobsCountAsync(JobQueryDto jobQueryDto,
ApiCallback<CountResultDto> _callback)
Get Job Count (POST) (asynchronously)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
queryJobsCountCall(JobQueryDto jobQueryDto,
ApiCallback _callback)
Build call for queryJobsCount
|
ApiResponse<CountResultDto> |
queryJobsCountWithHttpInfo(JobQueryDto jobQueryDto)
Get Job Count (POST)
Queries for jobs that fulfill given parameters.
|
ApiResponse<List<JobDto>> |
queryJobsWithHttpInfo(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto)
Get Jobs (POST)
Queries for jobs that fulfill given parameters.
|
void |
recalculateDuedate(String id,
Boolean creationDateBased)
Recalculate Job Due Date
Recalculates the due date of a job by id.
|
okhttp3.Call |
recalculateDuedateAsync(String id,
Boolean creationDateBased,
ApiCallback<Void> _callback)
Recalculate Job Due Date (asynchronously)
Recalculates the due date of a job by id.
|
okhttp3.Call |
recalculateDuedateCall(String id,
Boolean creationDateBased,
ApiCallback _callback)
Build call for recalculateDuedate
|
ApiResponse<Void> |
recalculateDuedateWithHttpInfo(String id,
Boolean creationDateBased)
Recalculate Job Due Date
Recalculates the due date of a job by id.
|
void |
setApiClient(ApiClient apiClient) |
void |
setJobDuedate(String id,
JobDuedateDto jobDuedateDto)
Set Job Due Date
Updates the due date of a job by id.
|
okhttp3.Call |
setJobDuedateAsync(String id,
JobDuedateDto jobDuedateDto,
ApiCallback<Void> _callback)
Set Job Due Date (asynchronously)
Updates the due date of a job by id.
|
okhttp3.Call |
setJobDuedateCall(String id,
JobDuedateDto jobDuedateDto,
ApiCallback _callback)
Build call for setJobDuedate
|
ApiResponse<Void> |
setJobDuedateWithHttpInfo(String id,
JobDuedateDto jobDuedateDto)
Set Job Due Date
Updates the due date of a job by id.
|
void |
setJobPriority(String id,
PriorityDto priorityDto)
Set Job Priority
Sets the execution priority of a job by id.
|
okhttp3.Call |
setJobPriorityAsync(String id,
PriorityDto priorityDto,
ApiCallback<Void> _callback)
Set Job Priority (asynchronously)
Sets the execution priority of a job by id.
|
okhttp3.Call |
setJobPriorityCall(String id,
PriorityDto priorityDto,
ApiCallback _callback)
Build call for setJobPriority
|
ApiResponse<Void> |
setJobPriorityWithHttpInfo(String id,
PriorityDto priorityDto)
Set Job Priority
Sets the execution priority of a job by id.
|
void |
setJobRetries(String id,
RetriesDto retriesDto)
Set Job Retries
Sets the retries of the job to the given number of retries by id.
|
okhttp3.Call |
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 |
setJobRetriesAsyncOperation(SetJobRetriesDto setJobRetriesDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs asynchronously.
|
okhttp3.Call |
setJobRetriesAsyncOperationAsync(SetJobRetriesDto setJobRetriesDto,
ApiCallback<BatchDto> _callback)
Set Job Retries Async (POST) (asynchronously)
Create a batch to set retries of jobs asynchronously.
|
okhttp3.Call |
setJobRetriesAsyncOperationCall(SetJobRetriesDto setJobRetriesDto,
ApiCallback _callback)
Build call for setJobRetriesAsyncOperation
|
ApiResponse<BatchDto> |
setJobRetriesAsyncOperationWithHttpInfo(SetJobRetriesDto setJobRetriesDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs asynchronously.
|
okhttp3.Call |
setJobRetriesCall(String id,
RetriesDto retriesDto,
ApiCallback _callback)
Build call for setJobRetries
|
ApiResponse<Void> |
setJobRetriesWithHttpInfo(String id,
RetriesDto retriesDto)
Set Job Retries
Sets the retries of the job to the given number of retries by id.
|
void |
updateJobSuspensionState(String id,
SuspensionStateDto suspensionStateDto)
Activate/Suspend Job By Id
Activates or suspends a given job by id.
|
okhttp3.Call |
updateJobSuspensionStateAsync(String id,
SuspensionStateDto suspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend Job By Id (asynchronously)
Activates or suspends a given job by id.
|
okhttp3.Call |
updateJobSuspensionStateCall(String id,
SuspensionStateDto suspensionStateDto,
ApiCallback _callback)
Build call for updateJobSuspensionState
|
ApiResponse<Void> |
updateJobSuspensionStateWithHttpInfo(String id,
SuspensionStateDto suspensionStateDto)
Activate/Suspend Job By Id
Activates or suspends a given job by id.
|
void |
updateSuspensionStateBy(JobSuspensionStateDto jobSuspensionStateDto)
Activate/Suspend Jobs
Activates or suspends jobs matching the given criterion.
|
okhttp3.Call |
updateSuspensionStateByAsync(JobSuspensionStateDto jobSuspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend Jobs (asynchronously)
Activates or suspends jobs matching the given criterion.
|
okhttp3.Call |
updateSuspensionStateByCall(JobSuspensionStateDto jobSuspensionStateDto,
ApiCallback _callback)
Build call for updateSuspensionStateBy
|
ApiResponse<Void> |
updateSuspensionStateByWithHttpInfo(JobSuspensionStateDto jobSuspensionStateDto)
Activate/Suspend Jobs
Activates or suspends jobs matching the given criterion.
|
public JobApi()
public JobApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call executeJobCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the job to be executed. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void executeJob(String id) throws ApiException
id
- The id of the job to be executed. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> executeJobWithHttpInfo(String id) throws ApiException
id
- The id of the job to be executed. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call executeJobAsync(String id, ApiCallback<Void> _callback) throws ApiException
id
- The id of the job to be executed. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getJobCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the job to be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic JobDto getJob(String id) throws ApiException
id
- The id of the job to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<JobDto> getJobWithHttpInfo(String id) throws ApiException
id
- The id of the job to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getJobAsync(String id, ApiCallback<JobDto> _callback) throws ApiException
id
- The id of the job to be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call 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) throws ApiException
jobId
- Filter by job id. (optional)jobIds
- Filter by a comma-separated list of job ids. (optional)jobDefinitionId
- Only select jobs which exist for the given job definition. (optional)processInstanceId
- Only select jobs which exist for the given process instance. (optional)processInstanceIds
- Only select jobs which exist for the given comma-separated list of process instance ids. (optional)executionId
- Only select jobs which exist for the given execution. (optional)processDefinitionId
- Filter by the id of the process definition the jobs run on. (optional)processDefinitionKey
- Filter by the key of the process definition the jobs run on. (optional)activityId
- Only select jobs which exist for an activity with the given id. (optional)withRetriesLeft
- Only select jobs which have retries left. Value may only be `true`, as `false` is the default behavior. (optional)executable
- Only select jobs which are executable, i.e., retries > 0 and due date is `null` or due date is in the past. Value may only be `true`, as `false` is the default behavior. (optional)timers
- Only select jobs that are timers. Cannot be used together with `messages`. Value may only be `true`, as `false` is the default behavior. (optional)messages
- Only select jobs that are messages. Cannot be used together with `timers`. Value may only be `true`, as `false` is the default behavior. (optional)dueDates
- Only select jobs where the due date is lower or higher than the given date. Due date expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)createTimes
- Only select jobs created before or after the given date. Create time expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)withException
- Only select jobs that failed due to an exception. Value may only be `true`, as `false` is the default behavior. (optional)exceptionMessage
- Only select jobs that failed due to an exception with the given message. (optional)failedActivityId
- Only select jobs that failed due to an exception at an activity with the given id. (optional)noRetriesLeft
- Only select jobs which have no retries left. Value may only be `true`, as `false` is the default behavior. (optional)active
- Only include active jobs. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended jobs. Value may only be `true`, as `false` is the default behavior. (optional)priorityLowerThanOrEquals
- Only include jobs with a priority lower than or equal to the given value. Value must be a valid `long` value. (optional)priorityHigherThanOrEquals
- Only include jobs with a priority higher than or equal to the given value. Value must be a valid `long` value. (optional)tenantIdIn
- Only include jobs which belong to one of the passed comma-separated tenant ids. (optional)withoutTenantId
- Only include jobs which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional)includeJobsWithoutTenantId
- Include jobs which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<JobDto> 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) throws ApiException
jobId
- Filter by job id. (optional)jobIds
- Filter by a comma-separated list of job ids. (optional)jobDefinitionId
- Only select jobs which exist for the given job definition. (optional)processInstanceId
- Only select jobs which exist for the given process instance. (optional)processInstanceIds
- Only select jobs which exist for the given comma-separated list of process instance ids. (optional)executionId
- Only select jobs which exist for the given execution. (optional)processDefinitionId
- Filter by the id of the process definition the jobs run on. (optional)processDefinitionKey
- Filter by the key of the process definition the jobs run on. (optional)activityId
- Only select jobs which exist for an activity with the given id. (optional)withRetriesLeft
- Only select jobs which have retries left. Value may only be `true`, as `false` is the default behavior. (optional)executable
- Only select jobs which are executable, i.e., retries > 0 and due date is `null` or due date is in the past. Value may only be `true`, as `false` is the default behavior. (optional)timers
- Only select jobs that are timers. Cannot be used together with `messages`. Value may only be `true`, as `false` is the default behavior. (optional)messages
- Only select jobs that are messages. Cannot be used together with `timers`. Value may only be `true`, as `false` is the default behavior. (optional)dueDates
- Only select jobs where the due date is lower or higher than the given date. Due date expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)createTimes
- Only select jobs created before or after the given date. Create time expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)withException
- Only select jobs that failed due to an exception. Value may only be `true`, as `false` is the default behavior. (optional)exceptionMessage
- Only select jobs that failed due to an exception with the given message. (optional)failedActivityId
- Only select jobs that failed due to an exception at an activity with the given id. (optional)noRetriesLeft
- Only select jobs which have no retries left. Value may only be `true`, as `false` is the default behavior. (optional)active
- Only include active jobs. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended jobs. Value may only be `true`, as `false` is the default behavior. (optional)priorityLowerThanOrEquals
- Only include jobs with a priority lower than or equal to the given value. Value must be a valid `long` value. (optional)priorityHigherThanOrEquals
- Only include jobs with a priority higher than or equal to the given value. Value must be a valid `long` value. (optional)tenantIdIn
- Only include jobs which belong to one of the passed comma-separated tenant ids. (optional)withoutTenantId
- Only include jobs which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional)includeJobsWithoutTenantId
- Include jobs which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<JobDto>> 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) throws ApiException
jobId
- Filter by job id. (optional)jobIds
- Filter by a comma-separated list of job ids. (optional)jobDefinitionId
- Only select jobs which exist for the given job definition. (optional)processInstanceId
- Only select jobs which exist for the given process instance. (optional)processInstanceIds
- Only select jobs which exist for the given comma-separated list of process instance ids. (optional)executionId
- Only select jobs which exist for the given execution. (optional)processDefinitionId
- Filter by the id of the process definition the jobs run on. (optional)processDefinitionKey
- Filter by the key of the process definition the jobs run on. (optional)activityId
- Only select jobs which exist for an activity with the given id. (optional)withRetriesLeft
- Only select jobs which have retries left. Value may only be `true`, as `false` is the default behavior. (optional)executable
- Only select jobs which are executable, i.e., retries > 0 and due date is `null` or due date is in the past. Value may only be `true`, as `false` is the default behavior. (optional)timers
- Only select jobs that are timers. Cannot be used together with `messages`. Value may only be `true`, as `false` is the default behavior. (optional)messages
- Only select jobs that are messages. Cannot be used together with `timers`. Value may only be `true`, as `false` is the default behavior. (optional)dueDates
- Only select jobs where the due date is lower or higher than the given date. Due date expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)createTimes
- Only select jobs created before or after the given date. Create time expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)withException
- Only select jobs that failed due to an exception. Value may only be `true`, as `false` is the default behavior. (optional)exceptionMessage
- Only select jobs that failed due to an exception with the given message. (optional)failedActivityId
- Only select jobs that failed due to an exception at an activity with the given id. (optional)noRetriesLeft
- Only select jobs which have no retries left. Value may only be `true`, as `false` is the default behavior. (optional)active
- Only include active jobs. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended jobs. Value may only be `true`, as `false` is the default behavior. (optional)priorityLowerThanOrEquals
- Only include jobs with a priority lower than or equal to the given value. Value must be a valid `long` value. (optional)priorityHigherThanOrEquals
- Only include jobs with a priority higher than or equal to the given value. Value must be a valid `long` value. (optional)tenantIdIn
- Only include jobs which belong to one of the passed comma-separated tenant ids. (optional)withoutTenantId
- Only include jobs which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional)includeJobsWithoutTenantId
- Include jobs which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call 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) throws ApiException
jobId
- Filter by job id. (optional)jobIds
- Filter by a comma-separated list of job ids. (optional)jobDefinitionId
- Only select jobs which exist for the given job definition. (optional)processInstanceId
- Only select jobs which exist for the given process instance. (optional)processInstanceIds
- Only select jobs which exist for the given comma-separated list of process instance ids. (optional)executionId
- Only select jobs which exist for the given execution. (optional)processDefinitionId
- Filter by the id of the process definition the jobs run on. (optional)processDefinitionKey
- Filter by the key of the process definition the jobs run on. (optional)activityId
- Only select jobs which exist for an activity with the given id. (optional)withRetriesLeft
- Only select jobs which have retries left. Value may only be `true`, as `false` is the default behavior. (optional)executable
- Only select jobs which are executable, i.e., retries > 0 and due date is `null` or due date is in the past. Value may only be `true`, as `false` is the default behavior. (optional)timers
- Only select jobs that are timers. Cannot be used together with `messages`. Value may only be `true`, as `false` is the default behavior. (optional)messages
- Only select jobs that are messages. Cannot be used together with `timers`. Value may only be `true`, as `false` is the default behavior. (optional)dueDates
- Only select jobs where the due date is lower or higher than the given date. Due date expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)createTimes
- Only select jobs created before or after the given date. Create time expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)withException
- Only select jobs that failed due to an exception. Value may only be `true`, as `false` is the default behavior. (optional)exceptionMessage
- Only select jobs that failed due to an exception with the given message. (optional)failedActivityId
- Only select jobs that failed due to an exception at an activity with the given id. (optional)noRetriesLeft
- Only select jobs which have no retries left. Value may only be `true`, as `false` is the default behavior. (optional)active
- Only include active jobs. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended jobs. Value may only be `true`, as `false` is the default behavior. (optional)priorityLowerThanOrEquals
- Only include jobs with a priority lower than or equal to the given value. Value must be a valid `long` value. (optional)priorityHigherThanOrEquals
- Only include jobs with a priority higher than or equal to the given value. Value must be a valid `long` value. (optional)tenantIdIn
- Only include jobs which belong to one of the passed comma-separated tenant ids. (optional)withoutTenantId
- Only include jobs which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional)includeJobsWithoutTenantId
- Include jobs which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call 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) throws ApiException
jobId
- Filter by job id. (optional)jobIds
- Filter by a comma-separated list of job ids. (optional)jobDefinitionId
- Only select jobs which exist for the given job definition. (optional)processInstanceId
- Only select jobs which exist for the given process instance. (optional)processInstanceIds
- Only select jobs which exist for the given comma-separated list of process instance ids. (optional)executionId
- Only select jobs which exist for the given execution. (optional)processDefinitionId
- Filter by the id of the process definition the jobs run on. (optional)processDefinitionKey
- Filter by the key of the process definition the jobs run on. (optional)activityId
- Only select jobs which exist for an activity with the given id. (optional)withRetriesLeft
- Only select jobs which have retries left. Value may only be `true`, as `false` is the default behavior. (optional)executable
- Only select jobs which are executable, i.e., retries > 0 and due date is `null` or due date is in the past. Value may only be `true`, as `false` is the default behavior. (optional)timers
- Only select jobs that are timers. Cannot be used together with `messages`. Value may only be `true`, as `false` is the default behavior. (optional)messages
- Only select jobs that are messages. Cannot be used together with `timers`. Value may only be `true`, as `false` is the default behavior. (optional)dueDates
- Only select jobs where the due date is lower or higher than the given date. Due date expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)createTimes
- Only select jobs created before or after the given date. Create time expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)withException
- Only select jobs that failed due to an exception. Value may only be `true`, as `false` is the default behavior. (optional)exceptionMessage
- Only select jobs that failed due to an exception with the given message. (optional)failedActivityId
- Only select jobs that failed due to an exception at an activity with the given id. (optional)noRetriesLeft
- Only select jobs which have no retries left. Value may only be `true`, as `false` is the default behavior. (optional)active
- Only include active jobs. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended jobs. Value may only be `true`, as `false` is the default behavior. (optional)priorityLowerThanOrEquals
- Only include jobs with a priority lower than or equal to the given value. Value must be a valid `long` value. (optional)priorityHigherThanOrEquals
- Only include jobs with a priority higher than or equal to the given value. Value must be a valid `long` value. (optional)tenantIdIn
- Only include jobs which belong to one of the passed comma-separated tenant ids. (optional)withoutTenantId
- Only include jobs which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional)includeJobsWithoutTenantId
- Include jobs which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic CountResultDto 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) throws ApiException
jobId
- Filter by job id. (optional)jobIds
- Filter by a comma-separated list of job ids. (optional)jobDefinitionId
- Only select jobs which exist for the given job definition. (optional)processInstanceId
- Only select jobs which exist for the given process instance. (optional)processInstanceIds
- Only select jobs which exist for the given comma-separated list of process instance ids. (optional)executionId
- Only select jobs which exist for the given execution. (optional)processDefinitionId
- Filter by the id of the process definition the jobs run on. (optional)processDefinitionKey
- Filter by the key of the process definition the jobs run on. (optional)activityId
- Only select jobs which exist for an activity with the given id. (optional)withRetriesLeft
- Only select jobs which have retries left. Value may only be `true`, as `false` is the default behavior. (optional)executable
- Only select jobs which are executable, i.e., retries > 0 and due date is `null` or due date is in the past. Value may only be `true`, as `false` is the default behavior. (optional)timers
- Only select jobs that are timers. Cannot be used together with `messages`. Value may only be `true`, as `false` is the default behavior. (optional)messages
- Only select jobs that are messages. Cannot be used together with `timers`. Value may only be `true`, as `false` is the default behavior. (optional)dueDates
- Only select jobs where the due date is lower or higher than the given date. Due date expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)createTimes
- Only select jobs created before or after the given date. Create time expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)withException
- Only select jobs that failed due to an exception. Value may only be `true`, as `false` is the default behavior. (optional)exceptionMessage
- Only select jobs that failed due to an exception with the given message. (optional)failedActivityId
- Only select jobs that failed due to an exception at an activity with the given id. (optional)noRetriesLeft
- Only select jobs which have no retries left. Value may only be `true`, as `false` is the default behavior. (optional)active
- Only include active jobs. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended jobs. Value may only be `true`, as `false` is the default behavior. (optional)priorityLowerThanOrEquals
- Only include jobs with a priority lower than or equal to the given value. Value must be a valid `long` value. (optional)priorityHigherThanOrEquals
- Only include jobs with a priority higher than or equal to the given value. Value must be a valid `long` value. (optional)tenantIdIn
- Only include jobs which belong to one of the passed comma-separated tenant ids. (optional)withoutTenantId
- Only include jobs which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional)includeJobsWithoutTenantId
- Include jobs which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CountResultDto> 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) throws ApiException
jobId
- Filter by job id. (optional)jobIds
- Filter by a comma-separated list of job ids. (optional)jobDefinitionId
- Only select jobs which exist for the given job definition. (optional)processInstanceId
- Only select jobs which exist for the given process instance. (optional)processInstanceIds
- Only select jobs which exist for the given comma-separated list of process instance ids. (optional)executionId
- Only select jobs which exist for the given execution. (optional)processDefinitionId
- Filter by the id of the process definition the jobs run on. (optional)processDefinitionKey
- Filter by the key of the process definition the jobs run on. (optional)activityId
- Only select jobs which exist for an activity with the given id. (optional)withRetriesLeft
- Only select jobs which have retries left. Value may only be `true`, as `false` is the default behavior. (optional)executable
- Only select jobs which are executable, i.e., retries > 0 and due date is `null` or due date is in the past. Value may only be `true`, as `false` is the default behavior. (optional)timers
- Only select jobs that are timers. Cannot be used together with `messages`. Value may only be `true`, as `false` is the default behavior. (optional)messages
- Only select jobs that are messages. Cannot be used together with `timers`. Value may only be `true`, as `false` is the default behavior. (optional)dueDates
- Only select jobs where the due date is lower or higher than the given date. Due date expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)createTimes
- Only select jobs created before or after the given date. Create time expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)withException
- Only select jobs that failed due to an exception. Value may only be `true`, as `false` is the default behavior. (optional)exceptionMessage
- Only select jobs that failed due to an exception with the given message. (optional)failedActivityId
- Only select jobs that failed due to an exception at an activity with the given id. (optional)noRetriesLeft
- Only select jobs which have no retries left. Value may only be `true`, as `false` is the default behavior. (optional)active
- Only include active jobs. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended jobs. Value may only be `true`, as `false` is the default behavior. (optional)priorityLowerThanOrEquals
- Only include jobs with a priority lower than or equal to the given value. Value must be a valid `long` value. (optional)priorityHigherThanOrEquals
- Only include jobs with a priority higher than or equal to the given value. Value must be a valid `long` value. (optional)tenantIdIn
- Only include jobs which belong to one of the passed comma-separated tenant ids. (optional)withoutTenantId
- Only include jobs which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional)includeJobsWithoutTenantId
- Include jobs which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call 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) throws ApiException
jobId
- Filter by job id. (optional)jobIds
- Filter by a comma-separated list of job ids. (optional)jobDefinitionId
- Only select jobs which exist for the given job definition. (optional)processInstanceId
- Only select jobs which exist for the given process instance. (optional)processInstanceIds
- Only select jobs which exist for the given comma-separated list of process instance ids. (optional)executionId
- Only select jobs which exist for the given execution. (optional)processDefinitionId
- Filter by the id of the process definition the jobs run on. (optional)processDefinitionKey
- Filter by the key of the process definition the jobs run on. (optional)activityId
- Only select jobs which exist for an activity with the given id. (optional)withRetriesLeft
- Only select jobs which have retries left. Value may only be `true`, as `false` is the default behavior. (optional)executable
- Only select jobs which are executable, i.e., retries > 0 and due date is `null` or due date is in the past. Value may only be `true`, as `false` is the default behavior. (optional)timers
- Only select jobs that are timers. Cannot be used together with `messages`. Value may only be `true`, as `false` is the default behavior. (optional)messages
- Only select jobs that are messages. Cannot be used together with `timers`. Value may only be `true`, as `false` is the default behavior. (optional)dueDates
- Only select jobs where the due date is lower or higher than the given date. Due date expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)createTimes
- Only select jobs created before or after the given date. Create time expressions are comma-separated and are structured as follows: A valid condition value has the form `operator_value`. `operator` is the comparison operator to be used and `value` the date value as string. Valid operator values are: `gt` - greater than; `lt` - lower than. `value` may not contain underscore or comma characters. (optional)withException
- Only select jobs that failed due to an exception. Value may only be `true`, as `false` is the default behavior. (optional)exceptionMessage
- Only select jobs that failed due to an exception with the given message. (optional)failedActivityId
- Only select jobs that failed due to an exception at an activity with the given id. (optional)noRetriesLeft
- Only select jobs which have no retries left. Value may only be `true`, as `false` is the default behavior. (optional)active
- Only include active jobs. Value may only be `true`, as `false` is the default behavior. (optional)suspended
- Only include suspended jobs. Value may only be `true`, as `false` is the default behavior. (optional)priorityLowerThanOrEquals
- Only include jobs with a priority lower than or equal to the given value. Value must be a valid `long` value. (optional)priorityHigherThanOrEquals
- Only include jobs with a priority higher than or equal to the given value. Value must be a valid `long` value. (optional)tenantIdIn
- Only include jobs which belong to one of the passed comma-separated tenant ids. (optional)withoutTenantId
- Only include jobs which belong to no tenant. Value may only be `true`, as `false` is the default behavior. (optional)includeJobsWithoutTenantId
- Include jobs which belong to no tenant. Can be used in combination with `tenantIdIn`. Value may only be `true`, as `false` is the default behavior. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getStacktraceCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the job to get the exception stacktrace for. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic Object getStacktrace(String id) throws ApiException
id
- The id of the job to get the exception stacktrace for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Object> getStacktraceWithHttpInfo(String id) throws ApiException
id
- The id of the job to get the exception stacktrace for. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getStacktraceAsync(String id, ApiCallback<Object> _callback) throws ApiException
id
- The id of the job to get the exception stacktrace for. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call queryJobsCall(Integer firstResult, Integer maxResults, JobQueryDto jobQueryDto, ApiCallback _callback) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)jobQueryDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<JobDto> queryJobs(Integer firstResult, Integer maxResults, JobQueryDto jobQueryDto) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)jobQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<JobDto>> queryJobsWithHttpInfo(Integer firstResult, Integer maxResults, JobQueryDto jobQueryDto) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)jobQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call queryJobsAsync(Integer firstResult, Integer maxResults, JobQueryDto jobQueryDto, ApiCallback<List<JobDto>> _callback) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)jobQueryDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call queryJobsCountCall(JobQueryDto jobQueryDto, ApiCallback _callback) throws ApiException
jobQueryDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic CountResultDto queryJobsCount(JobQueryDto jobQueryDto) throws ApiException
jobQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CountResultDto> queryJobsCountWithHttpInfo(JobQueryDto jobQueryDto) throws ApiException
jobQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call queryJobsCountAsync(JobQueryDto jobQueryDto, ApiCallback<CountResultDto> _callback) throws ApiException
jobQueryDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call recalculateDuedateCall(String id, Boolean creationDateBased, ApiCallback _callback) throws ApiException
id
- The id of the job to be updated. (required)creationDateBased
- Recalculate the due date based on the creation date of the job or the current date. Value may only be `false`, as `true` is the default behavior. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void recalculateDuedate(String id, Boolean creationDateBased) throws ApiException
id
- The id of the job to be updated. (required)creationDateBased
- Recalculate the due date based on the creation date of the job or the current date. Value may only be `false`, as `true` is the default behavior. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> recalculateDuedateWithHttpInfo(String id, Boolean creationDateBased) throws ApiException
id
- The id of the job to be updated. (required)creationDateBased
- Recalculate the due date based on the creation date of the job or the current date. Value may only be `false`, as `true` is the default behavior. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call recalculateDuedateAsync(String id, Boolean creationDateBased, ApiCallback<Void> _callback) throws ApiException
id
- The id of the job to be updated. (required)creationDateBased
- Recalculate the due date based on the creation date of the job or the current date. Value may only be `false`, as `true` is the default behavior. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call setJobDuedateCall(String id, JobDuedateDto jobDuedateDto, ApiCallback _callback) throws ApiException
id
- The id of the job to be updated. (required)jobDuedateDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void setJobDuedate(String id, JobDuedateDto jobDuedateDto) throws ApiException
id
- The id of the job to be updated. (required)jobDuedateDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> setJobDuedateWithHttpInfo(String id, JobDuedateDto jobDuedateDto) throws ApiException
id
- The id of the job to be updated. (required)jobDuedateDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call setJobDuedateAsync(String id, JobDuedateDto jobDuedateDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the job to be updated. (required)jobDuedateDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call setJobPriorityCall(String id, PriorityDto priorityDto, ApiCallback _callback) throws ApiException
id
- The id of the job to be updated. (required)priorityDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void setJobPriority(String id, PriorityDto priorityDto) throws ApiException
id
- The id of the job to be updated. (required)priorityDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> setJobPriorityWithHttpInfo(String id, PriorityDto priorityDto) throws ApiException
id
- The id of the job to be updated. (required)priorityDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call setJobPriorityAsync(String id, PriorityDto priorityDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the job to be updated. (required)priorityDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call setJobRetriesCall(String id, RetriesDto retriesDto, ApiCallback _callback) throws ApiException
id
- The id of the job to be updated. (required)retriesDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void setJobRetries(String id, RetriesDto retriesDto) throws ApiException
id
- The id of the job to be updated. (required)retriesDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> setJobRetriesWithHttpInfo(String id, RetriesDto retriesDto) throws ApiException
id
- The id of the job to be updated. (required)retriesDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call setJobRetriesAsync(String id, RetriesDto retriesDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the job to be updated. (required)retriesDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call setJobRetriesAsyncOperationCall(SetJobRetriesDto setJobRetriesDto, ApiCallback _callback) throws ApiException
setJobRetriesDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic BatchDto setJobRetriesAsyncOperation(SetJobRetriesDto setJobRetriesDto) throws ApiException
setJobRetriesDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchDto> setJobRetriesAsyncOperationWithHttpInfo(SetJobRetriesDto setJobRetriesDto) throws ApiException
setJobRetriesDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call setJobRetriesAsyncOperationAsync(SetJobRetriesDto setJobRetriesDto, ApiCallback<BatchDto> _callback) throws ApiException
setJobRetriesDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateJobSuspensionStateCall(String id, SuspensionStateDto suspensionStateDto, ApiCallback _callback) throws ApiException
id
- The id of the job to activate or suspend. (required)suspensionStateDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateJobSuspensionState(String id, SuspensionStateDto suspensionStateDto) throws ApiException
id
- The id of the job to activate or suspend. (required)suspensionStateDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateJobSuspensionStateWithHttpInfo(String id, SuspensionStateDto suspensionStateDto) throws ApiException
id
- The id of the job to activate or suspend. (required)suspensionStateDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateJobSuspensionStateAsync(String id, SuspensionStateDto suspensionStateDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the job to activate or suspend. (required)suspensionStateDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateSuspensionStateByCall(JobSuspensionStateDto jobSuspensionStateDto, ApiCallback _callback) throws ApiException
jobSuspensionStateDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateSuspensionStateBy(JobSuspensionStateDto jobSuspensionStateDto) throws ApiException
jobSuspensionStateDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateSuspensionStateByWithHttpInfo(JobSuspensionStateDto jobSuspensionStateDto) throws ApiException
jobSuspensionStateDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateSuspensionStateByAsync(JobSuspensionStateDto jobSuspensionStateDto, ApiCallback<Void> _callback) throws ApiException
jobSuspensionStateDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.