public class ExternalWorkerJobQueryImpl extends AbstractQuery<ExternalWorkerJobQuery,ExternalWorkerJob> implements ExternalWorkerJobQuery, 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 |
|---|
ExternalWorkerJobQueryImpl() |
ExternalWorkerJobQueryImpl(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
ExternalWorkerJobQueryImpl(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 String executionId
protected String handlerType
protected String processDefinitionId
protected String category
protected String categoryLike
protected String elementId
protected String elementName
protected String scopeId
protected String subScopeId
protected String scopeType
protected boolean withoutScopeType
protected String scopeDefinitionId
protected String correlationId
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 authorizedUser
protected Collection<String> authorizedGroups
protected String lockOwner
protected boolean onlyLocked
protected boolean onlyUnlocked
public ExternalWorkerJobQueryImpl()
public ExternalWorkerJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
public ExternalWorkerJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration)
public ExternalWorkerJobQuery jobId(String jobId)
jobId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery processInstanceId(String processInstanceId)
processInstanceId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery processDefinitionId(String processDefinitionId)
processDefinitionId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery category(String category)
category in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery categoryLike(String categoryLike)
categoryLike in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery elementId(String elementId)
elementId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery elementName(String elementName)
elementName in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQueryImpl scopeId(String scopeId)
scopeId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery subScopeId(String subScopeId)
subScopeId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQueryImpl scopeType(String scopeType)
scopeType in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQueryImpl withoutScopeType()
withoutScopeType in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery caseInstanceId(String caseInstanceId)
caseInstanceId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery caseDefinitionId(String caseDefinitionId)
caseDefinitionId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery planItemInstanceId(String planItemInstanceId)
planItemInstanceId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery correlationId(String correlationId)
correlationId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery executionId(String executionId)
executionId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery handlerType(String handlerType)
handlerType in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery duedateHigherThan(Date date)
duedateHigherThan in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery duedateLowerThan(Date date)
duedateLowerThan in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery withException()
withException in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery exceptionMessage(String exceptionMessage)
exceptionMessage in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery jobTenantId(String tenantId)
jobTenantId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery jobTenantIdLike(String tenantIdLike)
jobTenantIdLike in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery jobWithoutTenantId()
jobWithoutTenantId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery forUserOrGroups(String userId, Collection<String> groups)
forUserOrGroups in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery lockOwner(String lockOwner)
lockOwner in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery locked()
locked in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery unlocked()
unlocked in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery orderByJobDuedate()
orderByJobDuedate in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery orderByJobCreateTime()
orderByJobCreateTime in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery orderByExecutionId()
orderByExecutionId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery orderByJobId()
orderByJobId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery orderByProcessInstanceId()
orderByProcessInstanceId in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery orderByJobRetries()
orderByJobRetries in interface ExternalWorkerJobQuerypublic ExternalWorkerJobQuery orderByTenantId()
orderByTenantId in interface ExternalWorkerJobQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<ExternalWorkerJobQuery,ExternalWorkerJob>public List<ExternalWorkerJob> executeList(CommandContext commandContext)
executeList in class AbstractQuery<ExternalWorkerJobQuery,ExternalWorkerJob>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 String getAuthorizedUser()
public Collection<String> getAuthorizedGroups()
public String getId()
public String getProcessDefinitionId()
public String getCategory()
public String getCategoryLike()
public String getElementId()
public String getElementName()
public String getScopeId()
public String getSubScopeId()
public String getScopeType()
public boolean isWithoutScopeType()
public String getScopeDefinitionId()
public String getCorrelationId()
public Date getDuedateHigherThan()
public Date getDuedateLowerThan()
public Date getDuedateHigherThanOrEqual()
public Date getDuedateLowerThanOrEqual()
public String getLockOwner()
public boolean isOnlyLocked()
public boolean isOnlyUnlocked()
Copyright © 2021 Flowable. All rights reserved.