Class AddActionDefinitionLinkCmd
java.lang.Object
com.flowable.action.engine.impl.cmd.AddActionDefinitionLinkCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ActionDefinitionLink>
public class AddActionDefinitionLinkCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<ActionDefinitionLink>
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAddActionDefinitionLinkCmd
(String actionDefinitionId, String type, String linkValue) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
actionDefinitionId
-
type
-
linkValue
-
-
Constructor Details
-
AddActionDefinitionLinkCmd
-
-
Method Details
-
execute
public ActionDefinitionLink execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<ActionDefinitionLink>
-