Uses of Interface
io.serverlessworkflow.api.WorkflowReaderOperations
Packages that use WorkflowReaderOperations
-
Uses of WorkflowReaderOperations in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return WorkflowReaderOperationsModifier and TypeMethodDescriptionstatic WorkflowReaderOperations
WorkflowReader.noValidation()
static WorkflowReaderOperations
WorkflowReader.validation()
Methods in io.serverlessworkflow.api with parameters of type WorkflowReaderOperationsModifier and TypeMethodDescriptionstatic Workflow
WorkflowReader.readWorkflow
(Path path, WorkflowFormat format, WorkflowReaderOperations reader) static Workflow
WorkflowReader.readWorkflow
(Path path, WorkflowReaderOperations reader) static Workflow
WorkflowReader.readWorkflowFromClasspath
(String classpath, WorkflowReaderOperations reader) static Workflow
WorkflowReader.readWorkflowFromClasspath
(String classpath, ClassLoader cl, WorkflowFormat format, WorkflowReaderOperations reader)