| 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.search |
| Modifier and Type | Method and Description |
|---|---|
List<OpenMetadataElement> |
OpenMetadataStore.findMetadataElements(String metadataElementTypeName,
List<String> metadataElementSubtypeName,
SearchProperties searchProperties,
List<ElementStatus> limitResultsByStatus,
SearchClassifications matchClassifications,
String sequencingProperty,
SequencingOrder sequencingOrder,
int startFrom,
int pageSize)
Return a list of metadata elements that match the supplied criteria.
|
abstract List<OpenMetadataElement> |
OpenMetadataClient.findMetadataElements(String metadataElementTypeName,
List<String> metadataElementSubtypeName,
SearchProperties searchProperties,
List<ElementStatus> limitResultsByStatus,
SearchClassifications matchClassifications,
String sequencingProperty,
SequencingOrder sequencingOrder,
int startFrom,
int pageSize)
Return a list of metadata elements that match the supplied criteria.
|
| Constructor and Description |
|---|
SearchClassifications(SearchClassifications templateProperties)
Copy/clone constructor.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.