public interface TimerJobQuery extends Query<TimerJobQuery,Job>
Job
s.Modifier and Type | Method and Description |
---|---|
TimerJobQuery |
duedateHigherThan(Date date)
Only select jobs where the duedate is higher then the given date.
|
TimerJobQuery |
duedateLowerThan(Date date)
Only select jobs where the duedate is lower than the given date.
|
TimerJobQuery |
exceptionMessage(String exceptionMessage)
Only select jobs that failed due to an exception with the given message.
|
TimerJobQuery |
executable()
Only select jobs which are executable, ie.
|
TimerJobQuery |
executionId(String executionId)
Only select jobs which exist for the given execution
|
TimerJobQuery |
jobId(String jobId)
Only select jobs with the given id
|
TimerJobQuery |
jobTenantId(String tenantId)
Only select jobs that have the given tenant id.
|
TimerJobQuery |
jobTenantIdLike(String tenantIdLike)
Only select jobs with a tenant id like the given one.
|
TimerJobQuery |
jobWithoutTenantId()
Only select jobs that do not have a tenant id.
|
TimerJobQuery |
messages()
Only select jobs that are messages.
|
TimerJobQuery |
orderByExecutionId()
Order by execution id (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
orderByJobDuedate()
Order by duedate (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
orderByJobId()
Order by job id (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
orderByJobRetries()
Order by retries (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
orderByProcessInstanceId()
Order by process instance id (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
TimerJobQuery |
processDefinitionId(String processDefinitionid)
Only select jobs which exist for the given process definition id
|
TimerJobQuery |
processInstanceId(String processInstanceId)
Only select jobs which exist for the given process instance.
|
TimerJobQuery |
timers()
Only select jobs that are timers.
|
TimerJobQuery |
withException()
Only select jobs that failed due to an exception.
|
TimerJobQuery jobId(String jobId)
TimerJobQuery processInstanceId(String processInstanceId)
TimerJobQuery executionId(String executionId)
TimerJobQuery processDefinitionId(String processDefinitionid)
TimerJobQuery executable()
TimerJobQuery timers()
messages()
TimerJobQuery messages()
timers()
TimerJobQuery duedateLowerThan(Date date)
TimerJobQuery duedateHigherThan(Date date)
TimerJobQuery withException()
TimerJobQuery exceptionMessage(String exceptionMessage)
TimerJobQuery jobTenantId(String tenantId)
TimerJobQuery jobTenantIdLike(String tenantIdLike)
TimerJobQuery jobWithoutTenantId()
TimerJobQuery orderByJobId()
Query.asc()
or Query.desc()
).TimerJobQuery orderByJobDuedate()
Query.asc()
or Query.desc()
).TimerJobQuery orderByJobRetries()
Query.asc()
or Query.desc()
).TimerJobQuery orderByProcessInstanceId()
Query.asc()
or Query.desc()
).TimerJobQuery orderByExecutionId()
Query.asc()
or Query.desc()
).TimerJobQuery orderByTenantId()
Query.asc()
or Query.desc()
).Copyright © 2017 Alfresco. All rights reserved.