Class GetDeploymentAppDefinitionCmd

java.lang.Object
com.flowable.app.engine.impl.cmd.GetDeploymentAppDefinitionCmd
All Implemented Interfaces:
java.io.Serializable, org.flowable.common.engine.impl.interceptor.Command<CoreAppDefinition>

public class GetDeploymentAppDefinitionCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<CoreAppDefinition>, java.io.Serializable
Author:
Tijs Rademakers
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String appDefinitionId  
  • Constructor Summary

    Constructors 
    Constructor Description
    GetDeploymentAppDefinitionCmd​(java.lang.String appDefinitionId)  
  • Method Summary

    Modifier and Type Method Description
    CoreAppDefinition 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
  • Field Details

  • Constructor Details

  • Method Details

    • execute

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