Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.events.WatchdogGovernanceEvent
-
Packages that use WatchdogGovernanceEvent 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 WatchdogGovernanceEvent in org.odpi.openmetadata.frameworks.governanceaction
Methods in org.odpi.openmetadata.frameworks.governanceaction with parameters of type WatchdogGovernanceEvent Modifier and Type Method Description abstract voidWatchdogGovernanceListener. processEvent(WatchdogGovernanceEvent event)This method is called each time a requested event is received from the open metadata repositories. -
Uses of WatchdogGovernanceEvent in org.odpi.openmetadata.frameworks.governanceaction.events
Subclasses of WatchdogGovernanceEvent in org.odpi.openmetadata.frameworks.governanceaction.events Modifier and Type Class Description classWatchdogClassificationEventWatchdogClassificationEvent describes the structure of the events passed to the WatchdogGovernanceActionService that describe changes to classifications attached to metadata elements.classWatchdogMetadataElementEventWatchdogMetadataElementEvent describes the structure of the events passed to the WatchdogGovernanceActionService that relate to changes to metadata elements.classWatchdogRelatedElementsEventWatchdogRelatedElementsEvent describes the structure of the events passed to the WatchdogGovernanceActionService that represent changes to relationships.Constructors in org.odpi.openmetadata.frameworks.governanceaction.events with parameters of type WatchdogGovernanceEvent Constructor Description WatchdogGovernanceEvent(WatchdogGovernanceEvent template)Copy/clone constructor
-