Class MistralBuilders
- java.lang.Object
-
- org.openstack4j.openstack.workflow.builder.MistralBuilders
-
- All Implemented Interfaces:
WorkflowBuilders
public class MistralBuilders extends Object implements WorkflowBuilders
The Mistral v2 Builders.
-
-
Constructor Summary
Constructors Constructor Description MistralBuilders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionDefinitionBuilderactionDefinition()The builder to create an action definition.WorkbookDefinitionBuilderworkbookDefinition()The builder to create a workbook definition.WorkflowDefinitionBuilderworkflowDefinition()The builder to create a workflow definition.WorkflowExecutionBuilderworkflowExecution()The builder to create a workflow execution.
-
-
-
Method Detail
-
workflowDefinition
public WorkflowDefinitionBuilder workflowDefinition()
Description copied from interface:WorkflowBuildersThe builder to create a workflow definition.- Specified by:
workflowDefinitionin interfaceWorkflowBuilders- Returns:
- the workflow definition builder.
-
workbookDefinition
public WorkbookDefinitionBuilder workbookDefinition()
Description copied from interface:WorkflowBuildersThe builder to create a workbook definition.- Specified by:
workbookDefinitionin interfaceWorkflowBuilders- Returns:
- the workbook definition builder.
-
actionDefinition
public ActionDefinitionBuilder actionDefinition()
Description copied from interface:WorkflowBuildersThe builder to create an action definition.- Specified by:
actionDefinitionin interfaceWorkflowBuilders- Returns:
- the action definition builder.
-
workflowExecution
public WorkflowExecutionBuilder workflowExecution()
Description copied from interface:WorkflowBuildersThe builder to create a workflow execution.- Specified by:
workflowExecutionin interfaceWorkflowBuilders- Returns:
- the workflow execution builder.
-
-