Class ActionLinkQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<ActionLinkQuery,ActionLink>
com.flowable.action.engine.impl.runtime.ActionLinkQueryImpl
- All Implemented Interfaces:
ActionLinkQuery,Serializable,CacheAwareQuery<ActionLinkEntity>,Query<ActionLinkQuery,,ActionLink> Command<Object>
public class ActionLinkQueryImpl
extends AbstractQuery<ActionLinkQuery,ActionLink>
implements ActionLinkQuery, CacheAwareQuery<ActionLinkEntity>
- 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
ConstructorsConstructorDescriptionActionLinkQueryImpl(CommandContext commandContext) ActionLinkQueryImpl(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
-
ActionLinkQueryImpl
public ActionLinkQueryImpl() -
ActionLinkQueryImpl
-
ActionLinkQueryImpl
-
-
Method Details
-
id
- Specified by:
idin interfaceActionLinkQuery
-
ids
- Specified by:
idsin interfaceActionLinkQuery
-
actionInstanceId
- Specified by:
actionInstanceIdin interfaceActionLinkQuery
-
actionDefinitionId
- Specified by:
actionDefinitionIdin interfaceActionLinkQuery
-
scopeId
- Specified by:
scopeIdin interfaceActionLinkQuery
-
scopeType
- Specified by:
scopeTypein interfaceActionLinkQuery
-
createdBefore
- Specified by:
createdBeforein interfaceActionLinkQuery
-
createdAfter
- Specified by:
createdAfterin interfaceActionLinkQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<ActionLinkQuery,ActionLink>
-
executeList
- Specified by:
executeListin classAbstractQuery<ActionLinkQuery,ActionLink>
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<ActionLinkEntity>
-
setId
-
getIds
-
setIds
-
getActionInstanceId
-
setActionInstanceId
-
getActionDefinitionId
-
setActionDefinitionId
-
getScopeId
-
setScopeId
-
getScopeType
-
setScopeType
-
getCreatedBefore
-
setCreatedBefore
-
getCreatedAfter
-
setCreatedAfter
-