Package step.controller.multitenancy
Class MultitenancyPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractExecutionPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.controller.multitenancy.MultitenancyPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPluginCallbacks,step.core.plugins.ExecutionCallbacks,step.core.plugins.PluginCallbacks
public class MultitenancyPlugin extends step.core.plugins.AbstractControllerPlugin
-
-
Constructor Summary
Constructors Constructor Description MultitenancyPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInitializeData(step.core.GlobalContext context)protected voidassignScreenInputsToCommonProject(step.core.GlobalContext context)protected voidcreateProject(String name, String owner, boolean global)voidexecutionControllerStart(step.core.GlobalContext context)step.core.plugins.WebPlugingetWebPlugin()voidinitializeData(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface step.core.plugins.ExecutionCallbacks
afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, executionStart, rollbackReportNode, unassociateThread
-
-
-
-
Method Detail
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws Exception- Specified by:
executionControllerStartin interfacestep.core.plugins.ControllerPluginCallbacks- Overrides:
executionControllerStartin classstep.core.plugins.AbstractControllerPlugin- Throws:
Exception
-
initializeData
public void initializeData(step.core.GlobalContext context) throws Exception- Specified by:
initializeDatain interfacestep.core.plugins.ControllerPluginCallbacks- Overrides:
initializeDatain classstep.core.plugins.AbstractControllerPlugin- Throws:
Exception
-
afterInitializeData
public void afterInitializeData(step.core.GlobalContext context) throws Exception- Specified by:
afterInitializeDatain interfacestep.core.plugins.ControllerPluginCallbacks- Overrides:
afterInitializeDatain classstep.core.plugins.AbstractControllerPlugin- Throws:
Exception
-
assignScreenInputsToCommonProject
protected void assignScreenInputsToCommonProject(step.core.GlobalContext context)
-
getWebPlugin
public step.core.plugins.WebPlugin getWebPlugin()
- Overrides:
getWebPluginin classstep.core.plugins.AbstractControllerPlugin
-
-