| Package | Description |
|---|---|
| org.odpi.openmetadata.adapters.repositoryservices.igc.clientlibrary.model.common |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceList.getAllPages(IGCRestClient igcrest)
Retrieve all pages of relationships that this object represents.
|
Reference |
Reference.getAssetDetails(IGCRestClient igcrest)
Retrieve the asset details from a minimal reference stub.
|
Reference |
Reference.getAssetWithSubsetOfProperties(IGCRestClient igcrest,
String[] properties)
This will generally be the most performant method by which to retrieve asset information, when only
some subset of properties is required
|
Reference |
Reference.getAssetWithSubsetOfProperties(IGCRestClient igcrest,
String[] properties,
int pageSize)
This will generally be the most performant method by which to retrieve asset information, when only
some subset of properties is required
|
Reference |
Reference.getAssetWithSubsetOfProperties(IGCRestClient igcrest,
String[] properties,
int pageSize,
IGCSearchSorting sorting)
This will generally be the most performant method by which to retrieve asset information, when only
some subset of properties is required
|
Reference |
Reference.getFullAssetDetails(IGCRestClient igcrest)
Retrieve all of the asset details, including all relationships, from a minimal reference stub.
|
Identity |
Reference.getIdentity(IGCRestClient igcrest)
Retrieves the semantic identity of the asset.
|
void |
ReferenceList.getNextPage(IGCRestClient igcrest)
Retrieve the next page of relationships that this object represents.
|
boolean |
Reference.populateContext(IGCRestClient igcrest)
Ensures that the _context of the asset is populated (takes no action if already populated).
|
boolean |
Reference.populateModificationDetails(IGCRestClient igcrest)
Ensures that the modification details of the asset are populated (takes no action if already populated or
the asset does not support them).
|
Copyright © 2018–2019 ODPi. All rights reserved.