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
-
Nested Class Summary
-
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.Stringnameprotected java.lang.StringnameLikeprotected 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
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.StringgetName()java.lang.StringgetNameLike()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()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()).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()).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, singleResultMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
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 -
tenantId
protected java.lang.String tenantId -
tenantIdLike
protected java.lang.String tenantIdLike -
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
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 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
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
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
-
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
-
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() -
getTenantId
public java.lang.String getTenantId() -
getTenantIdLike
public java.lang.String getTenantIdLike() -
isWithoutTenantId
public boolean isWithoutTenantId()
-