public class JobQueryImpl extends AbstractQuery<JobQuery,Job> implements JobQuery, 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 String |
executionId |
protected String |
handlerType |
protected String |
id |
protected String |
lockOwner |
protected boolean |
onlyLocked |
protected boolean |
onlyMessages |
protected boolean |
onlyTimers |
protected boolean |
onlyUnlocked |
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 |
|---|
JobQueryImpl() |
JobQueryImpl(CommandContext commandContext) |
JobQueryImpl(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 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 String lockOwner
protected boolean onlyLocked
protected boolean onlyUnlocked
public JobQueryImpl()
public JobQueryImpl(CommandContext commandContext)
public JobQueryImpl(CommandExecutor commandExecutor)
public JobQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface JobQuerypublic JobQueryImpl processDefinitionId(String processDefinitionId)
processDefinitionId in interface JobQuerypublic JobQueryImpl scopeId(String scopeId)
public JobQueryImpl subScopeId(String subScopeId)
subScopeId in interface JobQuerypublic JobQueryImpl scopeType(String scopeType)
public JobQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface JobQuerypublic JobQueryImpl caseInstanceId(String caseInstanceId)
caseInstanceId in interface JobQuerypublic JobQueryImpl caseDefinitionId(String caseDefinitionId)
caseDefinitionId in interface JobQuerypublic JobQueryImpl planItemInstanceId(String planItemInstanceId)
planItemInstanceId in interface JobQuerypublic JobQueryImpl executionId(String executionId)
executionId in interface JobQuerypublic JobQueryImpl handlerType(String handlerType)
handlerType in interface JobQuerypublic JobQuery duedateHigherThan(Date date)
duedateHigherThan in interface JobQuerypublic JobQuery duedateLowerThan(Date date)
duedateLowerThan in interface JobQuerypublic JobQuery withException()
withException in interface JobQuerypublic JobQuery exceptionMessage(String exceptionMessage)
exceptionMessage in interface JobQuerypublic JobQuery jobTenantId(String tenantId)
jobTenantId in interface JobQuerypublic JobQuery jobTenantIdLike(String tenantIdLike)
jobTenantIdLike in interface JobQuerypublic JobQuery jobWithoutTenantId()
jobWithoutTenantId in interface JobQuerypublic JobQuery orderByJobDuedate()
orderByJobDuedate in interface JobQuerypublic JobQuery orderByExecutionId()
orderByExecutionId in interface JobQuerypublic JobQuery orderByJobId()
orderByJobId in interface JobQuerypublic JobQuery orderByProcessInstanceId()
orderByProcessInstanceId in interface JobQuerypublic JobQuery orderByJobRetries()
orderByJobRetries in interface JobQuerypublic JobQuery orderByTenantId()
orderByTenantId in interface JobQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<JobQuery,Job>public List<Job> executeList(CommandContext commandContext)
executeList in class AbstractQuery<JobQuery,Job>public String getProcessInstanceId()
public String getExecutionId()
public String getHandlerType()
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 String getLockOwner()
public boolean isOnlyLocked()
public boolean isOnlyUnlocked()
Copyright © 2018 Flowable. All rights reserved.