Index

A B C D E F G H I M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ALLOW_CATALOG_DELETE_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
An optional boolean flag to indicate whether the connector should delete the catalog entry for files that have been deleted (true) or just archive them (false - the default).

B

BAD_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
The {0} integration connector encountered an {1} exception when opening directory {2} sourced from {3} during the {4} method.
BAD_FILE_ELEMENT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0013 - The {0} integration connector retrieved an incomplete DataFile asset: {1}
BAD_FOLDER_ELEMENT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0003 - The {0} integration connector retrieved an incomplete FileFolder asset for directory {1}: {2}
BasicFilesIntegrationConnectorsAuditCode - Enum Class 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 Class 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

CATALOG_ALL_FILES_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
An optional boolean flag to indicate that all files should be catalogued, whether they are classified or not.
CATALOG_TARGET_NAME - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
The name of the catalog target that contains the directory to monitor.
ConfigException - Exception in org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception
The ConfigException is thrown by the connector when its configuration is inadequate.
ConfigException(ExceptionMessageDefinition, String, String, Exception, String, 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, Exception, String, 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.
ConfigException(ExceptionMessageDefinition, String, 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, 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.
CONNECTOR_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0001 - The {0} integration connector has been initialized with directoryToMonitor={1}, allowCatalogDelete={2}, waitForDirectory={3}, fileTemplateQualifiedName={4}, directoryTemplateQualifiedName={5}, toDoTemplateQualifiedName={6} and incidentReportTemplateQualifiedName={7}
CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0009 - The {0} integration connector has stopped its file monitoring and is shutting down

D

DATA_FILE_ARCHIVED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0020 - The {0} integration connector has archived the DataFile {1} ({2}) because the real-world file is no longer stored in the directory
DATA_FILE_CREATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0016 - The {0} integration connector created the DataFile {1} ({2}) for a new real-world file
DATA_FILE_CREATED_FROM_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0017 - The {0} integration connector created the DataFile {1} ({2}) for a new real-world file using template {3} ({4})
DATA_FILE_DELETED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
The {0} integration connector has deleted the DataFile {1} ({2}) because the real-world file is no longer stored in the directory
DATA_FILE_UPDATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0018 - The {0} integration connector has updated the DataFile {1} ({2}) because the real-world file changed
DATA_FOLDER_UPDATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0010 - The {0} integration connector has updated the last updated time in the DataFolder {1} to {2}
DATA_FOLDER_UPDATED_FOR_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0011 - The {0} integration connector has updated the last updated time in the DataFolder {1} to {2} because of changes to file {3}
DATA_SET_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The display name of the data set.
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.
dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
 
DEPLOYED_IMPLEMENTATION_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The deployed implementation type for the file.
description - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
 
DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The description of the resource to help a consumer understand its content and purpose.
DIRECTORY_MONITORING_STARTING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0005 - The {0} integration connector is initiating the monitoring of file directory {1}
DIRECTORY_MONITORING_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0007 - The {0} integration connector is stopping the monitoring of file directory {1}
DIRECTORY_TEMPLATE_QUALIFIED_NAME_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
The optional qualified name of a data asset used for cataloguing directories (folders).
disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
Shutdown file monitoring

E

EMBEDDED_METADATA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Descriptive metadata values embedded within the file.
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.
example - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
 

F

FILE_ENCODING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The encoding scheme used on the file.
FILE_EXTENSION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The postfix identifier in the file name that indicates the format of the file.
FILE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The short name of the file with its extension but without the directory names.
FILE_SYSTEM_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The full pathname of the file including the directory names, file name and file extension.
FILE_TEMPLATE_QUALIFIED_NAME_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
The optional qualified name of a data asset used for cataloguing files.
FILE_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The logical file type of the file.
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, Exception, 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, Exception, 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.
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.
FILES_LOCATION_NOT_DIRECTORY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
BASIC-FILES-INTEGRATION-CONNECTORS-400-002 - The file location {0} is not a directory
FILES_LOCATION_NOT_FOUND - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
 
FILES_LOCATION_NOT_FOUND - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
BASIC-FILES-INTEGRATION-CONNECTORS-404-001 - The directory named {0} does not exist
FILES_LOCATION_NOT_READABLE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
BASIC-FILES-INTEGRATION-CONNECTORS-400-003 - The directory (folder) {0} is not readable
FILES_LOCATION_NOT_SPECIFIED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
BASIC-FILES-INTEGRATION-CONNECTORS-400-001 - The name of the directory (folder) identifying where the files to be catalogued are located is null in the Connection object {0}
FilesPlaceholderProperty - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls
PlaceholderProperty provides some standard definitions for placeholder properties used to pass properties to services that use templates.
FOLDER_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The name of the leaf directory, without its enclosing directories.
FORMULA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The formula used to populate the data set.
FORMULA_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The language/format used in the data set's formula.

G

getDataFilesPlaceholderPropertyTypes() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Retrieve all the defined placeholder properties for data files
getDataSetPlaceholderPropertyTypes() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Retrieve all the defined placeholder properties for directories (file folder)
getDataType() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Return the data type for the placeholder property.
getDescription() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Return the description of the placeholder property.
getExample() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Return an example of the placeholder property to help users understand how to set it up.
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.
getFileNameSource() - Method in exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
Return the source of the file name.
getFolderPlaceholderPropertyTypes() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Retrieve all the defined placeholder properties for directories (file folder)
getMediaFilesPlaceholderPropertyTypes() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Retrieve all the defined placeholder properties for data files
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
Retrieve a message definition object for an exception.
getName() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Return the name of the placeholder property.
getPlaceholder() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Return the placeholder to use when building templates.
getPlaceholderType() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Return a summary of this enum to use in a service provider.
getSoftwareFilesPlaceholderPropertyTypes() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Retrieve all the defined placeholder properties for files associated with software

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

INCIDENT_REPORT_TEMPLATE_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
An optional qualified name of a template Incident Report entity that is created if there is confusion identifying the correct reference data for a file being catalogued.

M

MISSING_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0015 - The {0} integration connector is unable to retrieve the DataFile template with qualified name: {1}

N

name - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
 

O

onDirectoryChange(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
Directory changed Event.
onDirectoryChange(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationConnector
Directory changed Event.
onDirectoryCreate(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
Directory created Event.
onDirectoryCreate(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationConnector
Directory created Event.
onDirectoryDelete(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
Directory deleted Event.
onDirectoryDelete(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationConnector
Directory deleted Event.
onFileChange(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
File changed Event.
onFileChange(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationConnector
File changed Event.
onFileCreate(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
File created Event.
onFileCreate(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationConnector
File created Event.
onFileDelete(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
 
onFileDelete(File) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationConnector
File deleted Event.
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.controls - package org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls
Information used with the connector.
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.

P

PATH_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The full pathname of the file including the directory names, file name and file extension.
PROGRAMMING_LANGUAGE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
The programming language used to encode the file.

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.

T

TO_DO_TEMPLATE_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
An optional qualified name of a template To Do entity that is created if there is confusion identifying the correct reference data for a file being catalogued.
toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Output of this enum class and main value.
toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
JSON-style toString
toString() - Method in enum class 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

U

UNEXPECTED_EXC_DATA_FILE_UPDATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0014 - An unexpected {0} exception was returned to the {1} integration connector when it tried to update the DataFile in the metadata repositories for file {2}.
UNEXPECTED_EXC_DATA_FILE_UPDATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
BASIC-FILES-INTEGRATION-CONNECTORS-400-005 - An unexpected {0} exception was returned to the {1} integration connector when it tried to update the DataFile in the metadata repositories for file {2}.
UNEXPECTED_EXC_FOLDER_UPDATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0012 - An unexpected {0} exception was returned to the {1} integration connector when it tried to update the DataFolder {2} in the metadata repositories for directory {3}.
UNEXPECTED_EXC_MONITOR_START - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0006
UNEXPECTED_EXC_MONITOR_STOP - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0008 - An unexpected {0} exception was returned to the {1} integration connector by the Apache Commons FileAlterationMonitor for directory {2} while it stopping the monitoring service.
UNEXPECTED_EXC_RETRIEVING_CATALOG_TARGETS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0022 - An unexpected {0} exception was returned to the {1} integration connector by the Files Integrator OMIS {2} method when trying to retrieve the catalog targets for connector {3}.
UNEXPECTED_EXC_RETRIEVING_CATALOG_TARGETS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
BASIC-FILES-INTEGRATION-CONNECTORS-500-004 - An unexpected {0} exception was returned to the {1} integration connector by the Files Integrator OMIS {2} method when trying to retrieve the catalog targets for connector {3}.
UNEXPECTED_EXC_RETRIEVING_FOLDER_BY_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0021 - An unexpected {0} exception was returned to the {1} integration connector by the Files Integrator OMIS {2} method when trying to retrieve the FileFolder asset {3}.
UNEXPECTED_EXC_RETRIEVING_FOLDER_BY_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
BASIC-FILES-INTEGRATION-CONNECTORS-500-003 - An unexpected {0} exception was returned to the {1} integration connector by the Files Integrator OMIS {2} method when trying to retrieve the FileFolder asset {3}.
UNEXPECTED_EXC_RETRIEVING_FOLDER_BY_PATH_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
BASIC-FILES-INTEGRATION-CONNECTORS-0004 - An unexpected {0} exception was returned to the {1} integration connector by the Files Integrator OMIS {2} method when trying to retrieve the FileFolder asset for directory {3} (absolute path {4}).
UNEXPECTED_EXC_RETRIEVING_FOLDER_BY_PATH_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
BASIC-FILES-INTEGRATION-CONNECTORS-400-004 - An unexpected {0} exception was returned to the {1} integration connector by the Files Integrator OMIS {2} method when trying to retrieve the FileFolder asset for directory {3} (absolute path {4}).
UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
BASIC-FILES-INTEGRATION-CONNECTORS-500-005 - The connector {0} received an unexpected {1} exception when processing the file named {2} in method {3}; the error message was: {4}
UNEXPECTED_IO_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
BASIC-FILES-INTEGRATION-CONNECTORS-500-002 - The connector received an unexpected IO exception when reading the file named {0}; the error message was: {1}
UNEXPECTED_SECURITY_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
BASIC-FILES-INTEGRATION-CONNECTORS-500-001 - The connector received an unexpected security exception when reading the file named {0}; the error message was: {1}

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesPlaceholderProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.

W

WAIT_FOR_DIRECTORY_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
An optional flag that instructs the connector to wait for the monitoring directory to be created if it does not exist rather than throwing an exception to force the integration connector into failed state.
A B C D E F G H I M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form