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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait