Uses of Class
com.gooddata.md.Entry
-
Packages that use Entry Package Description com.gooddata.md -
-
Uses of Entry in com.gooddata.md
Methods in com.gooddata.md that return types with arguments of type Entry 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.Collection<Entry>Query. getEntries()Collection<Entry>Usage. getUsedBy()Collection<Entry>MetadataService. usedBy(Project project, Obj obj, boolean nearest, Class<? extends Obj>... types)Find all objects which use the given object.Collection<Entry>MetadataService. usedBy(Project project, String uri, boolean nearest, Class<? extends Obj>... types)Find all objects which use the given object.
-