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