| 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 |
|---|---|
ActionExecution |
ActionExecutionService.create(ActionExecution actionExecution)
Create a new action execution.
|
ActionExecution |
ActionExecutionService.get(String id)
Get action execution by its ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ActionExecution> |
ActionExecutionService.list()
List all action executions with details.
|
| Modifier and Type | Method and Description |
|---|---|
ActionExecution |
ActionExecutionService.create(ActionExecution actionExecution)
Create a new action execution.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionExecutionBuilder<T extends ActionExecutionBuilder<T,M>,M extends ActionExecution>
Builder for a
ActionExecution model class |
| Modifier and Type | Class and Description |
|---|---|
class |
MistralActionExecution
Mistral action execution.
|
| Modifier and Type | Method and Description |
|---|---|
ActionExecution |
ActionExecutionServiceImpl.create(ActionExecution actionExec) |
ActionExecution |
ActionExecutionServiceImpl.get(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ActionExecution> |
ActionExecutionServiceImpl.list() |
| Modifier and Type | Method and Description |
|---|---|
ActionExecution |
ActionExecutionServiceImpl.create(ActionExecution actionExec) |
Copyright © 2019. All rights reserved.