| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.governanceaction |
The interfaces of the Governance Action Framework (GAF)
The governance action framework defines interfaces for governance action services.
|
| org.odpi.openmetadata.frameworks.governanceaction.properties |
| Modifier and Type | Method and Description |
|---|---|
List<RelatedMetadataElement> |
OpenMetadataStore.getRelatedMetadataElements(String elementGUID,
int startingAtEnd,
String relationshipTypeName,
int startFrom,
int pageSize)
Retrieve the metadata elements connected to the supplied element.
|
abstract List<RelatedMetadataElement> |
OpenMetadataClient.getRelatedMetadataElements(String elementGUID,
int startingAtEnd,
String relationshipTypeName,
int startFrom,
int pageSize)
Retrieve the metadata elements connected to the supplied element.
|
| Constructor and Description |
|---|
RelatedMetadataElement(RelatedMetadataElement template)
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as
long as the template object is not null;
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.