| Package | Description |
|---|---|
| com.gooddata.md | |
| com.gooddata.md.report | |
| com.gooddata.md.visualization |
| Modifier and Type | Class and Description |
|---|---|
class |
Attribute
Attribute of GoodData project dataset
|
class |
Column
Represents physical data model column.
|
class |
DataLoadingColumn
Represents datasets' loading column.
|
class |
Dataset
Represents metadata dataset
|
class |
Dimension
Represents metadata dimension.
|
class |
Fact
Fact of GoodData project dataset
|
class |
Metric
Metric
|
class |
ProjectDashboard
Project Dashboard of GoodData project.
Deserialization only. |
class |
ScheduledMail
A scheduled mail MD object.
|
class |
Table
Represents physical data model table.
|
class |
TableDataLoad
Represents data load of physical table.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Queryable> |
MetadataService.find(Project project,
Class<T> cls,
Restriction... restrictions)
Find metadata by restrictions like identifier, title or summary.
|
<T extends Queryable> |
MetadataService.findUris(Project project,
Class<T> cls,
Restriction... restrictions)
Find metadata URIs by restrictions like identifier, title or summary.
|
<T extends Queryable> |
MetadataService.getObj(Project project,
Class<T> cls,
Restriction... restrictions)
Get metadata object by restrictions like identifier, title or summary.
|
<T extends Queryable> |
MetadataService.getObjUri(Project project,
Class<T> cls,
Restriction... restrictions)
Get metadata object URI by restrictions like identifier, title or summary.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Report
Report
|
class |
ReportDefinition
Report definition
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisualizationClass
Class for holding information about visualization, including uri to its implementation, icons, order index and checksum
|
class |
VisualizationObject
Complete information about new visualization object that can be stored as MD object (see
Obj)
to md server. |
Copyright © 2019. All rights reserved.