Class GetAppModelCmd

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.interceptor.Command<CoreAppModel>

    public class GetAppModelCmd
    extends java.lang.Object
    implements org.flowable.common.engine.impl.interceptor.Command<CoreAppModel>
    Author:
    Tijs Rademakers
    • Field Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CoreAppModel 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 Detail

      • appDefinitionId

        protected java.lang.String appDefinitionId
    • Constructor Detail

      • GetAppModelCmd

        public GetAppModelCmd​(java.lang.String appDefinitionId)
    • Method Detail

      • execute

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