Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedMetadataElement
-
Packages that use RelatedMetadataElement 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 -
-
Uses of RelatedMetadataElement in org.odpi.openmetadata.frameworks.governanceaction
Methods in org.odpi.openmetadata.frameworks.governanceaction that return types with arguments of type RelatedMetadataElement Modifier and Type Method Description abstract List<RelatedMetadataElement>OpenMetadataClient. getRelatedMetadataElements(String elementGUID, int startingAtEnd, String relationshipTypeName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize)Retrieve the metadata elements connected to the supplied element.List<RelatedMetadataElement>OpenMetadataStore. getRelatedMetadataElements(String elementGUID, int startingAtEnd, String relationshipTypeName, boolean forLineage, boolean forDuplicateProcessing, Date effectiveTime, int startFrom, int pageSize)Retrieve the metadata elements connected to the supplied element. -
Uses of RelatedMetadataElement in org.odpi.openmetadata.frameworks.governanceaction.properties
Constructors in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type RelatedMetadataElement Constructor 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;
-