public class LocalFunctionType extends step.functions.type.AbstractFunctionType<LocalFunction>
| Constructor and Description |
|---|
LocalFunctionType() |
| Modifier and Type | Method and Description |
|---|---|
LocalFunction |
copyFunction(LocalFunction function) |
String |
getHandlerChain(LocalFunction function) |
Map<String,String> |
getHandlerProperties(LocalFunction function) |
void |
init() |
LocalFunction |
newFunction() |
void |
setupFunction(LocalFunction function) |
public void init()
init in class step.functions.type.AbstractFunctionType<LocalFunction>public String getHandlerChain(LocalFunction function)
getHandlerChain in class step.functions.type.AbstractFunctionType<LocalFunction>public Map<String,String> getHandlerProperties(LocalFunction function)
getHandlerProperties in class step.functions.type.AbstractFunctionType<LocalFunction>public void setupFunction(LocalFunction function) throws step.functions.type.SetupFunctionException
setupFunction in class step.functions.type.AbstractFunctionType<LocalFunction>step.functions.type.SetupFunctionExceptionpublic LocalFunction copyFunction(LocalFunction function) throws step.functions.type.FunctionTypeException
copyFunction in class step.functions.type.AbstractFunctionType<LocalFunction>step.functions.type.FunctionTypeExceptionpublic LocalFunction newFunction()
newFunction in class step.functions.type.AbstractFunctionType<LocalFunction>Copyright © 2019. All rights reserved.