Class HistoricActionInstanceQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>
com.flowable.action.engine.impl.history.HistoricActionInstanceQueryImpl
- All Implemented Interfaces:
HistoricActionInstanceQuery,Serializable,CacheAwareQuery<HistoricActionInstanceEntity>,Query<HistoricActionInstanceQuery,,HistoricActionInstance> Command<Object>
public class HistoricActionInstanceQueryImpl
extends AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>
implements HistoricActionInstanceQuery, CacheAwareQuery<HistoricActionInstanceEntity>, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- 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 Stringprotected Stringprotected Dateprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected Integerprotected Integerprotected Stringprotected Stringprotected Integerprotected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected 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
ConstructorsConstructorDescriptionHistoricActionInstanceQueryImpl(CommandContext commandContext) HistoricActionInstanceQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionactionDefinitionId(String actionDefinitionId) Only select action instances with the given action definition id.actionDefinitionIdLike(String actionDefinitionIdLike) Only select action instances with an action definition id like the given string.longexecuteCount(CommandContext commandContext) executedBy(String executedBy) Only select action instances with the given executed by value.executedByLike(String executedByLike) Only select action instances with an executed by like the given string.executeList(CommandContext commandContext) executionDate(Date executionDate) Only select action instances executed on the given timeexecutionDateAfter(Date executionDateAfter) Only select action instances executed after the given timeexecutionDateBefore(Date executionDateBefore) Only select action instances executed before the given timeformInstanceId(String formInstanceId) Only select action instances with the given form instance id.Only select action instances with the given form key;getId()getIds()getName()Only select action instances with the given id.Only select action instances with the given ids.booleanmaxPriority(Integer maxPriority) Only select action instances with the given priority or lower.minPriority(Integer minPriority) Only select action instances with the given priority or higher.Only select action instances with the given name.Only select action instances with an name like the given string.Order by execution date (needs to be followed byQuery.asc()orQuery.desc()).Order by priority (needs to be followed byQuery.asc()orQuery.desc()).Order by start date (needs to be followed byQuery.asc()orQuery.desc()).Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).Only select action instances with the given priority.scopeDefinitionId(String scopeDefinitionId) Only select action instances with the given scope definition id.Only select action instances with the given scope id.Only select action instances with the given scope type.Only select action instances started on the given timestartDateAfter(Date startDateAfter) Only select action instances started after the given timestartDateBefore(Date startDateBefore) Only select action instances started before the given timesubScopeId(String subScopeId) Only select action instances with the given sub scope id.Only select action instances that have the given tenant id.tenantIdLike(String tenantIdLike) Only select action instances with a tenant id like the given one.Only select action instances that do not have a tenant id.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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
-
Field Details
-
id
-
ids
-
actionDefinitionId
-
actionDefinitionIdLike
-
name
-
nameLike
-
scopeId
-
subScopeId
-
scopeType
-
scopeDefinitionId
-
startDate
-
startDateBefore
-
startDateAfter
-
executionDate
-
executionDateBefore
-
executionDateAfter
-
executedBy
-
executedByLike
-
formInstanceId
-
formKey
-
priority
-
maxPriority
-
minPriority
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
HistoricActionInstanceQueryImpl
public HistoricActionInstanceQueryImpl() -
HistoricActionInstanceQueryImpl
-
HistoricActionInstanceQueryImpl
-
-
Method Details
-
id
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given id.- Specified by:
idin interfaceHistoricActionInstanceQuery
-
ids
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given ids.- Specified by:
idsin interfaceHistoricActionInstanceQuery
-
actionDefinitionId
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given action definition id.- Specified by:
actionDefinitionIdin interfaceHistoricActionInstanceQuery
-
actionDefinitionIdLike
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with an action definition id like the given string.- Specified by:
actionDefinitionIdLikein interfaceHistoricActionInstanceQuery
-
name
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given name.- Specified by:
namein interfaceHistoricActionInstanceQuery
-
nameLike
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with an name like the given string.- Specified by:
nameLikein interfaceHistoricActionInstanceQuery
-
scopeId
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given scope id.- Specified by:
scopeIdin interfaceHistoricActionInstanceQuery
-
subScopeId
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given sub scope id.- Specified by:
subScopeIdin interfaceHistoricActionInstanceQuery
-
scopeType
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given scope type.- Specified by:
scopeTypein interfaceHistoricActionInstanceQuery
-
scopeDefinitionId
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given scope definition id.- Specified by:
scopeDefinitionIdin interfaceHistoricActionInstanceQuery
-
startDate
Description copied from interface:HistoricActionInstanceQueryOnly select action instances started on the given time- Specified by:
startDatein interfaceHistoricActionInstanceQuery
-
startDateBefore
Description copied from interface:HistoricActionInstanceQueryOnly select action instances started before the given time- Specified by:
startDateBeforein interfaceHistoricActionInstanceQuery
-
startDateAfter
Description copied from interface:HistoricActionInstanceQueryOnly select action instances started after the given time- Specified by:
startDateAfterin interfaceHistoricActionInstanceQuery
-
executionDate
Description copied from interface:HistoricActionInstanceQueryOnly select action instances executed on the given time- Specified by:
executionDatein interfaceHistoricActionInstanceQuery
-
executionDateBefore
Description copied from interface:HistoricActionInstanceQueryOnly select action instances executed before the given time- Specified by:
executionDateBeforein interfaceHistoricActionInstanceQuery
-
executionDateAfter
Description copied from interface:HistoricActionInstanceQueryOnly select action instances executed after the given time- Specified by:
executionDateAfterin interfaceHistoricActionInstanceQuery
-
executedBy
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given executed by value.- Specified by:
executedByin interfaceHistoricActionInstanceQuery
-
executedByLike
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with an executed by like the given string.- Specified by:
executedByLikein interfaceHistoricActionInstanceQuery
-
formInstanceId
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given form instance id.- Specified by:
formInstanceIdin interfaceHistoricActionInstanceQuery
-
formKey
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given form key;- Specified by:
formKeyin interfaceHistoricActionInstanceQuery
-
priority
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given priority.- Specified by:
priorityin interfaceHistoricActionInstanceQuery
-
maxPriority
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given priority or lower.- Specified by:
maxPriorityin interfaceHistoricActionInstanceQuery
-
minPriority
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given priority or higher.- Specified by:
minPriorityin interfaceHistoricActionInstanceQuery
-
tenantId
Description copied from interface:HistoricActionInstanceQueryOnly select action instances that have the given tenant id.- Specified by:
tenantIdin interfaceHistoricActionInstanceQuery
-
tenantIdLike
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with a tenant id like the given one.- Specified by:
tenantIdLikein interfaceHistoricActionInstanceQuery
-
withoutTenantId
Description copied from interface:HistoricActionInstanceQueryOnly select action instances that do not have a tenant id.- Specified by:
withoutTenantIdin interfaceHistoricActionInstanceQuery
-
orderByStartDate
Description copied from interface:HistoricActionInstanceQueryOrder by start date (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByStartDatein interfaceHistoricActionInstanceQuery
-
orderByExecutionDate
Description copied from interface:HistoricActionInstanceQueryOrder by execution date (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByExecutionDatein interfaceHistoricActionInstanceQuery
-
orderByPriority
Description copied from interface:HistoricActionInstanceQueryOrder by priority (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByPriorityin interfaceHistoricActionInstanceQuery
-
orderByTenantId
Description copied from interface:HistoricActionInstanceQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTenantIdin interfaceHistoricActionInstanceQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>
-
executeList
- Specified by:
executeListin classAbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<HistoricActionInstanceEntity>
-
getIds
-
getActionDefinitionId
-
getActionDefinitionIdLike
-
getName
-
getNameLike
-
getScopeId
-
getSubScopeId
-
getScopeType
-
getScopeDefinitionId
-
getStartDate
-
getStartDateBefore
-
getStartDateAfter
-
getExecutionDate
-
getExecutionDateBefore
-
getExecutionDateAfter
-
getExecutedBy
-
getExecutedByLike
-
getFormInstanceId
-
getFormKey
-
getPriority
-
getMaxPriority
-
getMinPriority
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-