Interface | Description |
---|---|
Obj |
First class metadata object - only dto objects, which have URI pointing to themselves should implement this.
|
Queryable |
Marker interface for metadata objects which can be found using query resource (see MetadataService.find* methods).
|
Updatable |
Marker interface for metadata objects which can be updated.
|
Class | Description |
---|---|
AbstractObj |
Metadata object (common part)
|
Attachment |
Common ancestor to
ScheduledMail attachments. |
Attribute |
Attribute of GoodData project dataset
|
AttributeDisplayForm |
Display form of attribute
|
AttributeElement |
Represent one element of attribute values
|
DashboardAttachment |
Attachment to
ScheduledMail represents dashboard-related information for the schedule. |
Dataset |
Represents metadata dataset
|
Dimension |
Represents metadata dimension.
|
DisplayForm |
Display form
|
DisplayForm.Content | |
DisplayForm.Links | |
Entry |
Metadata entry (can be named "LINK" in some API docs)
|
Expression |
Expression of fact
|
Fact |
Fact of GoodData project dataset
|
Key |
Key (primary/foreign) of attribute
|
MaqlAst |
MAQL AST representation
|
MaqlAst.MaqlAstPosition | |
Meta |
Metadata meta information (meant just for internal SDK usage)
|
MetadataService |
Query, create and update project metadata - attributes, facts, metrics, reports,...
|
Metric |
Metric
|
NestedAttribute |
Attribute representation which is nested in some other metadata object (i.e.
|
NestedAttribute.Content | |
Query |
Metadata query result
|
ReportAttachment |
Attachment to
ScheduledMail represents report-related information for the schedule. |
Restriction |
Metadata query restriction.
|
ScheduledMail |
A scheduled mail MD object.
|
ScheduledMailWhen |
Represents the start date and cron-like expression for
ScheduledMail mail schedule. |
Usage |
Describes object usages.
|
Exception | Description |
---|---|
NonUniqueObjException |
More than a single obj instance was found
|
ObjCreateException |
Metadata object couldn't be created
|
ObjNotFoundException |
Metadata object of the given URI doesn't exist
|
ObjUpdateException |
Metadata object couldn't be updated
|
Copyright © 2015. All Rights Reserved.