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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Dateprotected Dateprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields 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
ConstructorsConstructorDescriptionHistoricActionLinkQueryImpl(CommandContext commandContext) HistoricActionLinkQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionactionDefinitionId(String actionDefinitionId) actionInstanceId(String actionInstanceId) createdAfter(Date afterTime) createdBefore(Date beforeTime) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()getIds()voidsetActionDefinitionId(String actionDefinitionId) voidsetActionInstanceId(String actionInstanceId) voidsetCreatedAfter(Date createdAfter) voidsetCreatedBefore(Date createdBefore) voidvoidvoidsetScopeId(String scopeId) voidsetScopeType(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, singleResultMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
idin interfaceHistoricActionLinkQuery
-
ids
- Specified by:
idsin interfaceHistoricActionLinkQuery
-
actionInstanceId
- Specified by:
actionInstanceIdin interfaceHistoricActionLinkQuery
-
actionDefinitionId
- Specified by:
actionDefinitionIdin interfaceHistoricActionLinkQuery
-
scopeId
- Specified by:
scopeIdin interfaceHistoricActionLinkQuery
-
scopeType
- Specified by:
scopeTypein interfaceHistoricActionLinkQuery
-
createdBefore
- Specified by:
createdBeforein interfaceHistoricActionLinkQuery
-
createdAfter
- Specified by:
createdAfterin interfaceHistoricActionLinkQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<HistoricActionLinkQuery,HistoricActionLink>
-
executeList
- Specified by:
executeListin classAbstractQuery<HistoricActionLinkQuery,HistoricActionLink>
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<HistoricActionLinkEntity>
-
setId
-
getIds
-
setIds
-
getActionInstanceId
-
setActionInstanceId
-
getActionDefinitionId
-
setActionDefinitionId
-
getScopeId
-
setScopeId
-
getScopeType
-
setScopeType
-
getCreatedBefore
-
setCreatedBefore
-
getCreatedAfter
-
setCreatedAfter
-