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 WorkflowDiagramWorkflowDiagram. setWorkflow(Workflow workflow)WorkflowValidatorWorkflowValidator. 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 voidWorkflowSerializer. 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 WorkflowBaseWorkflow. fromSource(String source)Methods in io.serverlessworkflow.api.workflow with parameters of type Workflow Modifier and Type Method Description static StringBaseWorkflow. toJson(Workflow workflow)static StringBaseWorkflow. toYaml(Workflow workflow)
-