| 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.events | |
| org.odpi.openmetadata.frameworks.governanceaction.properties |
| Modifier and Type | Method and Description |
|---|---|
List<RelatedMetadataElements> |
OpenMetadataStore.findRelationshipsBetweenMetadataElements(String relationshipTypeName,
SearchProperties searchProperties,
String sequencingProperty,
SequencingOrder sequencingOrder,
int startFrom,
int pageSize)
Return a list of relationships that match the requested conditions.
|
abstract List<RelatedMetadataElements> |
OpenMetadataClient.findRelationshipsBetweenMetadataElements(String relationshipTypeName,
SearchProperties searchProperties,
String sequencingProperty,
SequencingOrder sequencingOrder,
int startFrom,
int pageSize)
Return a list of relationships that match the requested conditions.
|
| Modifier and Type | Method and Description |
|---|---|
RelatedMetadataElements |
WatchdogRelatedElementsEvent.getPreviousRelatedMetadataElements()
For UPDATED_RELATIONSHIP_PROPERTIES only, return the value is set to the previous values
for the relationship, if available.
|
RelatedMetadataElements |
WatchdogRelatedElementsEvent.getRelatedMetadataElements()
Return the relationship details for the subject of this event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WatchdogRelatedElementsEvent.setPreviousRelatedMetadataElements(RelatedMetadataElements previousRelatedMetadataElements)
For UPDATED_RELATIONSHIP_PROPERTIES only, set up the value is set to the previous values
for the relationship, if available.
|
void |
WatchdogRelatedElementsEvent.setRelatedMetadataElements(RelatedMetadataElements relatedMetadataElements)
Set up the relationship details for the subject of this event.
|
| Constructor and Description |
|---|
RelatedMetadataElements(RelatedMetadataElements 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.