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 longActionLinkEntityManager. findActionLinkCountByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)longActionLinkEntityManagerImpl. 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 longActionLinkDataManager. 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 longMybatisActionLinkDataManager. 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 ActionLinkQueryImplActionLinkQueryImpl. actionDefinitionId(java.lang.String actionDefinitionId)ActionLinkQueryImplActionLinkQueryImpl. id(java.lang.String id)ActionLinkQueryImplActionLinkQueryImpl. ids(java.util.Set<java.lang.String> ids)ActionLinkQueryImplActionLinkQueryImpl. scopeId(java.lang.String scopeId)ActionLinkQueryImplActionLinkQueryImpl. scopeType(java.lang.String scopeType)