public class WorkbookDefinitionServiceImpl extends BaseOpenStackService implements WorkbookDefinitionService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
WorkbookDefinitionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
WorkbookDefinition |
create(InputStream wfText,
Scope scope)
Create a new workbook definition.
|
ActionResponse |
delete(String identifier)
Delete workbook definition by its identifier.
|
WorkbookDefinition |
get(String identifier)
Get workbook definition by its identifier.
|
List<? extends WorkbookDefinition> |
list()
List all workbook definitions with details.
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends WorkbookDefinition> list()
WorkbookDefinitionServicelist in interface WorkbookDefinitionServicepublic WorkbookDefinition create(InputStream wfText, Scope scope)
WorkbookDefinitionServicecreate in interface WorkbookDefinitionServicewfText - Text in YAML format (Mistral language) with a workbook definition.scope - Scope of newly created workbook.public WorkbookDefinition get(String identifier)
WorkbookDefinitionServiceget in interface WorkbookDefinitionServiceidentifier - Workbook definition identifier (either ID or name).public ActionResponse delete(String identifier)
WorkbookDefinitionServicedelete in interface WorkbookDefinitionServiceidentifier - Workbook definition identifier (either ID or name).Copyright © 2020. All rights reserved.