Package org.flowable.job.service.impl
Class SuspendedJobQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<SuspendedJobQuery,Job>
org.flowable.job.service.impl.SuspendedJobQueryImpl
- All Implemented Interfaces:
Serializable,Query<SuspendedJobQuery,,Job> Command<Object>,BaseJobQuery<SuspendedJobQuery,,Job> SuspendedJobQuery
public class SuspendedJobQueryImpl
extends AbstractQuery<SuspendedJobQuery,Job>
implements SuspendedJobQuery, Serializable
- Author:
- Joram Barrez, Tijs Rademakers
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Collection<String>protected Stringprotected Collection<String>protected JobServiceConfigurationprotected booleanprotected booleanprotected booleanprotected booleanprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionSuspendedJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) SuspendedJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptioncaseDefinitionId(String caseDefinitionId) caseInstanceId(String caseInstanceId) categoryLike(String categoryLike) correlationId(String correlationId) duedateHigherThan(Date date) duedateHigherThen(Date date) duedateLowerThan(Date date) duedateLowerThen(Date date) duedateLowerThenOrEquals(Date date) elementName(String elementName) exceptionMessage(String exceptionMessage) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) executionId(String executionId) booleangetId()getNow()booleanhandlerType(String handlerType) handlerTypes(Collection<String> handlerTypes) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanjobIds(Collection<String> jobIds) jobTenantId(String tenantId) jobTenantIdLike(String tenantIdLike) messages()planItemInstanceId(String planItemInstanceId) processDefinitionId(String processDefinitionId) processInstanceId(String processInstanceId) scopeDefinitionId(String scopeDefinitionId) subScopeId(String subScopeId) timers()Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
Field Details
-
jobServiceConfiguration
-
id
-
jobIds
-
processInstanceId
-
withoutProcessInstanceId
protected boolean withoutProcessInstanceId -
executionId
-
handlerType
-
handlerTypes
-
processDefinitionId
-
category
-
categoryLike
-
elementId
-
elementName
-
scopeId
-
withoutScopeId
protected boolean withoutScopeId -
subScopeId
-
scopeType
-
withoutScopeType
protected boolean withoutScopeType -
scopeDefinitionId
-
correlationId
-
executable
protected boolean executable -
onlyTimers
protected boolean onlyTimers -
onlyMessages
protected boolean onlyMessages -
onlyExternalWorkers
protected boolean onlyExternalWorkers -
duedateHigherThan
-
duedateLowerThan
-
duedateHigherThanOrEqual
-
duedateLowerThanOrEqual
-
withException
protected boolean withException -
exceptionMessage
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
retriesLeft
protected boolean retriesLeft -
noRetriesLeft
protected boolean noRetriesLeft
-
-
Constructor Details
-
SuspendedJobQueryImpl
public SuspendedJobQueryImpl() -
SuspendedJobQueryImpl
public SuspendedJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) -
SuspendedJobQueryImpl
public SuspendedJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details
-
jobId
- Specified by:
jobIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
jobIds
- Specified by:
jobIdsin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
processInstanceId
- Specified by:
processInstanceIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
withoutProcessInstanceId
- Specified by:
withoutProcessInstanceIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
processDefinitionId
- Specified by:
processDefinitionIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
category
- Specified by:
categoryin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
categoryLike
- Specified by:
categoryLikein interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
elementId
- Specified by:
elementIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
elementName
- Specified by:
elementNamein interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
scopeId
- Specified by:
scopeIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
withoutScopeId
- Specified by:
withoutScopeIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
subScopeId
- Specified by:
subScopeIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
scopeType
- Specified by:
scopeTypein interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
withoutScopeType
- Specified by:
withoutScopeTypein interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
scopeDefinitionId
- Specified by:
scopeDefinitionIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
caseInstanceId
- Specified by:
caseInstanceIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
caseDefinitionId
- Specified by:
caseDefinitionIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
planItemInstanceId
- Specified by:
planItemInstanceIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
correlationId
- Specified by:
correlationIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
executionId
- Specified by:
executionIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
handlerType
- Specified by:
handlerTypein interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
handlerTypes
- Specified by:
handlerTypesin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
withRetriesLeft
- Specified by:
withRetriesLeftin interfaceSuspendedJobQuery
-
executable
- Specified by:
executablein interfaceSuspendedJobQuery
-
timers
- Specified by:
timersin interfaceSuspendedJobQuery
-
messages
- Specified by:
messagesin interfaceSuspendedJobQuery
-
externalWorkers
- Specified by:
externalWorkersin interfaceSuspendedJobQuery
-
duedateHigherThan
- Specified by:
duedateHigherThanin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
duedateLowerThan
- Specified by:
duedateLowerThanin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
duedateHigherThen
-
duedateHigherThenOrEquals
-
duedateLowerThen
-
duedateLowerThenOrEquals
-
noRetriesLeft
- Specified by:
noRetriesLeftin interfaceSuspendedJobQuery
-
withException
- Specified by:
withExceptionin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
exceptionMessage
- Specified by:
exceptionMessagein interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
jobTenantId
- Specified by:
jobTenantIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
jobTenantIdLike
- Specified by:
jobTenantIdLikein interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
jobWithoutTenantId
- Specified by:
jobWithoutTenantIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
orderByJobDuedate
- Specified by:
orderByJobDuedatein interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
orderByJobCreateTime
- Specified by:
orderByJobCreateTimein interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
orderByExecutionId
- Specified by:
orderByExecutionIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
orderByJobId
- Specified by:
orderByJobIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
orderByProcessInstanceId
- Specified by:
orderByProcessInstanceIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
orderByJobRetries
- Specified by:
orderByJobRetriesin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceBaseJobQuery<SuspendedJobQuery,Job>
-
executeCount
- Specified by:
executeCountin classAbstractQuery<SuspendedJobQuery,Job>
-
executeList
- Specified by:
executeListin classAbstractQuery<SuspendedJobQuery,Job>
-
getProcessInstanceId
-
isWithoutProcessInstanceId
public boolean isWithoutProcessInstanceId() -
getExecutionId
-
getHandlerType
-
getRetriesLeft
public boolean getRetriesLeft() -
getExecutable
public boolean getExecutable() -
getNow
-
isWithException
public boolean isWithException() -
getExceptionMessage
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getId
-
getProcessDefinitionId
-
getCategory
-
getCategoryLike
-
getElementId
-
getElementName
-
getScopeId
-
isWithoutScopeId
public boolean isWithoutScopeId() -
getSubScopeId
-
getScopeType
-
isWithoutScopeType
public boolean isWithoutScopeType() -
getScopeDefinitionId
-
getCorrelationId
-
isOnlyTimers
public boolean isOnlyTimers() -
isOnlyMessages
public boolean isOnlyMessages() -
isOnlyExternalWorkers
public boolean isOnlyExternalWorkers() -
getDuedateHigherThan
-
getDuedateLowerThan
-
getDuedateHigherThanOrEqual
-
getDuedateLowerThanOrEqual
-
isNoRetriesLeft
public boolean isNoRetriesLeft() -
isExecutable
public boolean isExecutable() -
isRetriesLeft
public boolean isRetriesLeft()
-