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 |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withException |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, 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, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String id
protected String processInstanceId
protected String executionId
protected String handlerType
protected String processDefinitionId
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 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 boolean isOnlyTimers()
public boolean isOnlyMessages()
public Date getDuedateHigherThan()
public Date getDuedateLowerThan()
public Date getDuedateHigherThanOrEqual()
public Date getDuedateLowerThanOrEqual()
Copyright © 2017 Flowable. All rights reserved.