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 java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<ActionDefinitionLink>
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
actionDefinitionId
protected java.lang.String
linkValue
protected java.lang.String
type
-
Constructor Summary
Constructors Constructor Description AddActionDefinitionLinkCmd(java.lang.String actionDefinitionId, java.lang.String type, java.lang.String linkValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionDefinitionLink
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Method Detail
-
execute
public ActionDefinitionLink execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<ActionDefinitionLink>
-
-