| 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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObj
Metadata object (common part)
|
class |
Attribute
Attribute of GoodData project dataset
|
class |
AttributeDisplayForm
Display form of attribute
|
class |
DisplayForm
Display form
|
class |
Fact
Fact of GoodData project dataset
|
class |
Metric
Metric
|
| 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 |
|---|---|
protected static <T extends Obj> |
AbstractObj.uris(T... objs)
Get list of URIs of the given
Objs |
| Modifier and Type | Class and Description |
|---|---|
class |
Report
Report
|
class |
ReportDefinition
Report definition
|
Copyright © 2014. All Rights Reserved.