| Package | Description |
|---|---|
| com.gooddata.md |
| Modifier and Type | Method and Description |
|---|---|
<T extends Queryable> |
MetadataService.find(Project project,
java.lang.Class<T> cls,
Restriction... restrictions)
Find metadata by restrictions like identifier, title or summary.
|
java.util.Collection<Entry> |
Query.getEntries() |
java.util.Collection<Entry> |
Usage.getUsedBy() |
java.util.Collection<Entry> |
MetadataService.usedBy(Project project,
Obj obj,
boolean nearest,
java.lang.Class<? extends Obj>... types)
Find all objects which use the given object.
|
java.util.Collection<Entry> |
MetadataService.usedBy(Project project,
java.lang.String uri,
boolean nearest,
java.lang.Class<? extends Obj>... types)
Find all objects which use the given object.
|
Copyright © 2016. All Rights Reserved.