Modifier and Type | Method and Description |
---|---|
ActionDefinitionLink |
ActionRepositoryService.addActionDefinitionLink(String actionDefinitionId,
String type,
String linkValue)
Adds a new
ActionDefinitionLink for the given action definition id. |
Modifier and Type | Method and Description |
---|---|
List<ActionDefinitionLink> |
ActionDefinition.getActionDefinitionLinks()
Returns the action definition links that are linked to the action definition.
|
List<ActionDefinitionLink> |
ActionRepositoryService.getActionDefinitionLinks(String actionDefinitionId)
Returns
ActionDefinitionLink s for the given action definition id. |
Modifier and Type | Method and Description |
---|---|
ActionDefinitionLink |
AddActionDefinitionLinkCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
List<ActionDefinitionLink> |
GetActionDefinitionLinksCmd.execute(CommandContext commandContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionDefinitionLinkEntity |
Modifier and Type | Class and Description |
---|---|
class |
ActionDefinitionLinkEntityImpl |
Modifier and Type | Field and Description |
---|---|
protected List<ActionDefinitionLink> |
ActionDefinitionEntityImpl.actionDefinitionLinks |
Modifier and Type | Method and Description |
---|---|
List<ActionDefinitionLink> |
ActionDefinitionLinkEntityManagerImpl.findActionDefinitionLinksByActionDefinitionId(String actionDefinitionId) |
List<ActionDefinitionLink> |
ActionDefinitionLinkEntityManager.findActionDefinitionLinksByActionDefinitionId(String actionDefinitionId) |
List<ActionDefinitionLink> |
ActionDefinitionLinkEntityManagerImpl.findActionDefinitionLinksByActionDefinitionIdAndType(String actionDefinitionId,
String type) |
List<ActionDefinitionLink> |
ActionDefinitionLinkEntityManager.findActionDefinitionLinksByActionDefinitionIdAndType(String actionDefinitionId,
String type) |
List<ActionDefinitionLink> |
ActionDefinitionEntityImpl.getActionDefinitionLinks() |
List<ActionDefinitionLink> |
ActionDefinitionEntityImpl.getQueryActionDefinitionLinks()
Getter used by MyBatis when querying action definitions with action definition links.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionDefinitionEntityImpl.setActionDefinitionLinks(List<ActionDefinitionLink> actionDefinitionLinks) |
void |
ActionDefinitionEntity.setActionDefinitionLinks(List<ActionDefinitionLink> actionDefinitionLinks) |
void |
ActionDefinitionEntityImpl.setQueryActionDefinitionLinks(List<ActionDefinitionLink> actionDefinitionLinks)
Setter used by MyBatis when querying action definitions with action definition links.
|
Modifier and Type | Method and Description |
---|---|
List<ActionDefinitionLink> |
ActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionId(String actionDefinitionId) |
List<ActionDefinitionLink> |
ActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionIdAndType(String actionDefinitionId,
String type) |
Modifier and Type | Method and Description |
---|---|
List<ActionDefinitionLink> |
MybatisActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionId(String actionDefinitionId) |
List<ActionDefinitionLink> |
MybatisActionDefinitionLinkDataManager.findActionDefinitionLinksByActionDefinitionIdAndType(String actionDefinitionId,
String type) |
Modifier and Type | Method and Description |
---|---|
ActionDefinitionLink |
ActionRepositoryServiceImpl.addActionDefinitionLink(String actionDefinitionId,
String type,
String linkValue) |
Modifier and Type | Method and Description |
---|---|
List<ActionDefinitionLink> |
ActionRepositoryServiceImpl.getActionDefinitionLinks(String actionDefinitionId) |