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