public class TimerJobQueryImpl extends AbstractQuery<TimerJobQuery,Job> implements TimerJobQuery, Serializable
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected Date |
duedateHigherThan |
protected Date |
duedateHigherThanOrEqual |
protected Date |
duedateLowerThan |
protected Date |
duedateLowerThanOrEqual |
protected String |
exceptionMessage |
protected boolean |
executable |
protected String |
executionId |
protected String |
handlerType |
protected String |
id |
protected boolean |
onlyMessages |
protected boolean |
onlyTimers |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withException |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
TimerJobQueryImpl() |
TimerJobQueryImpl(CommandContext commandContext) |
TimerJobQueryImpl(CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String id
protected String processInstanceId
protected String executionId
protected String handlerType
protected String processDefinitionId
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
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)
public TimerJobQueryImpl(CommandExecutor commandExecutor)
public TimerJobQueryImpl jobId(String jobId)
jobId in interface TimerJobQuerypublic TimerJobQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface TimerJobQuerypublic TimerJobQueryImpl processDefinitionId(String processDefinitionId)
processDefinitionId in interface TimerJobQuerypublic TimerJobQueryImpl scopeId(String scopeId)
scopeId in interface TimerJobQuerypublic TimerJobQueryImpl subScopeId(String subScopeId)
subScopeId in interface TimerJobQuerypublic TimerJobQueryImpl scopeType(String scopeType)
scopeType in interface TimerJobQuerypublic TimerJobQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface TimerJobQuerypublic TimerJobQueryImpl caseInstanceId(String caseInstanceId)
caseInstanceId in interface TimerJobQuerypublic TimerJobQueryImpl caseDefinitionId(String caseDefinitionId)
caseDefinitionId in interface TimerJobQuerypublic TimerJobQueryImpl planItemInstanceId(String planItemInstanceId)
planItemInstanceId in interface TimerJobQuerypublic TimerJobQueryImpl executionId(String executionId)
executionId in interface TimerJobQuerypublic TimerJobQueryImpl handlerType(String handlerType)
handlerType in interface TimerJobQuerypublic 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 TimerJobQuerypublic TimerJobQueryImpl duedateLowerThan(Date date)
duedateLowerThan in interface TimerJobQuerypublic TimerJobQueryImpl withException()
withException in interface TimerJobQuerypublic TimerJobQueryImpl exceptionMessage(String exceptionMessage)
exceptionMessage in interface TimerJobQuerypublic TimerJobQueryImpl jobTenantId(String tenantId)
jobTenantId in interface TimerJobQuerypublic TimerJobQueryImpl jobTenantIdLike(String tenantIdLike)
jobTenantIdLike in interface TimerJobQuerypublic TimerJobQueryImpl jobWithoutTenantId()
jobWithoutTenantId in interface TimerJobQuerypublic TimerJobQuery orderByJobDuedate()
orderByJobDuedate in interface TimerJobQuerypublic TimerJobQuery orderByExecutionId()
orderByExecutionId in interface TimerJobQuerypublic TimerJobQuery orderByJobId()
orderByJobId in interface TimerJobQuerypublic TimerJobQuery orderByProcessInstanceId()
orderByProcessInstanceId in interface TimerJobQuerypublic TimerJobQuery orderByJobRetries()
orderByJobRetries in interface TimerJobQuerypublic TimerJobQuery orderByTenantId()
orderByTenantId in interface TimerJobQuerypublic 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 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 static long getSerialversionuid()
public String getId()
public String getProcessDefinitionId()
public String getScopeId()
public String getSubScopeId()
public String getScopeType()
public String getScopeDefinitionId()
public boolean isOnlyTimers()
public boolean isOnlyMessages()
public Date getDuedateHigherThan()
public Date getDuedateLowerThan()
public Date getDuedateHigherThanOrEqual()
public Date getDuedateLowerThanOrEqual()
Copyright © 2018 Flowable. All rights reserved.