Uses of Interface
com.flowable.action.api.runtime.ActionLink
-
Uses of ActionLink in com.flowable.action.engine.impl.persistence.entity
Subinterfaces of ActionLink in com.flowable.action.engine.impl.persistence.entity Modifier and Type Interface Description interface
ActionLinkEntity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionLink Modifier and Type Class Description class
ActionLinkEntityImpl
Methods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionLink Modifier and Type Method Description java.util.List<ActionLink>
ActionLinkEntityManager. findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
java.util.List<ActionLink>
ActionLinkEntityManagerImpl. findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
-
Uses of ActionLink in com.flowable.action.engine.impl.persistence.entity.data
Methods in com.flowable.action.engine.impl.persistence.entity.data that return types with arguments of type ActionLink Modifier and Type Method Description java.util.List<ActionLink>
ActionLinkDataManager. findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
-
Uses of ActionLink in com.flowable.action.engine.impl.persistence.entity.data.impl
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionLink Modifier and Type Method Description java.util.List<ActionLink>
MybatisActionLinkDataManager. findActionLinksByQueryCriteria(ActionLinkQueryImpl actionLinkQuery)
-
Uses of ActionLink in com.flowable.action.engine.impl.runtime
Methods in com.flowable.action.engine.impl.runtime that return types with arguments of type ActionLink Modifier and Type Method Description java.util.List<ActionLink>
ActionLinkQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of ActionLink in com.flowable.action.rest.service.api.runtime
Constructors in com.flowable.action.rest.service.api.runtime with parameters of type ActionLink Constructor Description ActionLinkResponse(ActionLink actionLink)