Class MultitenancyPlugin

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

    public class MultitenancyPlugin
    extends step.core.plugins.AbstractControllerPlugin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterInitializeData​(step.core.GlobalContext context)  
      protected void assignScreenInputsToCommonProject​(step.core.GlobalContext context)  
      protected void createProject​(java.lang.String name, java.lang.String owner, boolean global)  
      void executionControllerStart​(step.core.GlobalContext context)  
      step.core.plugins.WebPlugin getWebPlugin()  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        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

      • MultitenancyPlugin

        public MultitenancyPlugin()
    • 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
      • afterInitializeData

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

        protected void assignScreenInputsToCommonProject​(step.core.GlobalContext context)
      • createProject

        protected void createProject​(java.lang.String name,
                                     java.lang.String owner,
                                     boolean global)
      • getWebPlugin

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