| Modifier and Type | Method and Description |
|---|---|
Dashboard |
DashboardBuilder.build() |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
List<org.dashbuilder.dataset.def.DataSetDef> dataSets) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
List<org.dashbuilder.dataset.def.DataSetDef> dataSets,
Navigation navigation) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
List<org.dashbuilder.dataset.def.DataSetDef> dataSets,
Navigation navigation,
Path componentsPath) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
List<org.dashbuilder.dataset.def.DataSetDef> dataSets,
Path componentsPath) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
Navigation navigation) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
Path componentsPath) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ComponentsHelper.listComponentsIds(Dashboard dashboard) |
| Modifier and Type | Method and Description |
|---|---|
static Dashboard |
Dashboard.of(List<Page> pages,
List<org.dashbuilder.dataset.def.DataSetDef> dataSets,
Navigation navigation,
Path componentsPath) |
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
DashboardSerializer.deserialize(InputStream model)
Deserialize the incoming input stream into a Dashboard object
Support of components and files that aren't dashboard definition may not be supported.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardExporter.export(Dashboard dashboard,
Path path,
DashboardExporter.ExportType type) |
void |
DashboardExporter.export(Dashboard dashboard,
String path,
DashboardExporter.ExportType type) |
void |
DashboardSerializer.serialize(Dashboard dashboard,
OutputStream os)
Serialize the provided dashboard and write the result in the provided output stream
|
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
DashboardZipSerializer.deserialize(InputStream model) |
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardZipSerializer.serialize(Dashboard dashboard,
OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationResult> |
DashboardValidator.validate(Dashboard dashboard) |
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.