public interface FunctionManager
| Modifier and Type | Method and Description |
|---|---|
step.functions.Function |
copyFunction(String functionId) |
void |
deleteFunction(String functionId) |
step.functions.Function |
getFunctionByAttributes(Map<String,String> attributes) |
step.functions.Function |
getFunctionById(String id) |
step.functions.Function |
newFunction(String functionType) |
step.functions.Function |
saveFunction(step.functions.Function function) |
step.functions.Function saveFunction(step.functions.Function function)
throws SetupFunctionException,
FunctionTypeException
step.functions.Function copyFunction(String functionId) throws FunctionTypeException
FunctionTypeExceptionvoid deleteFunction(String functionId) throws FunctionTypeException
FunctionTypeExceptionstep.functions.Function newFunction(String functionType)
step.functions.Function getFunctionByAttributes(Map<String,String> attributes)
step.functions.Function getFunctionById(String id)
Copyright © 2020. All rights reserved.