public class GetActionDefinitionLinksCmd extends Object implements Command<List<ActionDefinitionLink>>
Modifier and Type | Field and Description |
---|---|
protected String |
actionDefinitionId |
Constructor and Description |
---|
GetActionDefinitionLinksCmd(String actionDefinitionId) |
Modifier and Type | Method and Description |
---|---|
List<ActionDefinitionLink> |
execute(CommandContext commandContext) |
protected String actionDefinitionId
public GetActionDefinitionLinksCmd(String actionDefinitionId)
public List<ActionDefinitionLink> execute(CommandContext commandContext)
execute
in interface Command<List<ActionDefinitionLink>>