Uses of Class
io.serverlessworkflow.api.functions.FunctionDefinition
-
Packages that use FunctionDefinition Package Description io.serverlessworkflow.api.functions io.serverlessworkflow.api.workflow -
-
Uses of FunctionDefinition in io.serverlessworkflow.api.functions
Methods in io.serverlessworkflow.api.functions that return FunctionDefinition Modifier and Type Method Description FunctionDefinition
FunctionDefinition. withAuthRef(String authRef)
FunctionDefinition
FunctionDefinition. withMetadata(Map<String,String> metadata)
FunctionDefinition
FunctionDefinition. withName(String name)
FunctionDefinition
FunctionDefinition. withOperation(String operation)
FunctionDefinition
FunctionDefinition. withType(FunctionDefinition.Type type)
-
Uses of FunctionDefinition in io.serverlessworkflow.api.workflow
Methods in io.serverlessworkflow.api.workflow that return types with arguments of type FunctionDefinition Modifier and Type Method Description List<FunctionDefinition>
Functions. getFunctionDefs()
Method parameters in io.serverlessworkflow.api.workflow with type arguments of type FunctionDefinition Modifier and Type Method Description void
Functions. setFunctionDefs(List<FunctionDefinition> functionDefs)
Constructor parameters in io.serverlessworkflow.api.workflow with type arguments of type FunctionDefinition Constructor Description Functions(List<FunctionDefinition> functionDefs)
-