Class HistoricActionLinkQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<HistoricActionLinkQuery,HistoricActionLink>
com.flowable.action.engine.impl.history.HistoricActionLinkQueryImpl
- All Implemented Interfaces:
HistoricActionLinkQuery
,Serializable
,CacheAwareQuery<HistoricActionLinkEntity>
,Query<HistoricActionLinkQuery,
,HistoricActionLink> Command<Object>
public class HistoricActionLinkQueryImpl
extends AbstractQuery<HistoricActionLinkQuery,HistoricActionLink>
implements HistoricActionLinkQuery, CacheAwareQuery<HistoricActionLinkEntity>, Serializable
- Author:
- 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 Date
protected Date
protected String
protected String
protected String
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
ConstructorDescriptionHistoricActionLinkQueryImpl
(CommandContext commandContext) HistoricActionLinkQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionactionDefinitionId
(String actionDefinitionId) actionInstanceId
(String actionInstanceId) createdAfter
(Date afterTime) createdBefore
(Date beforeTime) long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getId()
getIds()
void
setActionDefinitionId
(String actionDefinitionId) void
setActionInstanceId
(String actionInstanceId) void
setCreatedAfter
(Date createdAfter) void
setCreatedBefore
(Date createdBefore) void
void
void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) 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
-
actionInstanceId
-
actionDefinitionId
-
scopeId
-
scopeType
-
createdBefore
-
createdAfter
-
-
Constructor Details
-
HistoricActionLinkQueryImpl
public HistoricActionLinkQueryImpl() -
HistoricActionLinkQueryImpl
-
HistoricActionLinkQueryImpl
-
-
Method Details
-
id
- Specified by:
id
in interfaceHistoricActionLinkQuery
-
ids
- Specified by:
ids
in interfaceHistoricActionLinkQuery
-
actionInstanceId
- Specified by:
actionInstanceId
in interfaceHistoricActionLinkQuery
-
actionDefinitionId
- Specified by:
actionDefinitionId
in interfaceHistoricActionLinkQuery
-
scopeId
- Specified by:
scopeId
in interfaceHistoricActionLinkQuery
-
scopeType
- Specified by:
scopeType
in interfaceHistoricActionLinkQuery
-
createdBefore
- Specified by:
createdBefore
in interfaceHistoricActionLinkQuery
-
createdAfter
- Specified by:
createdAfter
in interfaceHistoricActionLinkQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<HistoricActionLinkQuery,
HistoricActionLink>
-
executeList
- Specified by:
executeList
in classAbstractQuery<HistoricActionLinkQuery,
HistoricActionLink>
-
getId
- Specified by:
getId
in interfaceCacheAwareQuery<HistoricActionLinkEntity>
-
setId
-
getIds
-
setIds
-
getActionInstanceId
-
setActionInstanceId
-
getActionDefinitionId
-
setActionDefinitionId
-
getScopeId
-
setScopeId
-
getScopeType
-
setScopeType
-
getCreatedBefore
-
setCreatedBefore
-
getCreatedAfter
-
setCreatedAfter
-