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.String
actionDefinitionId
protected java.lang.String
actionDefinitionIdLike
protected java.lang.String
executedBy
protected java.lang.String
executedByLike
protected java.util.Date
executionDate
protected java.util.Date
executionDateAfter
protected java.util.Date
executionDateBefore
protected java.lang.String
formInstanceId
protected java.lang.String
formKey
protected java.lang.String
id
protected java.util.Set<java.lang.String>
ids
protected java.lang.Integer
maxPriority
protected java.lang.Integer
minPriority
protected java.lang.String
name
protected java.lang.String
nameLike
protected java.lang.Integer
priority
protected java.lang.String
scopeDefinitionId
protected java.lang.String
scopeId
protected java.lang.String
scopeType
protected java.util.Date
startDate
protected java.util.Date
startDateAfter
protected java.util.Date
startDateBefore
protected java.lang.String
subScopeId
protected java.lang.String
tenantId
protected java.lang.String
tenantIdLike
protected boolean
withoutTenantId
-
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 HistoricActionInstanceQueryImpl
actionDefinitionId(java.lang.String actionDefinitionId)
Only select action instances with the given action definition id.HistoricActionInstanceQueryImpl
actionDefinitionIdLike(java.lang.String actionDefinitionIdLike)
Only select action instances with an action definition id like the given string.long
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
HistoricActionInstanceQueryImpl
executedBy(java.lang.String executedBy)
Only select action instances with the given executed by value.HistoricActionInstanceQueryImpl
executedByLike(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)
HistoricActionInstanceQueryImpl
executionDate(java.util.Date executionDate)
Only select action instances executed on the given timeHistoricActionInstanceQueryImpl
executionDateAfter(java.util.Date executionDateAfter)
Only select action instances executed after the given timeHistoricActionInstanceQueryImpl
executionDateBefore(java.util.Date executionDateBefore)
Only select action instances executed before the given timeHistoricActionInstanceQueryImpl
formInstanceId(java.lang.String formInstanceId)
Only select action instances with the given form instance id.HistoricActionInstanceQuery
formKey(java.lang.String formKey)
Only select action instances with the given form key;java.lang.String
getActionDefinitionId()
java.lang.String
getActionDefinitionIdLike()
java.lang.String
getExecutedBy()
java.lang.String
getExecutedByLike()
java.util.Date
getExecutionDate()
java.util.Date
getExecutionDateAfter()
java.util.Date
getExecutionDateBefore()
java.lang.String
getFormInstanceId()
java.lang.String
getFormKey()
java.lang.String
getId()
java.util.Set<java.lang.String>
getIds()
java.lang.Integer
getMaxPriority()
java.lang.Integer
getMinPriority()
java.lang.String
getName()
java.lang.String
getNameLike()
java.lang.Integer
getPriority()
java.lang.String
getScopeDefinitionId()
java.lang.String
getScopeId()
java.lang.String
getScopeType()
java.util.Date
getStartDate()
java.util.Date
getStartDateAfter()
java.util.Date
getStartDateBefore()
java.lang.String
getSubScopeId()
java.lang.String
getTenantId()
java.lang.String
getTenantIdLike()
HistoricActionInstanceQueryImpl
id(java.lang.String id)
Only select action instances with the given id.HistoricActionInstanceQueryImpl
ids(java.util.Set<java.lang.String> ids)
Only select action instances with the given ids.boolean
isWithoutTenantId()
HistoricActionInstanceQuery
maxPriority(java.lang.Integer maxPriority)
Only select action instances with the given priority or lower.HistoricActionInstanceQuery
minPriority(java.lang.Integer minPriority)
Only select action instances with the given priority or higher.HistoricActionInstanceQuery
name(java.lang.String name)
Only select action instances with the given name.HistoricActionInstanceQuery
nameLike(java.lang.String nameLike)
Only select action instances with an name like the given string.HistoricActionInstanceQuery
orderByExecutionDate()
Order by execution date (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricActionInstanceQuery
orderByPriority()
Order by priority (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricActionInstanceQuery
orderByStartDate()
Order by start date (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricActionInstanceQuery
orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricActionInstanceQuery
priority(java.lang.Integer priority)
Only select action instances with the given priority.HistoricActionInstanceQueryImpl
scopeDefinitionId(java.lang.String scopeDefinitionId)
Only select action instances with the given scope definition id.HistoricActionInstanceQueryImpl
scopeId(java.lang.String scopeId)
Only select action instances with the given scope id.HistoricActionInstanceQueryImpl
scopeType(java.lang.String scopeType)
Only select action instances with the given scope type.HistoricActionInstanceQueryImpl
startDate(java.util.Date startDate)
Only select action instances started on the given timeHistoricActionInstanceQueryImpl
startDateAfter(java.util.Date startDateAfter)
Only select action instances started after the given timeHistoricActionInstanceQueryImpl
startDateBefore(java.util.Date startDateBefore)
Only select action instances started before the given timeHistoricActionInstanceQuery
subScopeId(java.lang.String subScopeId)
Only select action instances with the given sub scope id.HistoricActionInstanceQueryImpl
tenantId(java.lang.String tenantId)
Only select action instances that have the given tenant id.HistoricActionInstanceQueryImpl
tenantIdLike(java.lang.String tenantIdLike)
Only select action instances with a tenant id like the given one.HistoricActionInstanceQueryImpl
withoutTenantId()
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 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 -
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 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:HistoricActionInstanceQuery
Only select action instances with the given id.- Specified by:
id
in interfaceHistoricActionInstanceQuery
-
ids
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given ids.- Specified by:
ids
in interfaceHistoricActionInstanceQuery
-
actionDefinitionId
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given action definition id.- Specified by:
actionDefinitionId
in interfaceHistoricActionInstanceQuery
-
actionDefinitionIdLike
public HistoricActionInstanceQueryImpl actionDefinitionIdLike(java.lang.String actionDefinitionIdLike)Description copied from interface:HistoricActionInstanceQuery
Only select action instances with an action definition id like the given string.- Specified by:
actionDefinitionIdLike
in interfaceHistoricActionInstanceQuery
-
name
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given name.- Specified by:
name
in interfaceHistoricActionInstanceQuery
-
nameLike
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with an name like the given string.- Specified by:
nameLike
in interfaceHistoricActionInstanceQuery
-
scopeId
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given scope id.- Specified by:
scopeId
in interfaceHistoricActionInstanceQuery
-
subScopeId
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given sub scope id.- Specified by:
subScopeId
in interfaceHistoricActionInstanceQuery
-
scopeType
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given scope type.- Specified by:
scopeType
in interfaceHistoricActionInstanceQuery
-
scopeDefinitionId
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given scope definition id.- Specified by:
scopeDefinitionId
in interfaceHistoricActionInstanceQuery
-
startDate
Description copied from interface:HistoricActionInstanceQuery
Only select action instances started on the given time- Specified by:
startDate
in interfaceHistoricActionInstanceQuery
-
startDateBefore
Description copied from interface:HistoricActionInstanceQuery
Only select action instances started before the given time- Specified by:
startDateBefore
in interfaceHistoricActionInstanceQuery
-
startDateAfter
Description copied from interface:HistoricActionInstanceQuery
Only select action instances started after the given time- Specified by:
startDateAfter
in interfaceHistoricActionInstanceQuery
-
executionDate
Description copied from interface:HistoricActionInstanceQuery
Only select action instances executed on the given time- Specified by:
executionDate
in interfaceHistoricActionInstanceQuery
-
executionDateBefore
Description copied from interface:HistoricActionInstanceQuery
Only select action instances executed before the given time- Specified by:
executionDateBefore
in interfaceHistoricActionInstanceQuery
-
executionDateAfter
Description copied from interface:HistoricActionInstanceQuery
Only select action instances executed after the given time- Specified by:
executionDateAfter
in interfaceHistoricActionInstanceQuery
-
executedBy
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given executed by value.- Specified by:
executedBy
in interfaceHistoricActionInstanceQuery
-
executedByLike
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with an executed by like the given string.- Specified by:
executedByLike
in interfaceHistoricActionInstanceQuery
-
formInstanceId
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given form instance id.- Specified by:
formInstanceId
in interfaceHistoricActionInstanceQuery
-
formKey
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given form key;- Specified by:
formKey
in interfaceHistoricActionInstanceQuery
-
priority
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given priority.- Specified by:
priority
in interfaceHistoricActionInstanceQuery
-
maxPriority
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given priority or lower.- Specified by:
maxPriority
in interfaceHistoricActionInstanceQuery
-
minPriority
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with the given priority or higher.- Specified by:
minPriority
in interfaceHistoricActionInstanceQuery
-
tenantId
Description copied from interface:HistoricActionInstanceQuery
Only select action instances that have the given tenant id.- Specified by:
tenantId
in interfaceHistoricActionInstanceQuery
-
tenantIdLike
Description copied from interface:HistoricActionInstanceQuery
Only select action instances with a tenant id like the given one.- Specified by:
tenantIdLike
in interfaceHistoricActionInstanceQuery
-
withoutTenantId
Description copied from interface:HistoricActionInstanceQuery
Only select action instances that do not have a tenant id.- Specified by:
withoutTenantId
in interfaceHistoricActionInstanceQuery
-
orderByStartDate
Description copied from interface:HistoricActionInstanceQuery
Order by start date (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByStartDate
in interfaceHistoricActionInstanceQuery
-
orderByExecutionDate
Description copied from interface:HistoricActionInstanceQuery
Order by execution date (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByExecutionDate
in interfaceHistoricActionInstanceQuery
-
orderByPriority
Description copied from interface:HistoricActionInstanceQuery
Order by priority (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByPriority
in interfaceHistoricActionInstanceQuery
-
orderByTenantId
Description copied from interface:HistoricActionInstanceQuery
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByTenantId
in interfaceHistoricActionInstanceQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeCount
in 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:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>
-
getId
public java.lang.String getId()- Specified by:
getId
in 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()
-