public class TimerJobQueryImpl extends AbstractQuery<TimerJobQuery,Job> implements TimerJobQuery, 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 |
|---|
TimerJobQueryImpl() |
TimerJobQueryImpl(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
TimerJobQueryImpl(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 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 TimerJobQueryImpl()
public TimerJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
public TimerJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration)
public TimerJobQueryImpl jobId(String jobId)
jobId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl withoutProcessInstanceId()
withoutProcessInstanceId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl processDefinitionId(String processDefinitionId)
processDefinitionId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl category(String category)
category in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl categoryLike(String categoryLike)
categoryLike in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl elementId(String elementId)
elementId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl elementName(String elementName)
elementName in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl scopeId(String scopeId)
scopeId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl withoutScopeId()
withoutScopeId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl subScopeId(String subScopeId)
subScopeId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl scopeType(String scopeType)
scopeType in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl withoutScopeType()
withoutScopeType in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl caseInstanceId(String caseInstanceId)
caseInstanceId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl caseDefinitionId(String caseDefinitionId)
caseDefinitionId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl planItemInstanceId(String planItemInstanceId)
planItemInstanceId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl correlationId(String correlationId)
correlationId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl executionId(String executionId)
executionId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl handlerType(String handlerType)
handlerType in interface BaseJobQuery<TimerJobQuery,Job>handlerType in interface TimerJobQuerypublic TimerJobQuery handlerTypes(Collection<String> handlerTypes)
handlerTypes in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl executable()
executable in interface TimerJobQuerypublic TimerJobQueryImpl timers()
timers in interface TimerJobQuerypublic TimerJobQueryImpl messages()
messages in interface TimerJobQuerypublic TimerJobQueryImpl duedateHigherThan(Date date)
duedateHigherThan in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl duedateLowerThan(Date date)
duedateLowerThan in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl withException()
withException in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl exceptionMessage(String exceptionMessage)
exceptionMessage in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl jobTenantId(String tenantId)
jobTenantId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl jobTenantIdLike(String tenantIdLike)
jobTenantIdLike in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQueryImpl jobWithoutTenantId()
jobWithoutTenantId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQuery orderByJobDuedate()
orderByJobDuedate in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQuery orderByJobCreateTime()
orderByJobCreateTime in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQuery orderByExecutionId()
orderByExecutionId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQuery orderByJobId()
orderByJobId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQuery orderByProcessInstanceId()
orderByProcessInstanceId in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQuery orderByJobRetries()
orderByJobRetries in interface BaseJobQuery<TimerJobQuery,Job>public TimerJobQuery orderByTenantId()
orderByTenantId in interface BaseJobQuery<TimerJobQuery,Job>public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<TimerJobQuery,Job>public List<Job> executeList(CommandContext commandContext)
executeList in class AbstractQuery<TimerJobQuery,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 Date getDuedateHigherThan()
public Date getDuedateLowerThan()
public Date getDuedateHigherThanOrEqual()
public Date getDuedateLowerThanOrEqual()
public boolean isExecutable()
Copyright © 2021 Flowable. All rights reserved.