Uses of Class
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
Subclasses of GovernanceContext in org.odpi.openmetadata.frameworks.governanceaction Modifier and Type Class Description classProvisioningGovernanceContextProvisioningGovernanceContext provides access to details of the provisioning request along with basic access to the metadata store.classRemediationGovernanceContextRemediationGovernanceContext provides access to details of the remediation request along with access to the metadata store and APIs to enable changes to a wide range of metadata elements.classTriageGovernanceContextTriageGovernanceContext provides access to details of the triage request and associated governance action plus with access to the metadata store.classVerificationGovernanceContextVerificationGovernanceContext provides access to details of the verification request along with access to the metadata store.classWatchdogGovernanceContextWatchdogGovernanceContext 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.Methods in org.odpi.openmetadata.frameworks.governanceaction with parameters of type GovernanceContext Modifier and Type Method Description voidGovernanceActionService. validateContext(GovernanceContext governanceContext)Verify that the context has been set up in the subclass
-