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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
-
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactionDefinitionIdprotected StringactionDefinitionIdLikeprotected StringexecutedByprotected StringexecutedByLikeprotected DateexecutionDateprotected DateexecutionDateAfterprotected DateexecutionDateBeforeprotected StringformInstanceIdprotected StringformKeyprotected Stringidprotected Set<String>idsprotected IntegermaxPriorityprotected IntegerminPriorityprotected Stringnameprotected StringnameLikeprotected Integerpriorityprotected StringscopeDefinitionIdprotected StringscopeIdprotected StringscopeTypeprotected DatestartDateprotected DatestartDateAfterprotected DatestartDateBeforeprotected StringsubScopeIdprotected StringtenantIdprotected StringtenantIdLikeprotected booleanwithoutTenantId-
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
-
Fields 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
Constructors Constructor Description HistoricActionInstanceQueryImpl()HistoricActionInstanceQueryImpl(CommandContext commandContext)HistoricActionInstanceQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricActionInstanceQueryImplactionDefinitionId(String actionDefinitionId)Only select action instances with the given action definition id.HistoricActionInstanceQueryImplactionDefinitionIdLike(String actionDefinitionIdLike)Only select action instances with an action definition id like the given string.longexecuteCount(CommandContext commandContext)HistoricActionInstanceQueryImplexecutedBy(String executedBy)Only select action instances with the given executed by value.HistoricActionInstanceQueryImplexecutedByLike(String executedByLike)Only select action instances with an executed by like the given string.List<HistoricActionInstance>executeList(CommandContext commandContext)HistoricActionInstanceQueryImplexecutionDate(Date executionDate)Only select action instances executed on the given timeHistoricActionInstanceQueryImplexecutionDateAfter(Date executionDateAfter)Only select action instances executed after the given timeHistoricActionInstanceQueryImplexecutionDateBefore(Date executionDateBefore)Only select action instances executed before the given timeHistoricActionInstanceQueryImplformInstanceId(String formInstanceId)Only select action instances with the given form instance id.HistoricActionInstanceQueryformKey(String formKey)Only select action instances with the given form key;StringgetActionDefinitionId()StringgetActionDefinitionIdLike()StringgetExecutedBy()StringgetExecutedByLike()DategetExecutionDate()DategetExecutionDateAfter()DategetExecutionDateBefore()StringgetFormInstanceId()StringgetFormKey()StringgetId()Set<String>getIds()IntegergetMaxPriority()IntegergetMinPriority()StringgetName()StringgetNameLike()IntegergetPriority()StringgetScopeDefinitionId()StringgetScopeId()StringgetScopeType()DategetStartDate()DategetStartDateAfter()DategetStartDateBefore()StringgetSubScopeId()StringgetTenantId()StringgetTenantIdLike()HistoricActionInstanceQueryImplid(String id)Only select action instances with the given id.HistoricActionInstanceQueryImplids(Set<String> ids)Only select action instances with the given ids.booleanisWithoutTenantId()HistoricActionInstanceQuerymaxPriority(Integer maxPriority)Only select action instances with the given priority or lower.HistoricActionInstanceQueryminPriority(Integer minPriority)Only select action instances with the given priority or higher.HistoricActionInstanceQueryname(String name)Only select action instances with the given name.HistoricActionInstanceQuerynameLike(String nameLike)Only select action instances with an name like the given string.HistoricActionInstanceQueryorderByExecutionDate()Order by execution date (needs to be followed byQuery.asc()orQuery.desc()).HistoricActionInstanceQueryorderByPriority()Order by priority (needs to be followed byQuery.asc()orQuery.desc()).HistoricActionInstanceQueryorderByStartDate()Order by start date (needs to be followed byQuery.asc()orQuery.desc()).HistoricActionInstanceQueryorderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).HistoricActionInstanceQuerypriority(Integer priority)Only select action instances with the given priority.HistoricActionInstanceQueryImplscopeDefinitionId(String scopeDefinitionId)Only select action instances with the given scope definition id.HistoricActionInstanceQueryImplscopeId(String scopeId)Only select action instances with the given scope id.HistoricActionInstanceQueryImplscopeType(String scopeType)Only select action instances with the given scope type.HistoricActionInstanceQueryImplstartDate(Date startDate)Only select action instances started on the given timeHistoricActionInstanceQueryImplstartDateAfter(Date startDateAfter)Only select action instances started after the given timeHistoricActionInstanceQueryImplstartDateBefore(Date startDateBefore)Only select action instances started before the given timeHistoricActionInstanceQuerysubScopeId(String subScopeId)Only select action instances with the given sub scope id.HistoricActionInstanceQueryImpltenantId(String tenantId)Only select action instances that have the given tenant id.HistoricActionInstanceQueryImpltenantIdLike(String tenantIdLike)Only select action instances with a tenant id like the given one.HistoricActionInstanceQueryImplwithoutTenantId()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, singleResult
-
Methods 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
-
-
-
-
Field Detail
-
id
protected String id
-
actionDefinitionId
protected String actionDefinitionId
-
actionDefinitionIdLike
protected String actionDefinitionIdLike
-
name
protected String name
-
nameLike
protected String nameLike
-
scopeId
protected String scopeId
-
subScopeId
protected String subScopeId
-
scopeType
protected String scopeType
-
scopeDefinitionId
protected String scopeDefinitionId
-
startDate
protected Date startDate
-
startDateBefore
protected Date startDateBefore
-
startDateAfter
protected Date startDateAfter
-
executionDate
protected Date executionDate
-
executionDateBefore
protected Date executionDateBefore
-
executionDateAfter
protected Date executionDateAfter
-
executedBy
protected String executedBy
-
executedByLike
protected String executedByLike
-
formInstanceId
protected String formInstanceId
-
formKey
protected String formKey
-
priority
protected Integer priority
-
maxPriority
protected Integer maxPriority
-
minPriority
protected Integer minPriority
-
tenantId
protected String tenantId
-
tenantIdLike
protected String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Detail
-
HistoricActionInstanceQueryImpl
public HistoricActionInstanceQueryImpl()
-
HistoricActionInstanceQueryImpl
public HistoricActionInstanceQueryImpl(CommandContext commandContext)
-
HistoricActionInstanceQueryImpl
public HistoricActionInstanceQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
id
public HistoricActionInstanceQueryImpl id(String id)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given id.- Specified by:
idin interfaceHistoricActionInstanceQuery
-
ids
public HistoricActionInstanceQueryImpl ids(Set<String> ids)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given ids.- Specified by:
idsin interfaceHistoricActionInstanceQuery
-
actionDefinitionId
public HistoricActionInstanceQueryImpl actionDefinitionId(String actionDefinitionId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given action definition id.- Specified by:
actionDefinitionIdin interfaceHistoricActionInstanceQuery
-
actionDefinitionIdLike
public HistoricActionInstanceQueryImpl actionDefinitionIdLike(String actionDefinitionIdLike)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with an action definition id like the given string.- Specified by:
actionDefinitionIdLikein interfaceHistoricActionInstanceQuery
-
name
public HistoricActionInstanceQuery name(String name)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given name.- Specified by:
namein interfaceHistoricActionInstanceQuery
-
nameLike
public HistoricActionInstanceQuery nameLike(String nameLike)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with an name like the given string.- Specified by:
nameLikein interfaceHistoricActionInstanceQuery
-
scopeId
public HistoricActionInstanceQueryImpl scopeId(String scopeId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given scope id.- Specified by:
scopeIdin interfaceHistoricActionInstanceQuery
-
subScopeId
public HistoricActionInstanceQuery subScopeId(String subScopeId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given sub scope id.- Specified by:
subScopeIdin interfaceHistoricActionInstanceQuery
-
scopeType
public HistoricActionInstanceQueryImpl scopeType(String scopeType)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given scope type.- Specified by:
scopeTypein interfaceHistoricActionInstanceQuery
-
scopeDefinitionId
public HistoricActionInstanceQueryImpl scopeDefinitionId(String scopeDefinitionId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given scope definition id.- Specified by:
scopeDefinitionIdin interfaceHistoricActionInstanceQuery
-
startDate
public HistoricActionInstanceQueryImpl startDate(Date startDate)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances started on the given time- Specified by:
startDatein interfaceHistoricActionInstanceQuery
-
startDateBefore
public HistoricActionInstanceQueryImpl startDateBefore(Date startDateBefore)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances started before the given time- Specified by:
startDateBeforein interfaceHistoricActionInstanceQuery
-
startDateAfter
public HistoricActionInstanceQueryImpl startDateAfter(Date startDateAfter)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances started after the given time- Specified by:
startDateAfterin interfaceHistoricActionInstanceQuery
-
executionDate
public HistoricActionInstanceQueryImpl executionDate(Date executionDate)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances executed on the given time- Specified by:
executionDatein interfaceHistoricActionInstanceQuery
-
executionDateBefore
public HistoricActionInstanceQueryImpl executionDateBefore(Date executionDateBefore)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances executed before the given time- Specified by:
executionDateBeforein interfaceHistoricActionInstanceQuery
-
executionDateAfter
public HistoricActionInstanceQueryImpl executionDateAfter(Date executionDateAfter)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances executed after the given time- Specified by:
executionDateAfterin interfaceHistoricActionInstanceQuery
-
executedBy
public HistoricActionInstanceQueryImpl executedBy(String executedBy)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given executed by value.- Specified by:
executedByin interfaceHistoricActionInstanceQuery
-
executedByLike
public HistoricActionInstanceQueryImpl executedByLike(String executedByLike)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with an executed by like the given string.- Specified by:
executedByLikein interfaceHistoricActionInstanceQuery
-
formInstanceId
public HistoricActionInstanceQueryImpl formInstanceId(String formInstanceId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given form instance id.- Specified by:
formInstanceIdin interfaceHistoricActionInstanceQuery
-
formKey
public HistoricActionInstanceQuery formKey(String formKey)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given form key;- Specified by:
formKeyin interfaceHistoricActionInstanceQuery
-
priority
public HistoricActionInstanceQuery priority(Integer priority)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given priority.- Specified by:
priorityin interfaceHistoricActionInstanceQuery
-
maxPriority
public HistoricActionInstanceQuery maxPriority(Integer maxPriority)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given priority or lower.- Specified by:
maxPriorityin interfaceHistoricActionInstanceQuery
-
minPriority
public HistoricActionInstanceQuery minPriority(Integer minPriority)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given priority or higher.- Specified by:
minPriorityin interfaceHistoricActionInstanceQuery
-
tenantId
public HistoricActionInstanceQueryImpl tenantId(String tenantId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances that have the given tenant id.- Specified by:
tenantIdin interfaceHistoricActionInstanceQuery
-
tenantIdLike
public HistoricActionInstanceQueryImpl tenantIdLike(String tenantIdLike)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with a tenant id like the given one.- Specified by:
tenantIdLikein interfaceHistoricActionInstanceQuery
-
withoutTenantId
public HistoricActionInstanceQueryImpl withoutTenantId()
Description copied from interface:HistoricActionInstanceQueryOnly select action instances that do not have a tenant id.- Specified by:
withoutTenantIdin interfaceHistoricActionInstanceQuery
-
orderByStartDate
public HistoricActionInstanceQuery orderByStartDate()
Description copied from interface:HistoricActionInstanceQueryOrder by start date (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByStartDatein interfaceHistoricActionInstanceQuery
-
orderByExecutionDate
public HistoricActionInstanceQuery orderByExecutionDate()
Description copied from interface:HistoricActionInstanceQueryOrder by execution date (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByExecutionDatein interfaceHistoricActionInstanceQuery
-
orderByPriority
public HistoricActionInstanceQuery orderByPriority()
Description copied from interface:HistoricActionInstanceQueryOrder by priority (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByPriorityin interfaceHistoricActionInstanceQuery
-
orderByTenantId
public HistoricActionInstanceQuery orderByTenantId()
Description copied from interface:HistoricActionInstanceQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTenantIdin interfaceHistoricActionInstanceQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>
-
executeList
public List<HistoricActionInstance> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>
-
getId
public String getId()
- Specified by:
getIdin interfaceCacheAwareQuery<HistoricActionInstanceEntity>
-
getActionDefinitionId
public String getActionDefinitionId()
-
getActionDefinitionIdLike
public String getActionDefinitionIdLike()
-
getName
public String getName()
-
getNameLike
public String getNameLike()
-
getScopeId
public String getScopeId()
-
getSubScopeId
public String getSubScopeId()
-
getScopeType
public String getScopeType()
-
getScopeDefinitionId
public String getScopeDefinitionId()
-
getStartDate
public Date getStartDate()
-
getStartDateBefore
public Date getStartDateBefore()
-
getStartDateAfter
public Date getStartDateAfter()
-
getExecutionDate
public Date getExecutionDate()
-
getExecutionDateBefore
public Date getExecutionDateBefore()
-
getExecutionDateAfter
public Date getExecutionDateAfter()
-
getExecutedBy
public String getExecutedBy()
-
getExecutedByLike
public String getExecutedByLike()
-
getFormInstanceId
public String getFormInstanceId()
-
getFormKey
public String getFormKey()
-
getPriority
public Integer getPriority()
-
getMaxPriority
public Integer getMaxPriority()
-
getMinPriority
public Integer getMinPriority()
-
getTenantId
public String getTenantId()
-
getTenantIdLike
public String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
-