Package step.controller.multitenancy
Class MultitenancyPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.controller.multitenancy.MultitenancyPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
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 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()
-
-
-
Method Detail
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
executionControllerStart
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
executionControllerStart
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
afterInitializeData
public void afterInitializeData(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
afterInitializeData
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
afterInitializeData
in classstep.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 interfacestep.core.plugins.ControllerPlugin
- Overrides:
getWebPlugin
in classstep.core.plugins.AbstractControllerPlugin
-
-