Uses of Class
io.serverlessworkflow.api.Workflow
-
Packages that use Workflow Package Description io.serverlessworkflow.api io.serverlessworkflow.api.interfaces io.serverlessworkflow.api.serializers io.serverlessworkflow.api.workflow -
-
Uses of Workflow in io.serverlessworkflow.api
-
Uses of Workflow in io.serverlessworkflow.api.interfaces
Methods in io.serverlessworkflow.api.interfaces with parameters of type Workflow Modifier and Type Method Description WorkflowDiagram
WorkflowDiagram. setWorkflow(Workflow workflow)
WorkflowValidator
WorkflowValidator. setWorkflow(Workflow workflow)
-
Uses of Workflow in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type Workflow Modifier and Type Method Description void
WorkflowSerializer. serialize(Workflow workflow, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type Workflow Constructor Description WorkflowSerializer(Class<Workflow> t)
-
Uses of Workflow in io.serverlessworkflow.api.workflow
Methods in io.serverlessworkflow.api.workflow that return Workflow Modifier and Type Method Description static Workflow
BaseWorkflow. fromSource(String source)
Methods in io.serverlessworkflow.api.workflow with parameters of type Workflow Modifier and Type Method Description static String
BaseWorkflow. toJson(Workflow workflow)
static String
BaseWorkflow. toYaml(Workflow workflow)
-