Class OrganizerPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPlugin, step.core.plugins.OptionalPlugin

    public class OrganizerPlugin
    extends AbstractLicensedControllerPlugin
    • Constructor Summary

      Constructors 
      Constructor Description
      OrganizerPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void executionControllerStart​(step.core.GlobalContext context)  
      protected java.lang.String getModuleName()  
      step.core.plugins.WebPlugin getWebPlugin()  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        afterInitializeData, executionControllerDestroy, getExecutionEnginePlugin, initializeData, migrateData, registerWebapp, registerWebappFromClass
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OrganizerPlugin

        public OrganizerPlugin()
    • Method Detail

      • executionControllerStart

        public void executionControllerStart​(step.core.GlobalContext context)
                                      throws java.lang.Exception
        Specified by:
        executionControllerStart in interface step.core.plugins.ControllerPlugin
        Overrides:
        executionControllerStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • getWebPlugin

        public step.core.plugins.WebPlugin getWebPlugin()
        Specified by:
        getWebPlugin in interface step.core.plugins.ControllerPlugin
        Overrides:
        getWebPlugin in class step.core.plugins.AbstractControllerPlugin