| Package | Description |
|---|---|
| com.gooddata.md | |
| com.gooddata.md.report |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Queryable
Marker interface for metadata objects which can be found using query resource (see MetadataService.find* methods).
|
interface |
Updatable
Marker interface for metadata objects which can be updated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Attribute
Attribute of GoodData project dataset
|
class |
AttributeDisplayForm
Display form of attribute
|
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 Obj> |
MetadataService.createObj(Project project,
T obj)
Create metadata object in given project
|
<T extends Obj> |
MetadataService.getObjById(Project project,
String id,
Class<T> cls)
Get metadata object by id.
|
<T extends Obj> |
MetadataService.getObjByUri(String uri,
Class<T> cls)
Get metadata object by URI (format is
/gdc/md/{PROJECT_ID}/obj/{OBJECT_ID}) |
protected static <T extends Obj> |
AbstractObj.uris(T... objs)
Get list of URIs of the given
Objs |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataService.removeObj(Obj obj)
Remove metadata object URI
|
protected static <T extends Obj> |
AbstractObj.uris(T... objs)
Get list of URIs of the given
Objs |
Collection<Entry> |
MetadataService.usedBy(Project project,
Obj obj,
boolean nearest,
Class<? extends Obj>... types)
Find all objects which use the given object.
|
| Constructor and Description |
|---|
ObjNotFoundException(Obj obj)
Construct a new instance of ObjNotFoundException.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Report
Report
|
class |
ReportDefinition
Report definition
|
Copyright © 2017. All Rights Reserved.