| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.common |
Defines data constructs representing general IGC object metadata.
|
| Modifier and Type | Method and Description |
|---|---|
static Identity |
Identity.getFromString(String identity,
IGCRestClient igcRestClient,
Identity.StringType stringType)
Builds an Identity based on an identity string (or null if unable to construct an Identity from the
string).
|
static Identity |
Identity.getFromString(String identity,
IGCRestClient igcRestClient,
Identity.StringType stringType,
boolean warnOnNotFound)
Builds an Identity based on an identity string (or null if unable to construct an Identity from the
string).
|
Identity |
Reference.getIdentity(IGCRestClient igcrest,
ObjectCache cache)
Retrieves the semantic identity of the asset.
|
Identity |
Identity.getParentIdentity()
Returns the Identity of the parent that contains the entity identified by this Identity.
|
Identity |
Identity.getUltimateParentIdentity()
Returns the Identity of the ultimate parent (top-level ancestor) that contains the entity
identified by this Identity.
|
Copyright © 2018–2021 ODPi. All rights reserved.