abstract List<OpenMetadataElement> |
OpenMetadataClient.findMetadataElements(String metadataElementTypeName,
List<String> metadataElementSubtypeName,
SearchProperties searchProperties,
List<ElementStatus> limitResultsByStatus,
SearchClassifications matchClassifications,
String sequencingProperty,
SequencingOrder sequencingOrder,
boolean forLineage,
boolean forDuplicateProcessing,
Date effectiveTime,
int startFrom,
int pageSize) |
Return a list of metadata elements that match the supplied criteria.
|
List<OpenMetadataElement> |
OpenMetadataStore.findMetadataElements(String metadataElementTypeName,
List<String> metadataElementSubtypeName,
SearchProperties searchProperties,
List<ElementStatus> limitResultsByStatus,
SearchClassifications matchClassifications,
String sequencingProperty,
SequencingOrder sequencingOrder,
boolean forLineage,
boolean forDuplicateProcessing,
Date effectiveTime,
int startFrom,
int pageSize) |
Return a list of metadata elements that match the supplied criteria.
|
abstract List<RelatedMetadataElements> |
OpenMetadataClient.findRelationshipsBetweenMetadataElements(String relationshipTypeName,
SearchProperties searchProperties,
String sequencingProperty,
SequencingOrder sequencingOrder,
boolean forLineage,
boolean forDuplicateProcessing,
Date effectiveTime,
int startFrom,
int pageSize) |
Return a list of relationships that match the requested conditions.
|
List<RelatedMetadataElements> |
OpenMetadataStore.findRelationshipsBetweenMetadataElements(String relationshipTypeName,
SearchProperties searchProperties,
String sequencingProperty,
SequencingOrder sequencingOrder,
boolean forLineage,
boolean forDuplicateProcessing,
Date effectiveTime,
int startFrom,
int pageSize) |
Return a list of relationships that match the requested conditions.
|