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 java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<ActionDefinitionEntity>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected ActionDefinitionBuilder
builder
-
Constructor Summary
Constructors Constructor Description RegisterActionDefinitionCmd(ActionDefinitionBuilder actionDefinitionBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionDefinitionEntity
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Field Detail
-
builder
protected final ActionDefinitionBuilder builder
-
-
Constructor Detail
-
RegisterActionDefinitionCmd
public RegisterActionDefinitionCmd(ActionDefinitionBuilder actionDefinitionBuilder)
-
-
Method Detail
-
execute
public ActionDefinitionEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<ActionDefinitionEntity>
-
-