Class IntegrationGovernanceContext
java.lang.Object
org.odpi.openmetadata.frameworks.integration.context.IntegrationGovernanceContext
IntegrationGovernanceContext provides access to extra services from the Governance Action Framework (GAF).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MultiLanguageManagementprotected final OpenMetadataAccessprotected final StewardshipActionprotected final ValidMetadataValues -
Constructor Summary
ConstructorsConstructorDescriptionIntegrationGovernanceContext(OpenMetadataAccess openMetadataAccess, MultiLanguageManagement multiLanguageManagement, StewardshipAction stewardshipAction, ValidMetadataValues validMetadataValues) Create an integration context. -
Method Summary
Modifier and TypeMethodDescriptionReturn an extension to the context that provides access to the multi-language support from the Governance Action Framework (GAF).Return an extension to the context that provides access to the open metadata store from the Governance Action Framework (GAF).Return an extension to the context that provides access to the stewardship action support from the Governance Action Framework (GAF).Return an extension to the context that provides access to the valid values defined for open metadata from the Governance Action Framework (GAF).
-
Field Details
-
openMetadataAccess
-
multiLanguageManagement
-
stewardshipAction
-
validMetadataValues
-
-
Constructor Details
-
IntegrationGovernanceContext
public IntegrationGovernanceContext(OpenMetadataAccess openMetadataAccess, MultiLanguageManagement multiLanguageManagement, StewardshipAction stewardshipAction, ValidMetadataValues validMetadataValues) Create an integration context.- Parameters:
openMetadataAccess- Governance Action Framework (GAF) extension for accessing open metadatamultiLanguageManagement- Governance Action Framework (GAF) extension for managing multi-language contentstewardshipAction- Governance Action Framework (GAF) extension to requesting help from stewardsvalidMetadataValues- Governance Action Framework (GAF) extension for working with valid values for metadata
-
-
Method Details
-
getOpenMetadataAccess
Return an extension to the context that provides access to the open metadata store from the Governance Action Framework (GAF).- Returns:
- open metadata store context extension
-
getMultiLanguageManagement
Return an extension to the context that provides access to the multi-language support from the Governance Action Framework (GAF).- Returns:
- multi-language management context extension
-
getStewardshipAction
Return an extension to the context that provides access to the stewardship action support from the Governance Action Framework (GAF). This supports methods to create incident reports and to dos.- Returns:
- stewardship action context extension
-
getValidMetadataValues
Return an extension to the context that provides access to the valid values defined for open metadata from the Governance Action Framework (GAF).- Returns:
- valid metadata values context extension
-