Skip navigation links
A D G M O P S T V 

A

ActionDiscoveryAnnotations - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.remediation
ActionDiscoveryAnnotations is currently a placeholder for a governance action that will convert schema annotations from a discovery report into a structure of schema elements attached to the asset.
ActionDiscoveryAnnotations() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.ActionDiscoveryAnnotations
Default constructor

D

disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementWatchdogGovernanceActionConnector
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administer requested this governance action service stop running or the hosting server is shutting down.

G

GenericElementWatchdogGovernanceActionConnector - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog
MonitorForNewAssetGovernanceActionConnector is a Watchdog Governance Action Service that listens for new or refreshed Assets and kicks off a governance action process to validate that this Asset is correctly set up.
GenericElementWatchdogGovernanceActionConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementWatchdogGovernanceActionConnector
 
GenericElementWatchdogGovernanceActionProvider - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog
GenericElementWatchdogGovernanceActionProvider is the OCF connector provider for the generic element monitor governance action service.
GenericElementWatchdogGovernanceActionProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementWatchdogGovernanceActionProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
GenericElementWatchdogListener - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog
GenericElementWatchdogListener implements the watchdog listener interface for the GenericElementWatchdogGovernanceActionConnector.
GenericElementWatchdogListener(GenericElementWatchdogGovernanceActionConnector) - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementWatchdogListener
Construct the listener that is registered with the GovernanceContext.
getMessageDefinition() - Method in enum org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsErrorCode
Retrieve a message definition object for an exception.
GovernanceActionConnectorsAuditCode - Enum in org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc
The GovernanceActionConnectorsAuditCode is used to define the message content for the OMRS Audit Log.
GovernanceActionConnectorsErrorCode - Enum in org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc
The GovernanceActionConnectorsErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Basic File Connector.

M

MoveCopyFileGovernanceActionConnector - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning
MoveCopyFileGovernanceActionConnector moves or copies files from one location to another and optionally creates lineage between them.
MoveCopyFileGovernanceActionConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileGovernanceActionConnector
 
MoveCopyFileGovernanceActionProvider - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning
MoveCopyFileGovernanceActionProvider is the OCF connector provider for the Move or Copy File Provisioning Governance Action Service.
MoveCopyFileGovernanceActionProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileGovernanceActionProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.

O

org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc - package org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc
FFDC stands for First Failure Data Capture.
org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning - package org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning
Provisioning Governance Action Services that provision new resources into the digital landscape and optionally produce lineage.
org.odpi.openmetadata.adapters.connectors.governanceactions.remediation - package org.odpi.openmetadata.adapters.connectors.governanceactions.remediation
Remediation Governance Action Services that correct errors and enhance metadata elements, relationships and classifications.
org.odpi.openmetadata.adapters.connectors.governanceactions.triage - package org.odpi.openmetadata.adapters.connectors.governanceactions.triage
Triage Governance Action Services that make a choice on how to resolve an issue or handle a situation, often with the help of a human decision maker.
org.odpi.openmetadata.adapters.connectors.governanceactions.verification - package org.odpi.openmetadata.adapters.connectors.governanceactions.verification
Verification Governance Action Services that verify that the metadata elements and relationships are set up correctly.
org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog - package org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog
Watchdog Governance Action Services that monitor changes to open metadata.

P

processEvent(WatchdogGovernanceEvent) - Method in class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementWatchdogListener
This method is called each time a requested event is received from the open metadata repositories.

S

start() - Method in class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileGovernanceActionConnector
Indicates that the governance action service is completely configured and can begin processing.
start() - Method in class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementWatchdogGovernanceActionConnector
Indicates that the governance action service is completely configured and can begin processing.

T

toString() - Method in enum org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsErrorCode
JSON-style toString

V

valueOf(String) - Static method in enum org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
VerifyAssetGovernanceActionProvider - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.verification
VerifyAssetGovernanceActionProvider is the OCF connector provider for the Move or Copy File Provisioning Governance Action Service.
VerifyAssetGovernanceActionProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.verification.VerifyAssetGovernanceActionProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
A D G M O P S T V 
Skip navigation links

Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.