Uses of Interface
org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
-
Packages that use GovernanceContext 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. -
-
Uses of GovernanceContext in org.odpi.openmetadata.frameworks.governanceaction
Subinterfaces of GovernanceContext in org.odpi.openmetadata.frameworks.governanceaction Modifier and Type Interface Description interfaceProvisioningGovernanceContextProvisioningGovernanceContext provides access to details of the provisioning request along with basic access to the metadata store.interfaceRemediationGovernanceContextRemediationGovernanceContext provides access to the remediation request along with access to the metadata store and APIs to enable changes to a wide range of metadata elements.interfaceTriageGovernanceContextTriageGovernanceContext provides access to details of the triage request and associated governance action plus with access to the metadata store.interfaceVerificationGovernanceContextVerificationGovernanceContext provides access to details of the verification request along with access to the metadata store.interfaceWatchdogGovernanceContextWatchdogGovernanceContext provides the watchdog governance action service with access to information about the request, open metadata store, the ability to register a listener to receive governance events and initiate new governance activity.Classes in org.odpi.openmetadata.frameworks.governanceaction that implement GovernanceContext Modifier and Type Class Description classGovernanceActionContextGovernanceContext provides the governance action service with access to information about the governance request along with the open metadata repository interfaces.Methods in org.odpi.openmetadata.frameworks.governanceaction with parameters of type GovernanceContext Modifier and Type Method Description voidGovernanceActionServiceConnector. validateContext(GovernanceContext governanceContext)Verify that the context has been set up in the subclass
-