| 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 |
|---|---|
ActionDefinition |
ActionDefinitionService.get(String identifier)
Get action definition by its identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ActionDefinition> |
ActionDefinitionService.create(InputStream actionText,
Scope scope)
Create a new action definition.
|
List<? extends ActionDefinition> |
ActionDefinitionService.list()
List all action definitions with details.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionDefinitionBuilder<T extends ActionDefinitionBuilder<T,M>,M extends ActionDefinition>
Builder for a
ActionDefinition model class |
| Modifier and Type | Class and Description |
|---|---|
class |
MistralActionDefinition
Mistral action definition.
|
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
ActionDefinitionServiceImpl.get(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ActionDefinition> |
ActionDefinitionServiceImpl.create(InputStream wfText,
Scope scope) |
List<? extends ActionDefinition> |
ActionDefinitionServiceImpl.list() |
Copyright © 2020. All rights reserved.