public class HistoryJobQueryImpl extends AbstractQuery<HistoryJobQuery,HistoryJob> implements HistoryJobQuery, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
exceptionMessage |
protected String |
handlerType |
protected Collection<String> |
handlerTypes |
protected String |
id |
protected JobServiceConfiguration |
jobServiceConfiguration |
protected String |
lockOwner |
protected boolean |
onlyLocked |
protected boolean |
onlyUnlocked |
protected String |
scopeType |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withException |
protected boolean |
withoutScopeType |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
HistoryJobQueryImpl() |
HistoryJobQueryImpl(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
HistoryJobQueryImpl(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 handlerType
protected Collection<String> handlerTypes
protected boolean withException
protected String exceptionMessage
protected String scopeType
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String lockOwner
protected boolean onlyLocked
protected boolean onlyUnlocked
protected boolean withoutScopeType
public HistoryJobQueryImpl()
public HistoryJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
public HistoryJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration)
public HistoryJobQuery jobId(String jobId)
jobId in interface HistoryJobQuerypublic HistoryJobQuery handlerType(String handlerType)
handlerType in interface HistoryJobQuerypublic HistoryJobQuery handlerTypes(Collection<String> handlerTypes)
handlerTypes in interface HistoryJobQuerypublic HistoryJobQuery withException()
withException in interface HistoryJobQuerypublic HistoryJobQuery exceptionMessage(String exceptionMessage)
exceptionMessage in interface HistoryJobQuerypublic HistoryJobQuery scopeType(String scopeType)
scopeType in interface HistoryJobQuerypublic HistoryJobQuery jobTenantId(String tenantId)
jobTenantId in interface HistoryJobQuerypublic HistoryJobQuery jobTenantIdLike(String tenantIdLike)
jobTenantIdLike in interface HistoryJobQuerypublic HistoryJobQuery jobWithoutTenantId()
jobWithoutTenantId in interface HistoryJobQuerypublic HistoryJobQuery lockOwner(String lockOwner)
lockOwner in interface HistoryJobQuerypublic HistoryJobQuery locked()
locked in interface HistoryJobQuerypublic HistoryJobQuery unlocked()
unlocked in interface HistoryJobQuerypublic HistoryJobQuery withoutScopeType()
withoutScopeType in interface HistoryJobQuerypublic HistoryJobQuery orderByJobId()
orderByJobId in interface HistoryJobQuerypublic HistoryJobQuery orderByJobRetries()
orderByJobRetries in interface HistoryJobQuerypublic HistoryJobQuery orderByTenantId()
orderByTenantId in interface HistoryJobQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<HistoryJobQuery,HistoryJob>public List<HistoryJob> executeList(CommandContext commandContext)
executeList in class AbstractQuery<HistoryJobQuery,HistoryJob>public String getHandlerType()
public Date getNow()
public boolean isWithException()
public String getExceptionMessage()
public String getScopeType()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public static long getSerialversionuid()
public String getId()
public String getLockOwner()
public boolean isOnlyLocked()
public boolean isOnlyUnlocked()
public boolean isWithoutScopeType()
Copyright © 2021 Flowable. All rights reserved.