Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogEventType
-
Packages that use WatchdogEventType 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 -
-
Uses of WatchdogEventType in org.odpi.openmetadata.frameworks.governanceaction
Method parameters in org.odpi.openmetadata.frameworks.governanceaction with type arguments of type WatchdogEventType Modifier and Type Method Description voidGovernanceActionContext. 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.abstract voidOpenMetadataClient. 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.voidWatchdogGovernanceContext. 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. -
Uses of WatchdogEventType in org.odpi.openmetadata.frameworks.governanceaction.events
Methods in org.odpi.openmetadata.frameworks.governanceaction.events that return WatchdogEventType Modifier and Type Method Description WatchdogEventTypeWatchdogGovernanceEvent. getEventType()Return the type of event (used to get the class to cast to).static WatchdogEventTypeWatchdogEventType. 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.Methods in org.odpi.openmetadata.frameworks.governanceaction.events with parameters of type WatchdogEventType Modifier and Type Method Description voidWatchdogGovernanceEvent. setEventType(WatchdogEventType eventType)Set up the event type.
-