Uses of Class
com.flowable.action.engine.impl.runtime.ActionLinkQueryImpl
-
Uses of ActionLinkQueryImpl in com.flowable.action.engine.impl.persistence.entity
Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionLinkQueryImpl Modifier and Type Method Description long
ActionLinkEntityManager. findActionLinkCountByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
long
ActionLinkEntityManagerImpl. findActionLinkCountByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
java.util.List<ActionLink>
ActionLinkEntityManager. findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
java.util.List<ActionLink>
ActionLinkEntityManagerImpl. findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
-
Uses of ActionLinkQueryImpl in com.flowable.action.engine.impl.persistence.entity.data
Methods in com.flowable.action.engine.impl.persistence.entity.data with parameters of type ActionLinkQueryImpl Modifier and Type Method Description long
ActionLinkDataManager. findActionLinkCountByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
java.util.List<ActionLink>
ActionLinkDataManager. findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
-
Uses of ActionLinkQueryImpl in com.flowable.action.engine.impl.persistence.entity.data.impl
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl with parameters of type ActionLinkQueryImpl Modifier and Type Method Description long
MybatisActionLinkDataManager. findActionLinkCountByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
java.util.List<ActionLink>
MybatisActionLinkDataManager. findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
-
Uses of ActionLinkQueryImpl in com.flowable.action.engine.impl.runtime
Methods in com.flowable.action.engine.impl.runtime that return ActionLinkQueryImpl Modifier and Type Method Description ActionLinkQueryImpl
ActionLinkQueryImpl. actionDefinitionId(java.lang.String actionDefinitionId)
ActionLinkQueryImpl
ActionLinkQueryImpl. id(java.lang.String id)
ActionLinkQueryImpl
ActionLinkQueryImpl. ids(java.util.Set<java.lang.String> ids)
ActionLinkQueryImpl
ActionLinkQueryImpl. scopeId(java.lang.String scopeId)
ActionLinkQueryImpl
ActionLinkQueryImpl. scopeType(java.lang.String scopeType)