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)
List<ActionLink>
ActionLinkEntityManager. findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
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)
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)
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(String actionDefinitionId)
ActionLinkQueryImpl
ActionLinkQueryImpl. id(String id)
ActionLinkQueryImpl
ActionLinkQueryImpl. ids(Set<String> ids)
ActionLinkQueryImpl
ActionLinkQueryImpl. scopeId(String scopeId)
ActionLinkQueryImpl
ActionLinkQueryImpl. scopeType(String scopeType)
-