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