Class MultitenancyPlugin

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

    public class MultitenancyPlugin
    extends step.core.plugins.AbstractControllerPlugin
    • Constructor Detail

      • MultitenancyPlugin

        public MultitenancyPlugin()
    • Method Detail

      • executionControllerStart

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

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

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

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

        protected void createProject​(String name,
                                     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