Package step.functions.packages
Class FunctionPackagePlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.functions.packages.FunctionPackagePlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin,step.core.plugins.OptionalPlugin
public class FunctionPackagePlugin extends AbstractLicensedControllerPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static StringFUNCTION_TABLE_EXTENSIONS
-
Constructor Summary
Constructors Constructor Description FunctionPackagePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateScreenInputsIfNecessary(step.core.GlobalContext context)voidexecutionControllerDestroy(step.core.GlobalContext context)voidexecutionControllerStart(step.core.GlobalContext context)protected StringgetModuleName()step.core.plugins.WebPlugingetWebPlugin()voidinitializeData(step.core.GlobalContext context)
-
-
-
Field Detail
-
FUNCTION_TABLE_EXTENSIONS
public static final String FUNCTION_TABLE_EXTENSIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws Exception- Specified by:
executionControllerStartin interfacestep.core.plugins.ControllerPlugin- Overrides:
executionControllerStartin classstep.core.plugins.AbstractControllerPlugin- Throws:
Exception
-
initializeData
public void initializeData(step.core.GlobalContext context) throws Exception- Specified by:
initializeDatain interfacestep.core.plugins.ControllerPlugin- Overrides:
initializeDatain classstep.core.plugins.AbstractControllerPlugin- Throws:
Exception
-
createScreenInputsIfNecessary
protected void createScreenInputsIfNecessary(step.core.GlobalContext context)
-
executionControllerDestroy
public void executionControllerDestroy(step.core.GlobalContext context)
- Specified by:
executionControllerDestroyin interfacestep.core.plugins.ControllerPlugin- Overrides:
executionControllerDestroyin classstep.core.plugins.AbstractControllerPlugin
-
getWebPlugin
public step.core.plugins.WebPlugin getWebPlugin()
- Specified by:
getWebPluginin interfacestep.core.plugins.ControllerPlugin- Overrides:
getWebPluginin classstep.core.plugins.AbstractControllerPlugin
-
getModuleName
protected String getModuleName()
- Specified by:
getModuleNamein classAbstractLicensedControllerPlugin
-
-