Class MultitenancyPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPluginCallbacks, step.core.plugins.ExecutionCallbacks, step.core.plugins.PluginCallbacks

    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​(String name, String owner, boolean global)  
      void executionControllerStart​(step.core.GlobalContext context)  
      step.core.plugins.WebPlugin getWebPlugin()  
      void initializeData​(step.core.GlobalContext context)  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        executionControllerDestroy, registerWebapp
      • Methods inherited from class step.core.plugins.AbstractExecutionPlugin

        afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, executionStart, rollbackReportNode, rollbackReportNode, unassociateThread
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString, validate
      • Methods inherited from interface step.core.plugins.ExecutionCallbacks

        afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, executionStart, rollbackReportNode, unassociateThread
    • 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.ControllerPluginCallbacks
        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.ControllerPluginCallbacks
        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.ControllerPluginCallbacks
        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()
        Overrides:
        getWebPlugin in class step.core.plugins.AbstractControllerPlugin