public class SuspendedJobQueryImpl extends AbstractQuery<SuspendedJobQuery,Job> implements SuspendedJobQuery, 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 |
noRetriesLeft |
protected boolean |
onlyMessages |
protected boolean |
onlyTimers |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected boolean |
retriesLeft |
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 |
|---|
SuspendedJobQueryImpl() |
SuspendedJobQueryImpl(CommandContext commandContext) |
SuspendedJobQueryImpl(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
protected boolean retriesLeft
protected boolean noRetriesLeft
public SuspendedJobQueryImpl()
public SuspendedJobQueryImpl(CommandContext commandContext)
public SuspendedJobQueryImpl(CommandExecutor commandExecutor)
public SuspendedJobQueryImpl jobId(String jobId)
jobId in interface SuspendedJobQuerypublic SuspendedJobQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface SuspendedJobQuerypublic SuspendedJobQueryImpl processDefinitionId(String processDefinitionId)
processDefinitionId in interface SuspendedJobQuerypublic SuspendedJobQueryImpl scopeId(String scopeId)
scopeId in interface SuspendedJobQuerypublic SuspendedJobQueryImpl subScopeId(String subScopeId)
subScopeId in interface SuspendedJobQuerypublic SuspendedJobQueryImpl scopeType(String scopeType)
scopeType in interface SuspendedJobQuerypublic SuspendedJobQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface SuspendedJobQuerypublic SuspendedJobQueryImpl caseInstanceId(String caseInstanceId)
caseInstanceId in interface SuspendedJobQuerypublic SuspendedJobQueryImpl caseDefinitionId(String caseDefinitionId)
caseDefinitionId in interface SuspendedJobQuerypublic SuspendedJobQueryImpl planItemInstanceId(String planItemInstanceId)
planItemInstanceId in interface SuspendedJobQuerypublic SuspendedJobQueryImpl executionId(String executionId)
executionId in interface SuspendedJobQuerypublic SuspendedJobQueryImpl handlerType(String handlerType)
handlerType in interface SuspendedJobQuerypublic SuspendedJobQueryImpl withRetriesLeft()
withRetriesLeft in interface SuspendedJobQuerypublic SuspendedJobQueryImpl executable()
executable in interface SuspendedJobQuerypublic SuspendedJobQueryImpl timers()
timers in interface SuspendedJobQuerypublic SuspendedJobQueryImpl messages()
messages in interface SuspendedJobQuerypublic SuspendedJobQueryImpl duedateHigherThan(Date date)
duedateHigherThan in interface SuspendedJobQuerypublic SuspendedJobQueryImpl duedateLowerThan(Date date)
duedateLowerThan in interface SuspendedJobQuerypublic SuspendedJobQueryImpl duedateHigherThen(Date date)
public SuspendedJobQueryImpl duedateHigherThenOrEquals(Date date)
public SuspendedJobQueryImpl duedateLowerThen(Date date)
public SuspendedJobQueryImpl duedateLowerThenOrEquals(Date date)
public SuspendedJobQueryImpl noRetriesLeft()
noRetriesLeft in interface SuspendedJobQuerypublic SuspendedJobQueryImpl withException()
withException in interface SuspendedJobQuerypublic SuspendedJobQueryImpl exceptionMessage(String exceptionMessage)
exceptionMessage in interface SuspendedJobQuerypublic SuspendedJobQueryImpl jobTenantId(String tenantId)
jobTenantId in interface SuspendedJobQuerypublic SuspendedJobQueryImpl jobTenantIdLike(String tenantIdLike)
jobTenantIdLike in interface SuspendedJobQuerypublic SuspendedJobQueryImpl jobWithoutTenantId()
jobWithoutTenantId in interface SuspendedJobQuerypublic SuspendedJobQuery orderByJobDuedate()
orderByJobDuedate in interface SuspendedJobQuerypublic SuspendedJobQuery orderByExecutionId()
orderByExecutionId in interface SuspendedJobQuerypublic SuspendedJobQuery orderByJobId()
orderByJobId in interface SuspendedJobQuerypublic SuspendedJobQuery orderByProcessInstanceId()
orderByProcessInstanceId in interface SuspendedJobQuerypublic SuspendedJobQuery orderByJobRetries()
orderByJobRetries in interface SuspendedJobQuerypublic SuspendedJobQuery orderByTenantId()
orderByTenantId in interface SuspendedJobQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<SuspendedJobQuery,Job>public List<Job> executeList(CommandContext commandContext)
executeList in class AbstractQuery<SuspendedJobQuery,Job>public String getProcessInstanceId()
public String getExecutionId()
public String getHandlerType()
public boolean getRetriesLeft()
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()
public boolean isNoRetriesLeft()
Copyright © 2018 Flowable. All rights reserved.