| Package | Description |
|---|---|
| com.gooddata.md |
| Modifier and Type | Method and Description |
|---|---|
<T extends Queryable> |
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.
|
Copyright © 2019. All rights reserved.