public abstract class AbstractScriptFunctionType<T extends GeneralScriptFunction> extends AbstractFunctionType<T>
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
fileExtensionMap |
static Map<String,String> |
scriptEngineMap |
context| Constructor and Description |
|---|
AbstractScriptFunctionType() |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getDefaultScriptFile(GeneralScriptFunction function) |
String |
getHandlerChain(GeneralScriptFunction function) |
step.grid.filemanager.FileManagerClient.FileVersionId |
getHandlerPackage(GeneralScriptFunction function) |
Map<String,String> |
getHandlerProperties(T function) |
File |
getScriptFile(T function) |
protected String |
getScriptLanguage(GeneralScriptFunction conf) |
void |
init() |
protected File |
setupScriptFile(GeneralScriptFunction function,
InputStream templateStream) |
protected File |
setupScriptFile(GeneralScriptFunction function,
String templateFilename) |
beforeFunctionCall, copyFunction, deleteFunction, getContext, getTokenSelectionCriteria, newFunction, registerFile, registerFile, registerFile, registerFile, setContext, setupFunction, updateFunctionpublic void init()
init in class AbstractFunctionType<T extends GeneralScriptFunction>public Map<String,String> getHandlerProperties(T function)
getHandlerProperties in class AbstractFunctionType<T extends GeneralScriptFunction>public String getHandlerChain(GeneralScriptFunction function)
getHandlerChain in class AbstractFunctionType<T extends GeneralScriptFunction>public step.grid.filemanager.FileManagerClient.FileVersionId getHandlerPackage(GeneralScriptFunction function)
getHandlerPackage in class AbstractFunctionType<T extends GeneralScriptFunction>protected File getDefaultScriptFile(GeneralScriptFunction function)
protected String getScriptLanguage(GeneralScriptFunction conf)
protected File setupScriptFile(GeneralScriptFunction function, String templateFilename) throws SetupFunctionException
SetupFunctionExceptionprotected File setupScriptFile(GeneralScriptFunction function, InputStream templateStream) throws SetupFunctionException
SetupFunctionExceptionCopyright © 2018. All rights reserved.