public class DeadLetterJobQueryImpl extends AbstractQuery<DeadLetterJobQuery,Job> implements DeadLetterJobQuery, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrdercommandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
DeadLetterJobQueryImpl() |
DeadLetterJobQueryImpl(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
DeadLetterJobQueryImpl(CommandExecutor commandExecutor,
JobServiceConfiguration jobServiceConfiguration) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterprotected JobServiceConfiguration jobServiceConfiguration
protected String id
protected String processInstanceId
protected boolean withoutProcessInstanceId
protected String executionId
protected String handlerType
protected Collection<String> handlerTypes
protected String processDefinitionId
protected String category
protected String categoryLike
protected String elementId
protected String elementName
protected String scopeId
protected boolean withoutScopeId
protected String subScopeId
protected String scopeType
protected boolean withoutScopeType
protected String scopeDefinitionId
protected String correlationId
protected boolean executable
protected boolean onlyTimers
protected boolean onlyMessages
protected boolean onlyExternalWorkers
protected Date duedateHigherThan
protected Date duedateLowerThan
protected Date duedateHigherThanOrEqual
protected Date duedateLowerThanOrEqual
protected boolean withException
protected String exceptionMessage
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
public DeadLetterJobQueryImpl()
public DeadLetterJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
public DeadLetterJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration)
public DeadLetterJobQueryImpl jobId(String jobId)
jobId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl withoutProcessInstanceId()
withoutProcessInstanceId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl processDefinitionId(String processDefinitionId)
processDefinitionId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl category(String category)
category in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl categoryLike(String categoryLike)
categoryLike in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl elementId(String elementId)
elementId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl elementName(String elementName)
elementName in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl scopeId(String scopeId)
scopeId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl withoutScopeId()
withoutScopeId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl subScopeId(String subScopeId)
subScopeId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl scopeType(String scopeType)
scopeType in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl withoutScopeType()
withoutScopeType in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery caseInstanceId(String caseInstanceId)
caseInstanceId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery caseDefinitionId(String caseDefinitionId)
caseDefinitionId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery planItemInstanceId(String planItemInstanceId)
planItemInstanceId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery correlationId(String correlationId)
correlationId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl executionId(String executionId)
executionId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl handlerType(String handlerType)
handlerType in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery handlerTypes(Collection<String> handlerTypes)
handlerTypes in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl executable()
executable in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl timers()
timers in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl messages()
messages in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl externalWorkers()
externalWorkers in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl duedateHigherThan(Date date)
duedateHigherThan in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl duedateLowerThan(Date date)
duedateLowerThan in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl withException()
withException in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl exceptionMessage(String exceptionMessage)
exceptionMessage in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl jobTenantId(String tenantId)
jobTenantId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl jobTenantIdLike(String tenantIdLike)
jobTenantIdLike in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQueryImpl jobWithoutTenantId()
jobWithoutTenantId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery orderByJobDuedate()
orderByJobDuedate in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery orderByJobCreateTime()
orderByJobCreateTime in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery orderByExecutionId()
orderByExecutionId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery orderByJobId()
orderByJobId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery orderByProcessInstanceId()
orderByProcessInstanceId in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery orderByJobRetries()
orderByJobRetries in interface BaseJobQuery<DeadLetterJobQuery,Job>public DeadLetterJobQuery orderByTenantId()
orderByTenantId in interface BaseJobQuery<DeadLetterJobQuery,Job>public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<DeadLetterJobQuery,Job>public List<Job> executeList(CommandContext commandContext)
executeList in class AbstractQuery<DeadLetterJobQuery,Job>public String getProcessInstanceId()
public boolean isWithoutProcessInstanceId()
public String getExecutionId()
public String getHandlerType()
public boolean getExecutable()
public Date getNow()
public boolean isWithException()
public String getExceptionMessage()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getId()
public String getProcessDefinitionId()
public String getCategory()
public String getCategoryLike()
public String getElementId()
public String getElementName()
public String getScopeId()
public boolean isWithoutScopeId()
public String getSubScopeId()
public String getScopeType()
public boolean isWithoutScopeType()
public String getScopeDefinitionId()
public String getCorrelationId()
public boolean isOnlyTimers()
public boolean isOnlyMessages()
public boolean isExecutable()
public boolean isOnlyExternalWorkers()
public Date getDuedateHigherThan()
public Date getDuedateLowerThan()
public Date getDuedateHigherThanOrEqual()
public Date getDuedateLowerThanOrEqual()
Copyright © 2021 Flowable. All rights reserved.