| Package | Description |
|---|---|
| com.gooddata.md | |
| com.gooddata.md.report |
| 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
|
Copyright © 2017. All Rights Reserved.