public class HistoryJobQueryImpl extends AbstractQuery<HistoryJobQuery,HistoryJob> implements HistoryJobQuery, Serializable
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
exceptionMessage |
protected String |
handlerType |
protected String |
id |
protected String |
lockOwner |
protected boolean |
onlyLocked |
protected boolean |
onlyUnlocked |
protected String |
scopeType |
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 |
|---|
HistoryJobQueryImpl() |
HistoryJobQueryImpl(CommandContext commandContext) |
HistoryJobQueryImpl(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 handlerType
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
public HistoryJobQueryImpl()
public HistoryJobQueryImpl(CommandContext commandContext)
public HistoryJobQueryImpl(CommandExecutor commandExecutor)
public HistoryJobQuery jobId(String jobId)
jobId in interface HistoryJobQuerypublic HistoryJobQuery handlerType(String handlerType)
handlerType 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 orderByJobDuedate()
orderByJobDuedate in interface HistoryJobQuerypublic HistoryJobQuery orderByExecutionId()
orderByExecutionId in interface HistoryJobQuerypublic HistoryJobQuery orderByJobId()
orderByJobId in interface HistoryJobQuerypublic HistoryJobQuery orderByProcessInstanceId()
orderByProcessInstanceId 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()
Copyright © 2018 Flowable. All rights reserved.