Uses of Interface
com.flowable.action.api.repository.ActionDefinitionLink
-
Uses of ActionDefinitionLink in com.flowable.action.api.repository
Methods in com.flowable.action.api.repository that return ActionDefinitionLink Modifier and Type Method Description ActionDefinitionLink
ActionRepositoryService. addActionDefinitionLink(java.lang.String actionDefinitionId, java.lang.String type, java.lang.String linkValue)
Adds a newActionDefinitionLink
for the given action definition id.Methods in com.flowable.action.api.repository that return types with arguments of type ActionDefinitionLink Modifier and Type Method Description java.util.List<ActionDefinitionLink>
ActionDefinition. getActionDefinitionLinks()
Returns the action definition links that are linked to the action definition.java.util.List<ActionDefinitionLink>
ActionRepositoryService. getActionDefinitionLinks(java.lang.String actionDefinitionId)
ReturnsActionDefinitionLink
s 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 ActionDefinitionLink Modifier and Type Method Description ActionDefinitionLink
AddActionDefinitionLinkCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods in com.flowable.action.engine.impl.cmd that return types with arguments of type ActionDefinitionLink Modifier and Type Method Description java.util.List<ActionDefinitionLink>
GetActionDefinitionLinksCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of ActionDefinitionLink in com.flowable.action.engine.impl.persistence.entity
Subinterfaces of ActionDefinitionLink in com.flowable.action.engine.impl.persistence.entity Modifier and Type Interface Description interface
ActionDefinitionLinkEntity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionDefinitionLink Modifier and Type Class Description class
ActionDefinitionLinkEntityImpl
Fields in com.flowable.action.engine.impl.persistence.entity with type parameters of type ActionDefinitionLink Modifier and Type Field Description protected java.util.List<ActionDefinitionLink>
ActionDefinitionEntityImpl. actionDefinitionLinks
Methods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionDefinitionLink Modifier and Type Method Description java.util.List<ActionDefinitionLink>
ActionDefinitionLinkEntityManager. findActionDefinitionLinksByActionDefinitionId(java.lang.String actionDefinitionId)
java.util.List<ActionDefinitionLink>
ActionDefinitionLinkEntityManagerImpl. findActionDefinitionLinksByActionDefinitionId(java.lang.String actionDefinitionId)
java.util.List<ActionDefinitionLink>
ActionDefinitionLinkEntityManager. findActionDefinitionLinksByActionDefinitionIdAndType(java.lang.String actionDefinitionId, java.lang.String type)
java.util.List<ActionDefinitionLink>
ActionDefinitionLinkEntityManagerImpl. findActionDefinitionLinksByActionDefinitionIdAndType(java.lang.String actionDefinitionId, java.lang.String type)
java.util.List<ActionDefinitionLink>
ActionDefinitionEntityImpl. getActionDefinitionLinks()
java.util.List<ActionDefinitionLink>
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 ActionDefinitionLink Modifier and Type Method Description void
ActionDefinitionEntity. setActionDefinitionLinks(java.util.List<ActionDefinitionLink> actionDefinitionLinks)
void
ActionDefinitionEntityImpl. setActionDefinitionLinks(java.util.List<ActionDefinitionLink> actionDefinitionLinks)
void
ActionDefinitionEntityImpl. setQueryActionDefinitionLinks(java.util.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 ActionDefinitionLink Modifier and Type Method Description java.util.List<ActionDefinitionLink>
ActionDefinitionLinkDataManager. findActionDefinitionLinksByActionDefinitionId(java.lang.String actionDefinitionId)
java.util.List<ActionDefinitionLink>
ActionDefinitionLinkDataManager. findActionDefinitionLinksByActionDefinitionIdAndType(java.lang.String actionDefinitionId, java.lang.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 ActionDefinitionLink Modifier and Type Method Description java.util.List<ActionDefinitionLink>
MybatisActionDefinitionLinkDataManager. findActionDefinitionLinksByActionDefinitionId(java.lang.String actionDefinitionId)
java.util.List<ActionDefinitionLink>
MybatisActionDefinitionLinkDataManager. findActionDefinitionLinksByActionDefinitionIdAndType(java.lang.String actionDefinitionId, java.lang.String type)
-
Uses of ActionDefinitionLink in com.flowable.action.engine.impl.repository
Methods in com.flowable.action.engine.impl.repository that return ActionDefinitionLink Modifier and Type Method Description ActionDefinitionLink
ActionRepositoryServiceImpl. addActionDefinitionLink(java.lang.String actionDefinitionId, java.lang.String type, java.lang.String linkValue)
Methods in com.flowable.action.engine.impl.repository that return types with arguments of type ActionDefinitionLink Modifier and Type Method Description java.util.List<ActionDefinitionLink>
ActionRepositoryServiceImpl. getActionDefinitionLinks(java.lang.String actionDefinitionId)