Package step.functions.manager
Interface FunctionManager
public interface FunctionManager
-
Method Summary
Modifier and TypeMethodDescriptionstep.functions.FunctioncopyFunction(String functionId) voiddeleteFunction(String functionId) step.functions.FunctiongetFunctionByAttributes(Map<String, String> attributes) step.functions.Functionstep.functions.FunctionnewFunction(String functionType) step.functions.FunctionnewFunction(String type, Map<String, String> configuration) step.functions.FunctionsaveFunction(step.functions.Function function)
-
Method Details
-
saveFunction
step.functions.Function saveFunction(step.functions.Function function) throws SetupFunctionException, FunctionTypeException -
copyFunction
- Throws:
FunctionTypeException
-
deleteFunction
- Throws:
FunctionTypeException
-
newFunction
-
newFunction
-
getFunctionByAttributes
-
getFunctionById
-