| Package | Description |
|---|---|
| org.openstack4j.api.workflow | |
| org.openstack4j.model.workflow.builder | |
| org.openstack4j.openstack.workflow.domain | |
| org.openstack4j.openstack.workflow.internal |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDefinition |
WorkflowDefinitionService.get(String identifier)
Get workflow definition by its identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends WorkflowDefinition> |
WorkflowDefinitionService.create(InputStream wfText,
Scope scope)
Create one or more workflow definitions.
|
List<? extends WorkflowDefinition> |
WorkflowDefinitionService.list()
List all workflow definitions with details.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ValidationService.validate(WorkflowDefinition workflowDefinition)
Validate workflow definition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkflowDefinitionBuilder<T extends WorkflowDefinitionBuilder<T,M>,M extends WorkflowDefinition>
Builder for
WorkflowDefinition model class. |
| Modifier and Type | Class and Description |
|---|---|
class |
MistralWorkflowDefinition
Mistral workflow definition.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowDefinition |
WorkflowDefinitionServiceImpl.get(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends WorkflowDefinition> |
WorkflowDefinitionServiceImpl.create(InputStream wfText,
Scope scope) |
List<? extends WorkflowDefinition> |
WorkflowDefinitionServiceImpl.list() |
Copyright © 2019. All rights reserved.