Uses of Interface
com.gooddata.md.Obj
-
Packages that use Obj Package Description com.gooddata.md com.gooddata.md.report com.gooddata.md.visualization -
-
Uses of Obj in com.gooddata.md
Subinterfaces of Obj in com.gooddata.md Modifier and Type Interface Description interfaceQueryableMarker interface for metadata objects which can be found using query resource (see MetadataService.find* methods).interfaceUpdatableMarker interface for metadata objects which can be updated.Classes in com.gooddata.md that implement Obj Modifier and Type Class Description classAttributeAttribute of GoodData project datasetclassAttributeDisplayFormDisplay form of attributeclassColumnRepresents 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 Obj Modifier and Type Method Description <T extends Obj>
TMetadataService. createObj(Project project, T obj)Create metadata object in given project<T extends Obj>
TMetadataService. getObjById(Project project, String id, Class<T> cls)Get metadata object by id.<T extends Obj>
TMetadataService. 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>
String[]AbstractObj. uris(T... objs)Get list of URIs of the givenObjsMethods in com.gooddata.md that return types with arguments of type Obj Modifier and Type Method Description Collection<Obj>MetadataService. getObjsByUris(Project project, Collection<String> uris)Retrieves a collection of objects corresponding to the supplied collection of URIs.Methods in com.gooddata.md with parameters of type Obj Modifier and Type Method Description voidMetadataService. removeObj(Obj obj)Remove metadata object URIprotected static <T extends Obj>
String[]AbstractObj. uris(T... objs)Get list of URIs of the givenObjsCollection<Entry>MetadataService. usedBy(Project project, Obj obj, boolean nearest, Class<? extends Obj>... types)Find all objects which use the given object.Constructors in com.gooddata.md with parameters of type Obj Constructor Description ObjNotFoundException(Obj obj)Construct a new instance of ObjNotFoundException. -
Uses of Obj in com.gooddata.md.report
Classes in com.gooddata.md.report that implement Obj Modifier and Type Class Description classReportReportclassReportDefinitionReport definition -
Uses of Obj in com.gooddata.md.visualization
Classes in com.gooddata.md.visualization that implement Obj 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.
-