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.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected Date
protected Date
protected Date
protected String
protected String
protected String
protected Integer
protected Integer
protected String
protected String
protected Integer
protected String
protected String
protected String
protected Date
protected Date
protected Date
protected String
protected String
protected String
protected boolean
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
ConstructorDescriptionHistoricActionInstanceQueryImpl
(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.long
executeCount
(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.boolean
maxPriority
(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, 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 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: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
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
- Specified by:
executeCount
in classAbstractQuery<HistoricActionInstanceQuery,
HistoricActionInstance>
-
executeList
- Specified by:
executeList
in classAbstractQuery<HistoricActionInstanceQuery,
HistoricActionInstance>
-
getId
- Specified by:
getId
in 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()
-