Interface VerificationGovernanceContext
-
- All Superinterfaces:
GovernanceContext
- All Known Implementing Classes:
GovernanceActionContext
public interface VerificationGovernanceContext extends GovernanceContext
VerificationGovernanceContext provides access to details of the verification request along with access to the metadata store. A verification service is typically verifying that the properties associated with actionTargetElements are set appropriately. Part of these checks may look for consistency with the request source elements. For example, if a discovery service documented a schema extracted from the real world counterpart of an Asset metadata element, a verification service could check that the schema metadata elements for the Asset are correct.
-
-
Method Summary
-
Methods inherited from interface org.odpi.openmetadata.frameworks.governanceaction.GovernanceContext
createIncidentReport, getActionTargetElements, getCompletionStatus, getOpenMetadataStore, getRequestParameters, getRequestSourceElements, getRequestType, recordCompletionStatus, recordCompletionStatus, recordCompletionStatus, updateActionTargetStatus
-
-