public class JobQueryImpl extends AbstractQuery<JobQuery,Job> implements JobQuery, 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 |
|---|
JobQueryImpl() |
JobQueryImpl(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
JobQueryImpl(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 String scopeDefinitionId
protected String correlationId
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 withoutScopeType
protected String lockOwner
protected boolean onlyLocked
protected boolean onlyUnlocked
public JobQueryImpl()
public JobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
public JobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration)
public JobQuery jobId(String jobId)
jobId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface BaseJobQuery<JobQuery,Job>public JobQuery withoutProcessInstanceId()
withoutProcessInstanceId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl processDefinitionId(String processDefinitionId)
processDefinitionId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl category(String category)
category in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl categoryLike(String categoryLike)
categoryLike in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl elementId(String elementId)
elementId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl elementName(String elementName)
elementName in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl scopeId(String scopeId)
scopeId in interface BaseJobQuery<JobQuery,Job>public JobQuery withoutScopeId()
withoutScopeId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl subScopeId(String subScopeId)
subScopeId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl scopeType(String scopeType)
scopeType in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl caseInstanceId(String caseInstanceId)
caseInstanceId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl caseDefinitionId(String caseDefinitionId)
caseDefinitionId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl planItemInstanceId(String planItemInstanceId)
planItemInstanceId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl correlationId(String correlationId)
correlationId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl executionId(String executionId)
executionId in interface BaseJobQuery<JobQuery,Job>public JobQueryImpl handlerType(String handlerType)
handlerType in interface BaseJobQuery<JobQuery,Job>public JobQuery handlerTypes(Collection<String> handlerTypes)
handlerTypes in interface BaseJobQuery<JobQuery,Job>public JobQuery duedateHigherThan(Date date)
duedateHigherThan in interface BaseJobQuery<JobQuery,Job>public JobQuery duedateLowerThan(Date date)
duedateLowerThan in interface BaseJobQuery<JobQuery,Job>public JobQuery withException()
withException in interface BaseJobQuery<JobQuery,Job>public JobQuery exceptionMessage(String exceptionMessage)
exceptionMessage in interface BaseJobQuery<JobQuery,Job>public JobQuery jobTenantId(String tenantId)
jobTenantId in interface BaseJobQuery<JobQuery,Job>public JobQuery jobTenantIdLike(String tenantIdLike)
jobTenantIdLike in interface BaseJobQuery<JobQuery,Job>public JobQuery jobWithoutTenantId()
jobWithoutTenantId in interface BaseJobQuery<JobQuery,Job>public JobQuery withoutScopeType()
withoutScopeType in interface BaseJobQuery<JobQuery,Job>public JobQuery orderByJobDuedate()
orderByJobDuedate in interface BaseJobQuery<JobQuery,Job>public JobQuery orderByJobCreateTime()
orderByJobCreateTime in interface BaseJobQuery<JobQuery,Job>public JobQuery orderByExecutionId()
orderByExecutionId in interface BaseJobQuery<JobQuery,Job>public JobQuery orderByJobId()
orderByJobId in interface BaseJobQuery<JobQuery,Job>public JobQuery orderByProcessInstanceId()
orderByProcessInstanceId in interface BaseJobQuery<JobQuery,Job>public JobQuery orderByJobRetries()
orderByJobRetries in interface BaseJobQuery<JobQuery,Job>public JobQuery orderByTenantId()
orderByTenantId in interface BaseJobQuery<JobQuery,Job>public 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 boolean isWithoutProcessInstanceId()
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 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 String getScopeDefinitionId()
public String getCorrelationId()
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()
public boolean isWithoutScopeType()
Copyright © 2021 Flowable. All rights reserved.