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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
-
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
-
Fields 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
Constructors Constructor Description DeadLetterJobQueryImpl()DeadLetterJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)DeadLetterJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration)
-
Method Summary
-
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
-
Methods 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 Detail
-
jobServiceConfiguration
protected JobServiceConfiguration jobServiceConfiguration
-
id
protected String id
-
jobIds
protected Collection<String> jobIds
-
processInstanceId
protected String processInstanceId
-
withoutProcessInstanceId
protected boolean withoutProcessInstanceId
-
executionId
protected String executionId
-
handlerType
protected String handlerType
-
handlerTypes
protected Collection<String> handlerTypes
-
processDefinitionId
protected String processDefinitionId
-
category
protected String category
-
categoryLike
protected String categoryLike
-
elementId
protected String elementId
-
elementName
protected String elementName
-
scopeId
protected String scopeId
-
withoutScopeId
protected boolean withoutScopeId
-
subScopeId
protected String subScopeId
-
scopeType
protected String scopeType
-
withoutScopeType
protected boolean withoutScopeType
-
scopeDefinitionId
protected String scopeDefinitionId
-
correlationId
protected String correlationId
-
executable
protected boolean executable
-
onlyTimers
protected boolean onlyTimers
-
onlyMessages
protected boolean onlyMessages
-
onlyExternalWorkers
protected boolean onlyExternalWorkers
-
duedateHigherThan
protected Date duedateHigherThan
-
duedateLowerThan
protected Date duedateLowerThan
-
duedateHigherThanOrEqual
protected Date duedateHigherThanOrEqual
-
duedateLowerThanOrEqual
protected Date duedateLowerThanOrEqual
-
withException
protected boolean withException
-
exceptionMessage
protected String exceptionMessage
-
tenantId
protected String tenantId
-
tenantIdLike
protected String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Detail
-
DeadLetterJobQueryImpl
public DeadLetterJobQueryImpl()
-
DeadLetterJobQueryImpl
public DeadLetterJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
-
DeadLetterJobQueryImpl
public DeadLetterJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Detail
-
jobId
public DeadLetterJobQueryImpl jobId(String jobId)
- Specified by:
jobIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
jobIds
public DeadLetterJobQuery jobIds(Collection<String> jobIds)
- Specified by:
jobIdsin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
processInstanceId
public DeadLetterJobQueryImpl processInstanceId(String processInstanceId)
- Specified by:
processInstanceIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
withoutProcessInstanceId
public DeadLetterJobQueryImpl withoutProcessInstanceId()
- Specified by:
withoutProcessInstanceIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
processDefinitionId
public DeadLetterJobQueryImpl processDefinitionId(String processDefinitionId)
- Specified by:
processDefinitionIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
category
public DeadLetterJobQueryImpl category(String category)
- Specified by:
categoryin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
categoryLike
public DeadLetterJobQueryImpl categoryLike(String categoryLike)
- Specified by:
categoryLikein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
elementId
public DeadLetterJobQueryImpl elementId(String elementId)
- Specified by:
elementIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
elementName
public DeadLetterJobQueryImpl elementName(String elementName)
- Specified by:
elementNamein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
scopeId
public DeadLetterJobQueryImpl scopeId(String scopeId)
- Specified by:
scopeIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
withoutScopeId
public DeadLetterJobQueryImpl withoutScopeId()
- Specified by:
withoutScopeIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
subScopeId
public DeadLetterJobQueryImpl subScopeId(String subScopeId)
- Specified by:
subScopeIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
scopeType
public DeadLetterJobQueryImpl scopeType(String scopeType)
- Specified by:
scopeTypein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
withoutScopeType
public DeadLetterJobQueryImpl withoutScopeType()
- Specified by:
withoutScopeTypein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
scopeDefinitionId
public DeadLetterJobQueryImpl scopeDefinitionId(String scopeDefinitionId)
- Specified by:
scopeDefinitionIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
caseInstanceId
public DeadLetterJobQuery caseInstanceId(String caseInstanceId)
- Specified by:
caseInstanceIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
caseDefinitionId
public DeadLetterJobQuery caseDefinitionId(String caseDefinitionId)
- Specified by:
caseDefinitionIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
planItemInstanceId
public DeadLetterJobQuery planItemInstanceId(String planItemInstanceId)
- Specified by:
planItemInstanceIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
correlationId
public DeadLetterJobQuery correlationId(String correlationId)
- Specified by:
correlationIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
executionId
public DeadLetterJobQueryImpl executionId(String executionId)
- Specified by:
executionIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
handlerType
public DeadLetterJobQueryImpl handlerType(String handlerType)
- Specified by:
handlerTypein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
handlerTypes
public DeadLetterJobQuery handlerTypes(Collection<String> handlerTypes)
- Specified by:
handlerTypesin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
executable
public DeadLetterJobQueryImpl executable()
- Specified by:
executablein interfaceDeadLetterJobQuery
-
timers
public DeadLetterJobQueryImpl timers()
- Specified by:
timersin interfaceDeadLetterJobQuery
-
messages
public DeadLetterJobQueryImpl messages()
- Specified by:
messagesin interfaceDeadLetterJobQuery
-
externalWorkers
public DeadLetterJobQueryImpl externalWorkers()
- Specified by:
externalWorkersin interfaceDeadLetterJobQuery
-
duedateHigherThan
public DeadLetterJobQueryImpl duedateHigherThan(Date date)
- Specified by:
duedateHigherThanin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
duedateLowerThan
public DeadLetterJobQueryImpl duedateLowerThan(Date date)
- Specified by:
duedateLowerThanin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
withException
public DeadLetterJobQueryImpl withException()
- Specified by:
withExceptionin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
exceptionMessage
public DeadLetterJobQueryImpl exceptionMessage(String exceptionMessage)
- Specified by:
exceptionMessagein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
jobTenantId
public DeadLetterJobQueryImpl jobTenantId(String tenantId)
- Specified by:
jobTenantIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
jobTenantIdLike
public DeadLetterJobQueryImpl jobTenantIdLike(String tenantIdLike)
- Specified by:
jobTenantIdLikein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
jobWithoutTenantId
public DeadLetterJobQueryImpl jobWithoutTenantId()
- Specified by:
jobWithoutTenantIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByJobDuedate
public DeadLetterJobQuery orderByJobDuedate()
- Specified by:
orderByJobDuedatein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByJobCreateTime
public DeadLetterJobQuery orderByJobCreateTime()
- Specified by:
orderByJobCreateTimein interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByExecutionId
public DeadLetterJobQuery orderByExecutionId()
- Specified by:
orderByExecutionIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByJobId
public DeadLetterJobQuery orderByJobId()
- Specified by:
orderByJobIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByProcessInstanceId
public DeadLetterJobQuery orderByProcessInstanceId()
- Specified by:
orderByProcessInstanceIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByJobRetries
public DeadLetterJobQuery orderByJobRetries()
- Specified by:
orderByJobRetriesin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
orderByTenantId
public DeadLetterJobQuery orderByTenantId()
- Specified by:
orderByTenantIdin interfaceBaseJobQuery<DeadLetterJobQuery,Job>
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<DeadLetterJobQuery,Job>
-
executeList
public List<Job> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<DeadLetterJobQuery,Job>
-
getProcessInstanceId
public String getProcessInstanceId()
-
isWithoutProcessInstanceId
public boolean isWithoutProcessInstanceId()
-
getExecutionId
public String getExecutionId()
-
getHandlerType
public String getHandlerType()
-
getExecutable
public boolean getExecutable()
-
getNow
public Date getNow()
-
isWithException
public boolean isWithException()
-
getExceptionMessage
public String getExceptionMessage()
-
getTenantId
public String getTenantId()
-
getTenantIdLike
public String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
getId
public String getId()
-
getProcessDefinitionId
public String getProcessDefinitionId()
-
getCategory
public String getCategory()
-
getCategoryLike
public String getCategoryLike()
-
getElementId
public String getElementId()
-
getElementName
public String getElementName()
-
getScopeId
public String getScopeId()
-
isWithoutScopeId
public boolean isWithoutScopeId()
-
getSubScopeId
public String getSubScopeId()
-
getScopeType
public String getScopeType()
-
isWithoutScopeType
public boolean isWithoutScopeType()
-
getScopeDefinitionId
public String getScopeDefinitionId()
-
getCorrelationId
public String getCorrelationId()
-
isOnlyTimers
public boolean isOnlyTimers()
-
isOnlyMessages
public boolean isOnlyMessages()
-
isExecutable
public boolean isExecutable()
-
isOnlyExternalWorkers
public boolean isOnlyExternalWorkers()
-
getDuedateHigherThan
public Date getDuedateHigherThan()
-
getDuedateLowerThan
public Date getDuedateLowerThan()
-
getDuedateHigherThanOrEqual
public Date getDuedateHigherThanOrEqual()
-
getDuedateLowerThanOrEqual
public Date getDuedateLowerThanOrEqual()
-
-