| 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 |
|---|---|
OpenMetadataElement |
OpenMetadataStore.getMetadataElementByGUID(String elementGUID)
Retrieve the metadata element using its unique identifier.
|
abstract OpenMetadataElement |
OpenMetadataClient.getMetadataElementByGUID(String elementGUID)
Retrieve the metadata element using its unique identifier.
|
OpenMetadataElement |
OpenMetadataStore.getMetadataElementByUniqueName(String uniqueName,
String uniquePropertyName)
Retrieve the metadata element using its unique name (typically the qualified name).
|
abstract OpenMetadataElement |
OpenMetadataClient.getMetadataElementByUniqueName(String uniqueName,
String uniquePropertyName)
Retrieve the metadata element using its unique name (typically the qualified name).
|
| 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<OpenMetadataElement> |
OpenMetadataStore.findMetadataElementsWithString(String searchString,
int startFrom,
int pageSize)
Retrieve the metadata elements that contain the requested string.
|
abstract List<OpenMetadataElement> |
OpenMetadataClient.findMetadataElementsWithString(String searchString,
int startFrom,
int pageSize)
Retrieve the metadata elements that contain the requested string.
|
| Modifier and Type | Method and Description |
|---|---|
OpenMetadataElement |
WatchdogMetadataElementEvent.getMetadataElement()
Return the properties for the metadata element that is the subject of this event.
|
OpenMetadataElement |
WatchdogMetadataElementEvent.getPreviousMetadataElement()
For UPDATED_ELEMENT_PROPERTIES events, return the previous values for the
metadata event if available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WatchdogMetadataElementEvent.setMetadataElement(OpenMetadataElement metadataElement)
Set up the properties for the metadata element that is the subject of this event.
|
void |
WatchdogMetadataElementEvent.setPreviousMetadataElement(OpenMetadataElement previousMetadataElement)
For UPDATED_ELEMENT_PROPERTIES events, set up the previous values for the
metadata event if available.
|
| Modifier and Type | Method and Description |
|---|---|
OpenMetadataElement |
RelatedMetadataElement.getElementProperties()
Return the properties of the related element.
|
OpenMetadataElement |
RequestSourceElement.getRequestSourceElement()
Return the specific element that caused the governance action service to be started.
|
OpenMetadataElement |
ActionTargetElement.getTargetElement()
Return details of the target element that the governance action service is to process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelatedMetadataElement.setElementProperties(OpenMetadataElement elementProperties)
Set up the properties of the related element.
|
void |
RequestSourceElement.setRequestSourceElement(OpenMetadataElement requestSourceElement)
Set up the specific element that caused the governance action service to be started.
|
void |
ActionTargetElement.setTargetElement(OpenMetadataElement targetElement)
Set up details of the target element that the governance action service is to process.
|
| Constructor and Description |
|---|
OpenMetadataElement(OpenMetadataElement 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.