Class RegisterActionDefinitionCmd
java.lang.Object
com.flowable.action.engine.impl.cmd.RegisterActionDefinitionCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ActionDefinitionEntity>
public class RegisterActionDefinitionCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<ActionDefinitionEntity>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRegisterActionDefinitionCmd
(ActionDefinitionBuilder actionDefinitionBuilder) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
builder
-
-
Constructor Details
-
RegisterActionDefinitionCmd
-
-
Method Details
-
execute
public ActionDefinitionEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<ActionDefinitionEntity>
-