Package org.flowable.job.service.impl
Class DeadLetterJobQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<DeadLetterJobQuery,Job>
org.flowable.job.service.impl.DeadLetterJobQueryImpl
- All Implemented Interfaces:
Serializable,Query<DeadLetterJobQuery,,Job> Command<Object>,BaseJobQuery<DeadLetterJobQuery,,Job> DeadLetterJobQuery
public class DeadLetterJobQueryImpl
extends AbstractQuery<DeadLetterJobQuery,Job>
implements DeadLetterJobQuery, 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 Stringprotected Dateprotected Dateprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Collection<String>protected Stringprotected Collection<String>protected JobServiceConfigurationprotected booleanprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected 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
ConstructorsConstructorDescriptionDeadLetterJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) DeadLetterJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptioncaseDefinitionId(String caseDefinitionId) caseDefinitionKey(String caseDefinitionKey) caseInstanceId(String caseInstanceId) categoryLike(String categoryLike) correlationId(String correlationId) duedateHigherThan(Date date) duedateLowerThan(Date date) elementName(String elementName) exceptionMessage(String exceptionMessage) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) executionId(String executionId) booleangetId()getNow()handlerType(String handlerType) handlerTypes(Collection<String> handlerTypes) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanjobIds(Collection<String> jobIds) jobTenantId(String tenantId) jobTenantIdLike(String tenantIdLike) messages()planItemInstanceId(String planItemInstanceId) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) 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
-
processDefinitionKey
-
category
-
categoryLike
-
elementId
-
elementName
-
scopeId
-
withoutScopeId
protected boolean withoutScopeId -
subScopeId
-
scopeType
-
withoutScopeType
protected boolean withoutScopeType -
scopeDefinitionId
-
caseDefinitionKey
-
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
-
-
Constructor Details
-
DeadLetterJobQueryImpl
public DeadLetterJobQueryImpl() -
DeadLetterJobQueryImpl
public DeadLetterJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) -
DeadLetterJobQueryImpl
public DeadLetterJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details
-
jobId
- Specified by:
jobIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
jobIds
- Specified by:
jobIdsin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
processInstanceId
- Specified by:
processInstanceIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
withoutProcessInstanceId
- Specified by:
withoutProcessInstanceIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
processDefinitionId
- Specified by:
processDefinitionIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
processDefinitionKey
- Specified by:
processDefinitionKeyin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
category
- Specified by:
categoryin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
categoryLike
- Specified by:
categoryLikein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
elementId
- Specified by:
elementIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
elementName
- Specified by:
elementNamein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
scopeId
- Specified by:
scopeIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
withoutScopeId
- Specified by:
withoutScopeIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
subScopeId
- Specified by:
subScopeIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
scopeType
- Specified by:
scopeTypein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
withoutScopeType
- Specified by:
withoutScopeTypein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
scopeDefinitionId
- Specified by:
scopeDefinitionIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
caseInstanceId
- Specified by:
caseInstanceIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
caseDefinitionId
- Specified by:
caseDefinitionIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
caseDefinitionKey
- Specified by:
caseDefinitionKeyin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
planItemInstanceId
- Specified by:
planItemInstanceIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
correlationId
- Specified by:
correlationIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
executionId
- Specified by:
executionIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
handlerType
- Specified by:
handlerTypein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
handlerTypes
- Specified by:
handlerTypesin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
executable
- Specified by:
executablein interfaceDeadLetterJobQuery
-
timers
- Specified by:
timersin interfaceDeadLetterJobQuery
-
messages
- Specified by:
messagesin interfaceDeadLetterJobQuery
-
externalWorkers
- Specified by:
externalWorkersin interfaceDeadLetterJobQuery
-
duedateHigherThan
- Specified by:
duedateHigherThanin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
duedateLowerThan
- Specified by:
duedateLowerThanin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
withException
- Specified by:
withExceptionin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
exceptionMessage
- Specified by:
exceptionMessagein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
jobTenantId
- Specified by:
jobTenantIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
jobTenantIdLike
- Specified by:
jobTenantIdLikein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
jobWithoutTenantId
- Specified by:
jobWithoutTenantIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByJobDuedate
- Specified by:
orderByJobDuedatein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByJobCreateTime
- Specified by:
orderByJobCreateTimein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByExecutionId
- Specified by:
orderByExecutionIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByJobId
- Specified by:
orderByJobIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByProcessInstanceId
- Specified by:
orderByProcessInstanceIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByJobRetries
- Specified by:
orderByJobRetriesin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
executeCount
- Specified by:
executeCountin classAbstractQuery<DeadLetterJobQuery,Job>
-
executeList
- Specified by:
executeListin classAbstractQuery<DeadLetterJobQuery,Job>
-
getProcessInstanceId
-
isWithoutProcessInstanceId
public boolean isWithoutProcessInstanceId() -
getExecutionId
-
getHandlerType
-
getHandlerTypes
-
getExecutable
public boolean getExecutable() -
getNow
-
isWithException
public boolean isWithException() -
getExceptionMessage
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getId
-
getProcessDefinitionId
-
getProcessDefinitionKey
-
getCategory
-
getCategoryLike
-
getElementId
-
getElementName
-
getScopeId
-
isWithoutScopeId
public boolean isWithoutScopeId() -
getSubScopeId
-
getScopeType
-
isWithoutScopeType
public boolean isWithoutScopeType() -
getScopeDefinitionId
-
getCaseDefinitionKey
-
getCorrelationId
-
isOnlyTimers
public boolean isOnlyTimers() -
isOnlyMessages
public boolean isOnlyMessages() -
isExecutable
public boolean isExecutable() -
isOnlyExternalWorkers
public boolean isOnlyExternalWorkers() -
getDuedateHigherThan
-
getDuedateLowerThan
-
getDuedateHigherThanOrEqual
-
getDuedateLowerThanOrEqual
-