Package org.flowable.job.service.impl
Class HistoryJobQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<HistoryJobQuery,HistoryJob>
org.flowable.job.service.impl.HistoryJobQueryImpl
- All Implemented Interfaces:
Serializable,Query<HistoryJobQuery,,HistoryJob> Command<Object>,HistoryJobQuery
public class HistoryJobQueryImpl
extends AbstractQuery<HistoryJobQuery,HistoryJob>
implements HistoryJobQuery, Serializable
- Author:
- Joram Barrez, Tom Baeyens, Falko Menge
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Collection<String>protected Stringprotected JobServiceConfigurationprotected Stringprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected booleanprotected booleanprotected booleanFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionHistoryJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) HistoryJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionexceptionMessage(String exceptionMessage) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()getNow()static longhandlerType(String handlerType) handlerTypes(Collection<String> handlerTypes) booleanbooleanbooleanbooleanbooleanjobTenantId(String tenantId) jobTenantIdLike(String tenantIdLike) locked()unlocked()Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
Field Details
-
jobServiceConfiguration
-
id
-
handlerType
-
handlerTypes
-
withException
protected boolean withException -
exceptionMessage
-
scopeType
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
lockOwner
-
onlyLocked
protected boolean onlyLocked -
onlyUnlocked
protected boolean onlyUnlocked -
withoutScopeType
protected boolean withoutScopeType
-
-
Constructor Details
-
HistoryJobQueryImpl
public HistoryJobQueryImpl() -
HistoryJobQueryImpl
public HistoryJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) -
HistoryJobQueryImpl
public HistoryJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details
-
jobId
- Specified by:
jobIdin interfaceHistoryJobQuery
-
handlerType
- Specified by:
handlerTypein interfaceHistoryJobQuery
-
handlerTypes
- Specified by:
handlerTypesin interfaceHistoryJobQuery
-
withException
- Specified by:
withExceptionin interfaceHistoryJobQuery
-
exceptionMessage
- Specified by:
exceptionMessagein interfaceHistoryJobQuery
-
scopeType
- Specified by:
scopeTypein interfaceHistoryJobQuery
-
jobTenantId
- Specified by:
jobTenantIdin interfaceHistoryJobQuery
-
jobTenantIdLike
- Specified by:
jobTenantIdLikein interfaceHistoryJobQuery
-
jobWithoutTenantId
- Specified by:
jobWithoutTenantIdin interfaceHistoryJobQuery
-
lockOwner
- Specified by:
lockOwnerin interfaceHistoryJobQuery
-
locked
- Specified by:
lockedin interfaceHistoryJobQuery
-
unlocked
- Specified by:
unlockedin interfaceHistoryJobQuery
-
withoutScopeType
- Specified by:
withoutScopeTypein interfaceHistoryJobQuery
-
orderByJobId
- Specified by:
orderByJobIdin interfaceHistoryJobQuery
-
orderByJobRetries
- Specified by:
orderByJobRetriesin interfaceHistoryJobQuery
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceHistoryJobQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<HistoryJobQuery,HistoryJob>
-
executeList
- Specified by:
executeListin classAbstractQuery<HistoryJobQuery,HistoryJob>
-
getHandlerType
-
getHandlerTypes
-
getNow
-
isWithException
public boolean isWithException() -
getExceptionMessage
-
getScopeType
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getSerialversionuid
public static long getSerialversionuid() -
getId
-
getLockOwner
-
isOnlyLocked
public boolean isOnlyLocked() -
isOnlyUnlocked
public boolean isOnlyUnlocked() -
isWithoutScopeType
public boolean isWithoutScopeType()
-