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
Modifier and Type Method Description ActionDefinitionEntity
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
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>
-