Package step.functions.packages
Class FunctionPackagePlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractExecutionPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedPlugin
-
- step.functions.packages.FunctionPackagePlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPluginCallbacks,step.core.plugins.ExecutionCallbacks,step.core.plugins.PluginCallbacks
public class FunctionPackagePlugin extends AbstractLicensedPlugin
-
-
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)-
Methods inherited from class step.plugins.licensing.AbstractLicensedPlugin
checkLicenseCached, validate
-
Methods inherited from class step.core.plugins.AbstractControllerPlugin
afterInitializeData, 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
-
createScreenInputsIfNecessary
protected void createScreenInputsIfNecessary(step.core.GlobalContext context)
-
executionControllerDestroy
public void executionControllerDestroy(step.core.GlobalContext context)
- Specified by:
executionControllerDestroyin interfacestep.core.plugins.ControllerPluginCallbacks- Overrides:
executionControllerDestroyin classstep.core.plugins.AbstractControllerPlugin
-
getWebPlugin
public step.core.plugins.WebPlugin getWebPlugin()
- Overrides:
getWebPluginin classstep.core.plugins.AbstractControllerPlugin
-
getModuleName
protected String getModuleName()
- Specified by:
getModuleNamein classAbstractLicensedPlugin
-
-