Class GetDeploymentActionDefinitionCmd

java.lang.Object
com.flowable.action.engine.impl.cmd.AbstractNeedsActionDefinitionCmd
com.flowable.action.engine.impl.cmd.GetDeploymentActionDefinitionCmd
All Implemented Interfaces:
java.io.Serializable, org.flowable.common.engine.impl.interceptor.Command<ActionDefinition>

public class GetDeploymentActionDefinitionCmd
extends AbstractNeedsActionDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<ActionDefinition>, java.io.Serializable
Author:
Tijs Rademakers, Joram Barrez
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String actionDefinitionId  
    protected java.lang.String actionDefinitionKey  
    protected java.lang.String tenantId  
  • Constructor Summary

    Constructors 
    Constructor Description
    GetDeploymentActionDefinitionCmd​(java.lang.String actionDefinitionId, java.lang.String actionDefinitionKey, java.lang.String tenantId)  
  • Method Summary

    Modifier and Type Method Description
    ActionDefinition execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class com.flowable.action.engine.impl.cmd.AbstractNeedsActionDefinitionCmd

    resolveActionDefinition

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • GetDeploymentActionDefinitionCmd

      public GetDeploymentActionDefinitionCmd​(java.lang.String actionDefinitionId, java.lang.String actionDefinitionKey, java.lang.String tenantId)
  • Method Details

    • execute

      public ActionDefinition execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<ActionDefinition>