Uses of Class
org.camunda.community.rest.client.dto.JobDto
Packages that use JobDto
-
Uses of JobDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return JobDtoModifier and TypeMethodDescriptionHistoryCleanupApi.cleanupAsync(Boolean immediatelyDue) Clean up history (POST) Schedules asynchronous history cleanup (See [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).HistoryCleanupApi.cleanupAsync(Boolean immediatelyDue, Map<String, String> additionalHeaders) Clean up history (POST) Schedules asynchronous history cleanup (See [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).HistoryCleanupApi.findCleanupJob()Deprecated.HistoryCleanupApi.findCleanupJob(Map<String, String> additionalHeaders) Deprecated.Get Job Retrieves a job by id, according to the `Job` interface in the engine.Get Job Retrieves a job by id, according to the `Job` interface in the engine.Methods in org.camunda.community.rest.client.api that return types with arguments of type JobDtoModifier and TypeMethodDescriptionHistoryCleanupApi.findCleanupJobs()Find clean up history jobs (GET) Finds history cleanup jobs (See [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).HistoryCleanupApi.findCleanupJobs(Map<String, String> additionalHeaders) Find clean up history jobs (GET) Finds history cleanup jobs (See [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).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.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, Map<String, String> additionalHeaders) Get Jobs Queries for jobs that fulfill given parameters.JobApi.queryJobs(Integer firstResult, Integer maxResults, JobQueryDto jobQueryDto) Get Jobs (POST) Queries for jobs that fulfill given parameters.JobApi.queryJobs(Integer firstResult, Integer maxResults, JobQueryDto jobQueryDto, Map<String, String> additionalHeaders) Get Jobs (POST) Queries for jobs that fulfill given parameters. -
Uses of JobDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return JobDtoModifier and TypeMethodDescriptionJobDto.createTime(OffsetDateTime createTime) JobDto.dueDate(OffsetDateTime dueDate) JobDto.exceptionMessage(String exceptionMessage) JobDto.executionId(String executionId) JobDto.failedActivityId(String failedActivityId) JobDto.jobDefinitionId(String jobDefinitionId) JobDto.processDefinitionId(String processDefinitionId) JobDto.processDefinitionKey(String processDefinitionKey) JobDto.processInstanceId(String processInstanceId)