| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore |
| Modifier and Type | Method and Description |
|---|---|
abstract EntityDetail |
OMRSMetadataCollection.getEntityDetail(String userId,
String guid)
Return the header, classifications and properties of a specific entity.
|
EntityDetail |
OMRSMetadataCollectionBase.getEntityDetail(String userId,
String guid)
Return the header, classifications and properties of a specific entity.
|
abstract EntityDetail |
OMRSMetadataCollection.getEntityDetail(String userId,
String guid,
Date asOfTime)
Return a historical version of an entity.
|
EntityDetail |
OMRSMetadataCollectionBase.getEntityDetail(String userId,
String guid,
Date asOfTime)
Return a historical version of an entity.
|
abstract List<EntityDetail> |
OMRSMetadataCollection.getEntityDetailHistory(String userId,
String guid,
Date fromTime,
Date toTime,
int startFromElement,
int pageSize,
HistorySequencingOrder sequencingOrder)
Return all historical versions of an entity within the bounds of the provided timestamps.
|
List<EntityDetail> |
OMRSMetadataCollectionBase.getEntityDetailHistory(String userId,
String guid,
Date fromTime,
Date toTime,
int startFromElement,
int pageSize,
HistorySequencingOrder sequencingOrder)
Return all historical versions of an entity within the bounds of the provided timestamps.
|
protected void |
OMRSMetadataCollectionBase.reportEntityProxyOnly(String guid,
String guidParameterName,
String methodName)
Throw an exception for the situation where there is only a proxy and the caller wants an entity details.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.