| 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.
|
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 |
|---|---|
SearchProperties |
PropertyCondition.getNestedConditions()
Retrieve any nested conditions.
|
SearchProperties |
ClassificationCondition.getSearchProperties()
Retrieve the (optional) properties-based conditions for the classification.
|
SearchProperties |
PropertyHelper.getSearchProperties(ElementProperties properties,
MatchCriteria matchCriteria)
Convert the provided instance properties and match criteria into an equivalent SearchProperties object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyCondition.setNestedConditions(SearchProperties nestedConditions)
Set any nested conditions.
|
void |
ClassificationCondition.setSearchProperties(SearchProperties searchProperties)
Set the (optional) properties-based conditions for the classification.
|
| Constructor and Description |
|---|
SearchProperties(SearchProperties templateProperties)
Copy/clone constructor.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.