Class MistralWorkflowDefinition
- java.lang.Object
-
- org.openstack4j.openstack.workflow.domain.BaseDefinition
-
- org.openstack4j.openstack.workflow.domain.MistralWorkflowDefinition
-
- All Implemented Interfaces:
Serializable,Buildable<DefinitionBuilder>,ModelEntity,Definition,WorkflowDefinition
public class MistralWorkflowDefinition extends BaseDefinition implements WorkflowDefinition
Mistral workflow definition.- Author:
- Renat Akhmerov
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMistralWorkflowDefinition.MistralWorkflowDefinitionBuilderMistral workflow definition builder.static classMistralWorkflowDefinition.MistralWorkflowDefinitions-
Nested classes/interfaces inherited from class org.openstack4j.openstack.workflow.domain.BaseDefinition
BaseDefinition.BaseDefinitionBuilder<T extends DefinitionBuilder<T,M>,M extends BaseDefinition>
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description MistralWorkflowDefinition()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MistralWorkflowDefinition.MistralWorkflowDefinitionBuilderbuilder()StringgetInput()MistralWorkflowDefinition.MistralWorkflowDefinitionBuildertoBuilder()-
Methods inherited from class org.openstack4j.openstack.workflow.domain.BaseDefinition
getCreatedAt, getDefinition, getId, getName, getProjectId, getScope, getTags, getUpdatedAt, isSystem
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openstack4j.model.workflow.Definition
getCreatedAt, getDefinition, getId, getName, getProjectId, getScope, getTags, getUpdatedAt, isSystem
-
-
-
-
Method Detail
-
builder
public static MistralWorkflowDefinition.MistralWorkflowDefinitionBuilder builder()
-
toBuilder
public MistralWorkflowDefinition.MistralWorkflowDefinitionBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<DefinitionBuilder>
-
getInput
public String getInput()
- Specified by:
getInputin interfaceWorkflowDefinition- Returns:
- The comma-separated list of input parameters of this workflow definition.
-
-