Uses of Interface
com.gooddata.md.Queryable
-
Packages that use Queryable Package Description com.gooddata.md com.gooddata.md.report com.gooddata.md.visualization -
-
Uses of Queryable in com.gooddata.md
Classes in com.gooddata.md that implement Queryable Modifier and Type Class Description classAttributeAttribute of GoodData project datasetclassColumnRepresents physical data model column.classDataLoadingColumnRepresents datasets' loading column.classDatasetRepresents metadata datasetclassDimensionRepresents metadata dimension.classFactFact of GoodData project datasetclassMetricMetricclassProjectDashboardProject Dashboard of GoodData project.
Deserialization only.classScheduledMailA scheduled mail MD object.classTableRepresents physical data model table.classTableDataLoadRepresents data load of physical table.Methods in com.gooddata.md with type parameters of type Queryable Modifier and Type Method Description <T extends Queryable>
Collection<Entry>MetadataService. find(Project project, Class<T> cls, Restriction... restrictions)Find metadata by restrictions like identifier, title or summary.<T extends Queryable>
Collection<String>MetadataService. findUris(Project project, Class<T> cls, Restriction... restrictions)Find metadata URIs by restrictions like identifier, title or summary.<T extends Queryable>
TMetadataService. getObj(Project project, Class<T> cls, Restriction... restrictions)Get metadata object by restrictions like identifier, title or summary.<T extends Queryable>
StringMetadataService. getObjUri(Project project, Class<T> cls, Restriction... restrictions)Get metadata object URI by restrictions like identifier, title or summary. -
Uses of Queryable in com.gooddata.md.report
Classes in com.gooddata.md.report that implement Queryable Modifier and Type Class Description classReportReportclassReportDefinitionReport definition -
Uses of Queryable in com.gooddata.md.visualization
Classes in com.gooddata.md.visualization that implement Queryable Modifier and Type Class Description classVisualizationClassClass for holding information about visualization, including uri to its implementation, icons, order index and checksumclassVisualizationObjectComplete information about new visualization object that can be stored as MD object (seeObj) to md server.
-