Class WizardPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPlugin, step.core.plugins.OptionalPlugin, step.framework.server.ServerPlugin<step.core.GlobalContext>

    public class WizardPlugin
    extends AbstractLicensedControllerPlugin
    • Constructor Summary

      Constructors 
      Constructor Description
      WizardPlugin()  
    • Method Summary

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

        canBeDisabled, getExecutionEnginePlugin, initializeData, migrateData, serverStop
      • 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

      • WizardPlugin

        public WizardPlugin()
    • Method Detail

      • serverStart

        public void serverStart​(step.core.GlobalContext context)
                         throws java.lang.Exception
        Specified by:
        serverStart in interface step.framework.server.ServerPlugin<step.core.GlobalContext>
        Overrides:
        serverStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • afterInitializeData

        public void afterInitializeData​(step.core.GlobalContext context)
                                 throws java.lang.Exception
        Specified by:
        afterInitializeData in interface step.framework.server.ServerPlugin<step.core.GlobalContext>
        Overrides:
        afterInitializeData in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • getWebPlugin

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