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,java.io.Serializable,org.flowable.common.engine.api.query.CacheAwareQuery<HistoricActionInstanceEntity>,org.flowable.common.engine.api.query.Query<HistoricActionInstanceQuery,HistoricActionInstance>,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class HistoricActionInstanceQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance> implements HistoricActionInstanceQuery, org.flowable.common.engine.api.query.CacheAwareQuery<HistoricActionInstanceEntity>, java.io.Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringactionDefinitionIdprotected java.lang.StringactionDefinitionIdLikeprotected java.lang.StringexecutedByprotected java.lang.StringexecutedByLikeprotected java.util.DateexecutionDateprotected java.util.DateexecutionDateAfterprotected java.util.DateexecutionDateBeforeprotected java.lang.StringformInstanceIdprotected java.lang.StringformKeyprotected java.lang.Stringidprotected java.util.Set<java.lang.String>idsprotected java.lang.IntegermaxPriorityprotected java.lang.IntegerminPriorityprotected java.lang.Stringnameprotected java.lang.StringnameLikeprotected java.lang.Integerpriorityprotected java.lang.StringscopeDefinitionIdprotected java.lang.StringscopeIdprotected java.lang.StringscopeTypeprotected java.util.DatestartDateprotected java.util.DatestartDateAfterprotected java.util.DatestartDateBeforeprotected java.lang.StringsubScopeIdprotected java.lang.StringtenantIdprotected java.lang.StringtenantIdLikeprotected booleanwithoutTenantId
-
Constructor Summary
Constructors Constructor Description HistoricActionInstanceQueryImpl()HistoricActionInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)HistoricActionInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricActionInstanceQueryImplactionDefinitionId(java.lang.String actionDefinitionId)Only select action instances with the given action definition id.HistoricActionInstanceQueryImplactionDefinitionIdLike(java.lang.String actionDefinitionIdLike)Only select action instances with an action definition id like the given string.longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)HistoricActionInstanceQueryImplexecutedBy(java.lang.String executedBy)Only select action instances with the given executed by value.HistoricActionInstanceQueryImplexecutedByLike(java.lang.String executedByLike)Only select action instances with an executed by like the given string.java.util.List<HistoricActionInstance>executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)HistoricActionInstanceQueryImplexecutionDate(java.util.Date executionDate)Only select action instances executed on the given timeHistoricActionInstanceQueryImplexecutionDateAfter(java.util.Date executionDateAfter)Only select action instances executed after the given timeHistoricActionInstanceQueryImplexecutionDateBefore(java.util.Date executionDateBefore)Only select action instances executed before the given timeHistoricActionInstanceQueryImplformInstanceId(java.lang.String formInstanceId)Only select action instances with the given form instance id.HistoricActionInstanceQueryformKey(java.lang.String formKey)Only select action instances with the given form key;java.lang.StringgetActionDefinitionId()java.lang.StringgetActionDefinitionIdLike()java.lang.StringgetExecutedBy()java.lang.StringgetExecutedByLike()java.util.DategetExecutionDate()java.util.DategetExecutionDateAfter()java.util.DategetExecutionDateBefore()java.lang.StringgetFormInstanceId()java.lang.StringgetFormKey()java.lang.StringgetId()java.util.Set<java.lang.String>getIds()java.lang.IntegergetMaxPriority()java.lang.IntegergetMinPriority()java.lang.StringgetName()java.lang.StringgetNameLike()java.lang.IntegergetPriority()java.lang.StringgetScopeDefinitionId()java.lang.StringgetScopeId()java.lang.StringgetScopeType()java.util.DategetStartDate()java.util.DategetStartDateAfter()java.util.DategetStartDateBefore()java.lang.StringgetSubScopeId()java.lang.StringgetTenantId()java.lang.StringgetTenantIdLike()HistoricActionInstanceQueryImplid(java.lang.String id)Only select action instances with the given id.HistoricActionInstanceQueryImplids(java.util.Set<java.lang.String> ids)Only select action instances with the given ids.booleanisWithoutTenantId()HistoricActionInstanceQuerymaxPriority(java.lang.Integer maxPriority)Only select action instances with the given priority or lower.HistoricActionInstanceQueryminPriority(java.lang.Integer minPriority)Only select action instances with the given priority or higher.HistoricActionInstanceQueryname(java.lang.String name)Only select action instances with the given name.HistoricActionInstanceQuerynameLike(java.lang.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(java.lang.Integer priority)Only select action instances with the given priority.HistoricActionInstanceQueryImplscopeDefinitionId(java.lang.String scopeDefinitionId)Only select action instances with the given scope definition id.HistoricActionInstanceQueryImplscopeId(java.lang.String scopeId)Only select action instances with the given scope id.HistoricActionInstanceQueryImplscopeType(java.lang.String scopeType)Only select action instances with the given scope type.HistoricActionInstanceQueryImplstartDate(java.util.Date startDate)Only select action instances started on the given timeHistoricActionInstanceQueryImplstartDateAfter(java.util.Date startDateAfter)Only select action instances started after the given timeHistoricActionInstanceQueryImplstartDateBefore(java.util.Date startDateBefore)Only select action instances started before the given timeHistoricActionInstanceQuerysubScopeId(java.lang.String subScopeId)Only select action instances with the given sub scope id.HistoricActionInstanceQueryImpltenantId(java.lang.String tenantId)Only select action instances that have the given tenant id.HistoricActionInstanceQueryImpltenantIdLike(java.lang.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, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
id
protected java.lang.String id
-
ids
protected java.util.Set<java.lang.String> ids
-
actionDefinitionId
protected java.lang.String actionDefinitionId
-
actionDefinitionIdLike
protected java.lang.String actionDefinitionIdLike
-
name
protected java.lang.String name
-
nameLike
protected java.lang.String nameLike
-
scopeId
protected java.lang.String scopeId
-
subScopeId
protected java.lang.String subScopeId
-
scopeType
protected java.lang.String scopeType
-
scopeDefinitionId
protected java.lang.String scopeDefinitionId
-
startDate
protected java.util.Date startDate
-
startDateBefore
protected java.util.Date startDateBefore
-
startDateAfter
protected java.util.Date startDateAfter
-
executionDate
protected java.util.Date executionDate
-
executionDateBefore
protected java.util.Date executionDateBefore
-
executionDateAfter
protected java.util.Date executionDateAfter
-
executedBy
protected java.lang.String executedBy
-
executedByLike
protected java.lang.String executedByLike
-
formInstanceId
protected java.lang.String formInstanceId
-
formKey
protected java.lang.String formKey
-
priority
protected java.lang.Integer priority
-
maxPriority
protected java.lang.Integer maxPriority
-
minPriority
protected java.lang.Integer minPriority
-
tenantId
protected java.lang.String tenantId
-
tenantIdLike
protected java.lang.String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Detail
-
HistoricActionInstanceQueryImpl
public HistoricActionInstanceQueryImpl()
-
HistoricActionInstanceQueryImpl
public HistoricActionInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
HistoricActionInstanceQueryImpl
public HistoricActionInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Detail
-
id
public HistoricActionInstanceQueryImpl id(java.lang.String id)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given id.- Specified by:
idin interfaceHistoricActionInstanceQuery
-
ids
public HistoricActionInstanceQueryImpl ids(java.util.Set<java.lang.String> ids)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given ids.- Specified by:
idsin interfaceHistoricActionInstanceQuery
-
actionDefinitionId
public HistoricActionInstanceQueryImpl actionDefinitionId(java.lang.String actionDefinitionId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given action definition id.- Specified by:
actionDefinitionIdin interfaceHistoricActionInstanceQuery
-
actionDefinitionIdLike
public HistoricActionInstanceQueryImpl actionDefinitionIdLike(java.lang.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(java.lang.String name)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given name.- Specified by:
namein interfaceHistoricActionInstanceQuery
-
nameLike
public HistoricActionInstanceQuery nameLike(java.lang.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(java.lang.String scopeId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given scope id.- Specified by:
scopeIdin interfaceHistoricActionInstanceQuery
-
subScopeId
public HistoricActionInstanceQuery subScopeId(java.lang.String subScopeId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given sub scope id.- Specified by:
subScopeIdin interfaceHistoricActionInstanceQuery
-
scopeType
public HistoricActionInstanceQueryImpl scopeType(java.lang.String scopeType)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given scope type.- Specified by:
scopeTypein interfaceHistoricActionInstanceQuery
-
scopeDefinitionId
public HistoricActionInstanceQueryImpl scopeDefinitionId(java.lang.String scopeDefinitionId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given scope definition id.- Specified by:
scopeDefinitionIdin interfaceHistoricActionInstanceQuery
-
startDate
public HistoricActionInstanceQueryImpl startDate(java.util.Date startDate)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances started on the given time- Specified by:
startDatein interfaceHistoricActionInstanceQuery
-
startDateBefore
public HistoricActionInstanceQueryImpl startDateBefore(java.util.Date startDateBefore)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances started before the given time- Specified by:
startDateBeforein interfaceHistoricActionInstanceQuery
-
startDateAfter
public HistoricActionInstanceQueryImpl startDateAfter(java.util.Date startDateAfter)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances started after the given time- Specified by:
startDateAfterin interfaceHistoricActionInstanceQuery
-
executionDate
public HistoricActionInstanceQueryImpl executionDate(java.util.Date executionDate)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances executed on the given time- Specified by:
executionDatein interfaceHistoricActionInstanceQuery
-
executionDateBefore
public HistoricActionInstanceQueryImpl executionDateBefore(java.util.Date executionDateBefore)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances executed before the given time- Specified by:
executionDateBeforein interfaceHistoricActionInstanceQuery
-
executionDateAfter
public HistoricActionInstanceQueryImpl executionDateAfter(java.util.Date executionDateAfter)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances executed after the given time- Specified by:
executionDateAfterin interfaceHistoricActionInstanceQuery
-
executedBy
public HistoricActionInstanceQueryImpl executedBy(java.lang.String executedBy)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given executed by value.- Specified by:
executedByin interfaceHistoricActionInstanceQuery
-
executedByLike
public HistoricActionInstanceQueryImpl executedByLike(java.lang.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(java.lang.String formInstanceId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given form instance id.- Specified by:
formInstanceIdin interfaceHistoricActionInstanceQuery
-
formKey
public HistoricActionInstanceQuery formKey(java.lang.String formKey)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given form key;- Specified by:
formKeyin interfaceHistoricActionInstanceQuery
-
priority
public HistoricActionInstanceQuery priority(java.lang.Integer priority)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given priority.- Specified by:
priorityin interfaceHistoricActionInstanceQuery
-
maxPriority
public HistoricActionInstanceQuery maxPriority(java.lang.Integer maxPriority)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given priority or lower.- Specified by:
maxPriorityin interfaceHistoricActionInstanceQuery
-
minPriority
public HistoricActionInstanceQuery minPriority(java.lang.Integer minPriority)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances with the given priority or higher.- Specified by:
minPriorityin interfaceHistoricActionInstanceQuery
-
tenantId
public HistoricActionInstanceQueryImpl tenantId(java.lang.String tenantId)
Description copied from interface:HistoricActionInstanceQueryOnly select action instances that have the given tenant id.- Specified by:
tenantIdin interfaceHistoricActionInstanceQuery
-
tenantIdLike
public HistoricActionInstanceQueryImpl tenantIdLike(java.lang.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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>
-
executeList
public java.util.List<HistoricActionInstance> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<HistoricActionInstanceEntity>
-
getIds
public java.util.Set<java.lang.String> getIds()
-
getActionDefinitionId
public java.lang.String getActionDefinitionId()
-
getActionDefinitionIdLike
public java.lang.String getActionDefinitionIdLike()
-
getName
public java.lang.String getName()
-
getNameLike
public java.lang.String getNameLike()
-
getScopeId
public java.lang.String getScopeId()
-
getSubScopeId
public java.lang.String getSubScopeId()
-
getScopeType
public java.lang.String getScopeType()
-
getScopeDefinitionId
public java.lang.String getScopeDefinitionId()
-
getStartDate
public java.util.Date getStartDate()
-
getStartDateBefore
public java.util.Date getStartDateBefore()
-
getStartDateAfter
public java.util.Date getStartDateAfter()
-
getExecutionDate
public java.util.Date getExecutionDate()
-
getExecutionDateBefore
public java.util.Date getExecutionDateBefore()
-
getExecutionDateAfter
public java.util.Date getExecutionDateAfter()
-
getExecutedBy
public java.lang.String getExecutedBy()
-
getExecutedByLike
public java.lang.String getExecutedByLike()
-
getFormInstanceId
public java.lang.String getFormInstanceId()
-
getFormKey
public java.lang.String getFormKey()
-
getPriority
public java.lang.Integer getPriority()
-
getMaxPriority
public java.lang.Integer getMaxPriority()
-
getMinPriority
public java.lang.Integer getMinPriority()
-
getTenantId
public java.lang.String getTenantId()
-
getTenantIdLike
public java.lang.String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
-