public class ActionDefinitionServiceImpl extends BaseOpenStackService implements ActionDefinitionService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
ActionDefinitionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ActionDefinition> |
create(InputStream wfText,
Scope scope)
Create a new action definition.
|
ActionResponse |
delete(String identifier)
Delete action definition by its identifier.
|
ActionDefinition |
get(String identifier)
Get action definition by its identifier.
|
List<? extends ActionDefinition> |
list()
List all action definitions with details.
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends ActionDefinition> list()
ActionDefinitionServicelist in interface ActionDefinitionServicepublic List<? extends ActionDefinition> create(InputStream wfText, Scope scope)
ActionDefinitionServicecreate in interface ActionDefinitionServicewfText - Text in YAML format (Mistral language) with one or more action definitions.scope - Scope of newly created workflows.public ActionDefinition get(String identifier)
ActionDefinitionServiceget in interface ActionDefinitionServiceidentifier - Action definition identifier (either ID or name).public ActionResponse delete(String identifier)
ActionDefinitionServicedelete in interface ActionDefinitionServiceidentifier - Action definition identifier (either ID or name).Copyright © 2019. All rights reserved.