| 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 |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
OpenMetadataClient.registerListener(WatchdogGovernanceListener listener,
List<WatchdogEventType> interestingEventTypes,
List<String> interestingMetadataTypes,
String specificInstance)
Register a listener to receive events about changes to metadata elements in the open metadata store.
|
void |
WatchdogGovernanceContext.registerListener(WatchdogGovernanceListener listener,
List<WatchdogEventType> interestingEventTypes,
List<String> interestingMetadataTypes,
String specificInstance)
Register a listener to receive events about changes to metadata elements in the open metadata store.
|
| Modifier and Type | Method and Description |
|---|---|
WatchdogEventType |
WatchdogGovernanceEvent.getEventType()
Return the type of event (used to get the class to cast to).
|
static WatchdogEventType |
WatchdogEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchdogEventType[] |
WatchdogEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WatchdogGovernanceEvent.setEventType(WatchdogEventType eventType)
Set up the event type.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.