Uses of Enum Class
io.serverlessworkflow.api.WorkflowFormat
Packages that use WorkflowFormat
-
Uses of WorkflowFormat in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return WorkflowFormatModifier and TypeMethodDescriptionstatic WorkflowFormat
WorkflowFormat.fromFileName
(String fileName) static WorkflowFormat
static WorkflowFormat
Returns the enum constant of this class with the specified name.static WorkflowFormat[]
WorkflowFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.serverlessworkflow.api with parameters of type WorkflowFormatModifier and TypeMethodDescriptionWorkflowReaderOperations.read
(byte[] input, WorkflowFormat format) WorkflowReaderOperations.read
(InputStream input, WorkflowFormat format) WorkflowReaderOperations.read
(Reader input, WorkflowFormat format) WorkflowReaderOperations.read
(String input, WorkflowFormat format) static Workflow
WorkflowReader.readWorkflow
(byte[] input, WorkflowFormat format) static Workflow
WorkflowReader.readWorkflow
(InputStream input, WorkflowFormat format) static Workflow
WorkflowReader.readWorkflow
(Reader input, WorkflowFormat format) static Workflow
WorkflowReader.readWorkflow
(Path path, WorkflowFormat format) static Workflow
WorkflowReader.readWorkflow
(Path path, WorkflowFormat format, WorkflowReaderOperations reader) static Workflow
WorkflowReader.readWorkflowFromClasspath
(String classpath, ClassLoader cl, WorkflowFormat format) static Workflow
WorkflowReader.readWorkflowFromClasspath
(String classpath, ClassLoader cl, WorkflowFormat format, WorkflowReaderOperations reader) static Workflow
WorkflowReader.readWorkflowFromString
(String input, WorkflowFormat format) static byte[]
WorkflowWriter.workflowAsBytes
(Workflow workflow, WorkflowFormat format) static String
WorkflowWriter.workflowAsString
(Workflow workflow, WorkflowFormat format) static void
WorkflowWriter.writeWorkflow
(OutputStream output, Workflow workflow, WorkflowFormat format) static void
WorkflowWriter.writeWorkflow
(Writer output, Workflow workflow, WorkflowFormat format) static void
WorkflowWriter.writeWorkflow
(Path output, Workflow workflow, WorkflowFormat format)