Uses of Interface
com.flowable.action.api.repository.ActionDefinitionLink
Packages that use ActionDefinitionLink
Package
Description
-
Uses of ActionDefinitionLink in com.flowable.action.api.repository
Methods in com.flowable.action.api.repository that return ActionDefinitionLinkModifier and TypeMethodDescriptionActionRepositoryService.addActionDefinitionLink(String actionDefinitionId, String type, String linkValue) Adds a newActionDefinitionLinkfor the given action definition id.Methods in com.flowable.action.api.repository that return types with arguments of type ActionDefinitionLinkModifier and TypeMethodDescriptionActionDefinition.getActionDefinitionLinks()Returns the action definition links that are linked to the action definition.ActionRepositoryService.getActionDefinitionLinks(String actionDefinitionId) ReturnsActionDefinitionLinks for the given action definition id. -
Uses of ActionDefinitionLink in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionDefinitionLinkModifier and TypeMethodDescriptionAddActionDefinitionLinkCmd.execute(CommandContext commandContext) Methods in com.flowable.action.engine.impl.cmd that return types with arguments of type ActionDefinitionLinkModifier and TypeMethodDescriptionGetActionDefinitionLinksCmd.execute(CommandContext commandContext) -
Uses of ActionDefinitionLink in com.flowable.action.engine.impl.persistence.entity
Subinterfaces of ActionDefinitionLink in com.flowable.action.engine.impl.persistence.entityClasses in com.flowable.action.engine.impl.persistence.entity that implement ActionDefinitionLinkFields in com.flowable.action.engine.impl.persistence.entity with type parameters of type ActionDefinitionLinkModifier and TypeFieldDescriptionprotected List<ActionDefinitionLink>ActionDefinitionEntityImpl.actionDefinitionLinksMethods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionDefinitionLinkModifier and TypeMethodDescriptionActionDefinitionLinkEntityManager.findActionDefinitionLinksByActionDefinitionId(String actionDefinitionId) ActionDefinitionLinkEntityManagerImpl.findActionDefinitionLinksByActionDefinitionId(String actionDefinitionId) ActionDefinitionLinkEntityManager.findActionDefinitionLinksByActionDefinitionIdAndType(String actionDefinitionId, String type) ActionDefinitionLinkEntityManagerImpl.findActionDefinitionLinksByActionDefinitionIdAndType(String actionDefinitionId, String type) ActionDefinitionEntityImpl.getActionDefinitionLinks()ActionDefinitionEntityImpl.getQueryActionDefinitionLinks()Getter used by MyBatis when querying action definitions with action definition links.Method parameters in com.flowable.action.engine.impl.persistence.entity with type arguments of type ActionDefinitionLinkModifier and TypeMethodDescriptionvoidActionDefinitionEntity.setActionDefinitionLinks(List<ActionDefinitionLink> actionDefinitionLinks) voidActionDefinitionEntityImpl.setActionDefinitionLinks(List<ActionDefinitionLink> actionDefinitionLinks) voidActionDefinitionEntityImpl.setQueryActionDefinitionLinks(List<ActionDefinitionLink> actionDefinitionLinks) Setter used by MyBatis when querying action definitions with action definition links. -
Uses of ActionDefinitionLink 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 ActionDefinitionLinkModifier and TypeMethodDescriptionActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionId(String actionDefinitionId) ActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionIdAndType(String actionDefinitionId, String type) -
Uses of ActionDefinitionLink 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 ActionDefinitionLinkModifier and TypeMethodDescriptionMybatisActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionId(String actionDefinitionId) MybatisActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionIdAndType(String actionDefinitionId, String type) -
Uses of ActionDefinitionLink in com.flowable.action.engine.impl.repository
Methods in com.flowable.action.engine.impl.repository that return ActionDefinitionLinkModifier and TypeMethodDescriptionActionRepositoryServiceImpl.addActionDefinitionLink(String actionDefinitionId, String type, String linkValue) Methods in com.flowable.action.engine.impl.repository that return types with arguments of type ActionDefinitionLinkModifier and TypeMethodDescriptionActionRepositoryServiceImpl.getActionDefinitionLinks(String actionDefinitionId)