| Package | Description |
|---|---|
| com.gooddata.md |
| Modifier and Type | Method and Description |
|---|---|
static Restriction |
Restriction.identifier(String value)
Construct a new instance with restriction type identifier and given value.
|
static Restriction |
Restriction.summary(String value)
Construct a new instance with restriction type summary and given value.
|
static Restriction |
Restriction.title(String value)
Construct a new instance with restriction type title and given value.
|
| 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.
|
<T extends Queryable> |
MetadataService.findUris(Project project,
Class<T> cls,
Restriction... restrictions)
Find metadata URIs by restrictions like identifier, title or summary.
|
<T extends Queryable> |
MetadataService.getObj(Project project,
Class<T> cls,
Restriction... restrictions)
Get metadata object by restrictions like identifier, title or summary.
|
<T extends Queryable> |
MetadataService.getObjUri(Project project,
Class<T> cls,
Restriction... restrictions)
Get metadata object URI by restrictions like identifier, title or summary.
|
Copyright © 2014. All Rights Reserved.