Index

B D E F G H I O T U V 
All Classes and Interfaces|All Packages|Serialized Form

B

BasicFileConnectorErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc
The BasicFileConnectorErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Basic File Connector.
BasicFileStore - Interface in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
BasicFileStore defines the interface to access a file.
BasicFileStoreConnector - Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
BasicFileStoreConnector works with files to retrieve simple objects.
BasicFileStoreConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
 
BasicFileStoreProvider - Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
BasicFileStoreProvider is the OCF connector provider for the basic file store connector.
BasicFileStoreProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
BasicFolderConnector - Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
BasicFolderConnector works with files to retrieve simple objects.
BasicFolderConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderConnector
 
BasicFolderProvider - Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
BasicFolderProvider is the one of the OCF connector provider for the basic file store connector.
BasicFolderProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.

D

DIRECTORY_SPECIFIED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
BASIC-FILE-CONNECTOR-400-002 - The file {0} given in Connection object {1} is a directory
disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
Close the file
disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderConnector
Close the file

E

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

F

FILE_NOT_DIRECTORY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
BASIC-FILE-CONNECTOR-400-006 - The folder {0} given in Connection object {1} is a file
FILE_NOT_FOUND - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
BASIC-FILE-CONNECTOR-404-002 - The file named {0} in the Connection object {1} does not exist
FILE_NOT_READABLE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
BASIC-FILE-CONNECTOR-400-003 - The file {0} given in Connection object {1} is not readable
FILE_NOT_SPECIFIED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
BASIC-FILE-CONNECTOR-400-001 - The file name is null in the Connection object {0}
FileException - Exception in org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception
The FileException is thrown by the connector when it is not possible to retrieve the requested file.
FileException(int, String, String, String, String, String[], String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
This is the constructor used when receiving an exception from a remote server.
FileException(int, String, String, String, String, String, Exception, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
Deprecated.
FileException(int, String, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
Deprecated.
FileException(ExceptionMessageDefinition, String, String, Exception, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.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.datastore.basicfile.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.datastore.basicfile.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.datastore.basicfile.ffdc.exception.FileException
This is the typical constructor used for creating an exception.
FileReadException - Exception in org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception
The FileReadException is thrown by the connector when it is not possible to retrieve the requested record.
FileReadException(int, String, String, String, String, String[], String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileReadException
This is the constructor used when receiving an exception from a remote server.
FileReadException(ExceptionMessageDefinition, String, String, Exception, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileReadException
This is the constructor used for creating an exception that resulted from a previous error.
FileReadException(ExceptionMessageDefinition, String, String, Exception, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileReadException
This is the constructor used for creating an exception that resulted from a previous error.
FileReadException(ExceptionMessageDefinition, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileReadException
This is the typical constructor used for creating an exception.
FileReadException(ExceptionMessageDefinition, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileReadException
This is the typical constructor used for creating an exception.
FOLDER_NOT_FOUND - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
BASIC-FILE-CONNECTOR-404-001 - The folder named {0} in the Connection object {1} does not exist
FOLDER_NOT_READABLE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
BASIC-FILE-CONNECTOR-400-007 - The folder {0} given in Connection object {1} is not readable
FOLDER_NOT_SPECIFIED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
BASIC-FILE-CONNECTOR-400-005 - The folder name is null in the Connection object {0}

G

getCreationDate() - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStore
Return the creation date for the file.
getCreationDate() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
Return the creation date for the file.
getCreationDate() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderConnector
Return the creation date for the file.
getFile() - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStore
Return the Java File object that provides access to the file.
getFile() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
Return the Java File object that provides access to the file.
getFile() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderConnector
Return the Java File object that provides access to the file.
getFileLength() - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStore
Return the number of bytes in the file
getFileLength() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
Return the number of bytes in the file
getFileLength() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderConnector
Return the number of bytes in the file
getFileName() - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStore
Return the name of the file to read.
getFileName() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
Return the name of the file to read.
getFileName() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderConnector
Return the name of the file to read.
getFileName() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
Return the invalid parameter's name, if known.
getFileName() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileReadException
Return the invalid parameter's name, if known.
getLastAccessDate() - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStore
Return the last access date for the file.
getLastAccessDate() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
Return the last accessed date for the file.
getLastAccessDate() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderConnector
Return the last accessed date for the file.
getLastUpdateDate() - Method in interface org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStore
Return the last update date for the file.
getLastUpdateDate() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
Return the last update date for the file.
getLastUpdateDate() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderConnector
Return the last update date for the file.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
Retrieve a message definition object for an exception.

H

hashCode() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileReadException
Return hash code for this object

I

initialize(String, ConnectionDetails) - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
Initialize the connector.
initialize(String, ConnectionDetails) - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderConnector
Initialize the connector.

O

org.odpi.openmetadata.adapters.connectors.datastore.basicfile - package org.odpi.openmetadata.adapters.connectors.datastore.basicfile
Implementation of the file resource connector for accessing the content of a file.
org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc - package org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc
Error messages for the file resource connector.
org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception - package org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception
Exceptions for the file resource connector.

T

toString() - Method in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileReadException
JSON-style toString

U

UNEXPECTED_IO_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
BASIC-FILE-CONNECTOR-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.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
BASIC-FILE-CONNECTOR-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.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
B D E F G H I O T U V 
All Classes and Interfaces|All Packages|Serialized Form