Skip navigation links
B C D E F G H I O R S T V 

B

BasicFilesIntegrationConnectorsAuditCode - Enum in org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc
The BasicFilesIntegrationConnectorsAuditCode is used to define the message content for the OMRS Audit Log.
BasicFilesIntegrationConnectorsErrorCode - Enum in org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc
The BasicFilesIntegrationConnectorsErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Basic File Connector.
BasicFilesMonitorIntegrationConnectorBase - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
BasicFilesMonitorIntegrationConnectorBase provides common methods for the connectors in this module.
BasicFilesMonitorIntegrationConnectorBase() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
 

C

ConfigException - Exception in org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception
The FileException is thrown by the connector when it is not possible to retrieve details about the requested file.
ConfigException(ExceptionMessageDefinition, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
This is the typical constructor used for creating an exception.
ConfigException(ExceptionMessageDefinition, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
This is the typical constructor used for creating an exception.
ConfigException(ExceptionMessageDefinition, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
This is the constructor used for creating an exception that resulted from a previous error.
ConfigException(ExceptionMessageDefinition, String, String, Throwable, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
This is the constructor used for creating an exception that resulted from a previous error.

D

DataFilesMonitorIntegrationConnector - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
DataFilesMonitorIntegrationConnector monitors a file directory and catalogues the files it finds.
DataFilesMonitorIntegrationConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
 
DataFilesMonitorIntegrationProvider - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
DataFilesMonitorIntegrationProvider is the OCF connector provider for the Data Files Monitor Integration Connector.
DataFilesMonitorIntegrationProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
DataFolderMonitorIntegrationConnector - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
DataFolderMonitorIntegrationConnector monitors a file directory that is linked to a DataFolder asset and maintains the update time of the DataFolder each time one of the files or embedded directories change in some way.
DataFolderMonitorIntegrationConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationConnector
 
DataFolderMonitorIntegrationProvider - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
DataFolderMonitorIntegrationProvider is the OCF connector provider for the Data Folder Monitor Integration Connector.
DataFolderMonitorIntegrationProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
Shutdown file monitoring

E

equals(Object) - Method in exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.FileException
Return comparison result based on the content of the properties.

F

FileException - Exception in org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception
The FileException is thrown by the connector when it is not possible to retrieve details about the requested file.
FileException(ExceptionMessageDefinition, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.FileException
This is the typical constructor used for creating an exception.
FileException(ExceptionMessageDefinition, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.FileException
This is the typical constructor used for creating an exception.
FileException(ExceptionMessageDefinition, String, String, Throwable, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.FileException
This is the constructor used for creating an exception that resulted from a previous error.
FileException(ExceptionMessageDefinition, String, String, Throwable, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.FileException
This is the constructor used for creating an exception that resulted from a previous error.

G

getFileName() - Method in exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
Return the invalid parameter's name, if known.
getFileName() - Method in exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.FileException
Return the invalid parameter's name, if known.
getMessageDefinition() - Method in enum org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
Retrieve a message definition object for an exception.

H

hashCode() - Method in exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.FileException
Return hash code for this object

I

initialize(String, ConnectionProperties) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
Initialize the connector.

O

org.odpi.openmetadata.adapters.connectors.integration.basicfiles - package org.odpi.openmetadata.adapters.connectors.integration.basicfiles
The basic file integration connectors monitor changes in a file directory (folder) and updates the open metadata repository/repositories to reflect the changes to both the files and folders underneath it.
org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc - package org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc
FFDC stands for First Failure Data Capture.
org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception - package org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception
The exceptions in this package are thrown by the basic file integration connectors.

R

refresh() - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
Requests that the connector does a comparison of the metadata in the third party technology and open metadata repositories.
refresh() - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationConnector
Requests that the connector does a comparison of the metadata in the third party technology and open metadata repositories.

S

start() - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
Indicates that the connector is completely configured and can begin processing.
start() - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationConnector
Indicates that the connector is completely configured and can begin processing.

T

toString() - Method in enum org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.FileException
JSON-style toString

V

valueOf(String) - Static method in enum org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
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.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
B C D E F G H I O R S T V 
Skip navigation links

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