public interface WorkbookDefinitionService extends RestService
| Modifier and Type | Method and Description |
|---|---|
WorkbookDefinition |
create(InputStream wbText,
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.
|
List<? extends WorkbookDefinition> list()
WorkbookDefinition create(InputStream wbText, Scope scope)
wbText - Text in YAML format (Mistral language) with a workbook definition.scope - Scope of newly created workbook.WorkbookDefinition get(String identifier)
identifier - Workbook definition identifier (either ID or name).ActionResponse delete(String identifier)
identifier - Workbook definition identifier (either ID or name).Copyright © 2020. All rights reserved.