Uses of Interface
com.flowable.action.api.repository.ActionDefinitionLink
Package
Description
-
Uses of ActionDefinitionLink in com.flowable.action.api.repository
Modifier and TypeMethodDescriptionActionRepositoryService.addActionDefinitionLink
(String actionDefinitionId, String type, String linkValue) Adds a newActionDefinitionLink
for the given action definition id.Modifier and TypeMethodDescriptionActionDefinition.getActionDefinitionLinks()
Returns the action definition links that are linked to the action definition.ActionRepositoryService.getActionDefinitionLinks
(String actionDefinitionId) ReturnsActionDefinitionLink
s for the given action definition id. -
Uses of ActionDefinitionLink in com.flowable.action.engine.impl.cmd
Modifier and TypeMethodDescriptionAddActionDefinitionLinkCmd.execute
(CommandContext commandContext) Modifier and TypeMethodDescriptionGetActionDefinitionLinksCmd.execute
(CommandContext commandContext) -
Uses of ActionDefinitionLink in com.flowable.action.engine.impl.persistence.entity
Modifier and TypeFieldDescriptionprotected List<ActionDefinitionLink>
ActionDefinitionEntityImpl.actionDefinitionLinks
Modifier 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.Modifier and TypeMethodDescriptionvoid
ActionDefinitionEntity.setActionDefinitionLinks
(List<ActionDefinitionLink> actionDefinitionLinks) void
ActionDefinitionEntityImpl.setActionDefinitionLinks
(List<ActionDefinitionLink> actionDefinitionLinks) void
ActionDefinitionEntityImpl.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
Modifier and TypeMethodDescriptionActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionId
(String actionDefinitionId) ActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionIdAndType
(String actionDefinitionId, String type) -
Uses of ActionDefinitionLink in com.flowable.action.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionMybatisActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionId
(String actionDefinitionId) MybatisActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionIdAndType
(String actionDefinitionId, String type) -
Uses of ActionDefinitionLink in com.flowable.action.engine.impl.repository
Modifier and TypeMethodDescriptionActionRepositoryServiceImpl.addActionDefinitionLink
(String actionDefinitionId, String type, String linkValue) Modifier and TypeMethodDescriptionActionRepositoryServiceImpl.getActionDefinitionLinks
(String actionDefinitionId)