Class GetActionDefinitionLinksCmd
- java.lang.Object
-
- com.flowable.action.engine.impl.cmd.GetActionDefinitionLinksCmd
-
- All Implemented Interfaces:
Command<List<ActionDefinitionLink>>
public class GetActionDefinitionLinksCmd extends Object implements Command<List<ActionDefinitionLink>>
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected String
actionDefinitionId
-
Constructor Summary
Constructors Constructor Description GetActionDefinitionLinksCmd(String actionDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ActionDefinitionLink>
execute(CommandContext commandContext)
-
-
-
Field Detail
-
actionDefinitionId
protected String actionDefinitionId
-
-
Constructor Detail
-
GetActionDefinitionLinksCmd
public GetActionDefinitionLinksCmd(String actionDefinitionId)
-
-
Method Detail
-
execute
public List<ActionDefinitionLink> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<ActionDefinitionLink>>
-
-