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 FunctionDefinitionFunctionDefinition. withAuthRef(String authRef)FunctionDefinitionFunctionDefinition. withMetadata(Map<String,String> metadata)FunctionDefinitionFunctionDefinition. withName(String name)FunctionDefinitionFunctionDefinition. withOperation(String operation)FunctionDefinitionFunctionDefinition. 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 voidFunctions. setFunctionDefs(List<FunctionDefinition> functionDefs)Constructor parameters in io.serverlessworkflow.api.workflow with type arguments of type FunctionDefinition Constructor Description Functions(List<FunctionDefinition> functionDefs)
-