Index

A C D E G I L M N O P S T U V 
All Classes and Interfaces|All Packages

A

ACTION_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
ADDITIONAL_INFO - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
API_CALLS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Details of API calls made.
ASSET_ACTIVITY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Details to the activity around assets.
ASSET_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
ASSET_OPERATION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
ASSET_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
AUDIT_EVENTS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
All of the captured audit events.
AuditLogColumn - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema
Describes the different types of columns found in the audit log database schema
AuditLogTable - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema
Defines the tables used in a audit log database schema.

C

CALL_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
COMPONENT_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
COMPONENT_ID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
COMPONENT_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
COMPONENT_WIKI_URL - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 

D

dataType - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
 
description - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
 
DEVELOPMENT_STATUS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
disconnect() - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.PostgreSQLAuditLogDestinationConnector
Free up any resources held since the connector is no longer needed.

E

EGERIA_COMPONENTS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
The components producing audit log events.
EGERIA_EXCEPTIONS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
The exceptions caught in the audit log events.
example - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
 
EXCEPTION_CLASS_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
EXCEPTION_MESSAGE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
EXCEPTION_STACK_TRACE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 

G

getAuditLogRecord(String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.PostgreSQLAuditLogDestinationConnector
Retrieve a specific audit log record.
getAuditLogRecordsByComponent(String, Date, Date, int, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.PostgreSQLAuditLogDestinationConnector
Retrieve a list of log records written by a specific component.
getAuditLogRecordsBySeverity(String, Date, Date, int, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.PostgreSQLAuditLogDestinationConnector
Retrieve a list of log records that have specific severity.
getAuditLogRecordsByTimeStamp(Date, Date, int, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.PostgreSQLAuditLogDestinationConnector
Retrieve a list of log records written in a specified time period.
getColumnDescription() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
Return th optional description for the column.
getColumnName() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
retrieve the name of the column.
getColumnName(String) - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
retrieve the qualified name of the column.
getColumnNameTypeMap() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Return the name to type map for the columns in this table.
getColumnType() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
Return the type of the column.
getConfigurationPropertyType() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
Return a summary of this enum to use in a service provider.
getConfigurationPropertyTypes() - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
Retrieve all the defined configuration properties
getDataColumns() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Return the columns that are not primary keys.
getDataType() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
Return the data type for the request parameter.
getDescription() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
Return the description of the request parameter.
getExample() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
Return an example of the request parameter to help users understand how to set it up.
getForeignKeys() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Return the list of foreign keys for this table.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.ffdc.PostgreSQLAuditLogErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.ffdc.PostgreSQLAuditLogErrorCode
Retrieve a message definition object for an exception.
getName() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
Return the name of the request parameter.
getPrimaryKeys() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Return the columns that are primary keys.
getRecognizedConfigurationProperties() - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
Get recognizedConfigurationProperties for the connector.
getTableDescription() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Return the description of the table.
getTableName() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Return the name of the table.
getTableName(String) - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Return the name of the table.
getTables() - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Return the tables for schema building.

I

isNotNull() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
Return whether the column is not null;

L

LOG_RECORD_ID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 

M

MESSAGE_ID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
MESSAGE_PARAMETERS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
MESSAGE_TEXT - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
MESSAGE_TIMESTAMP - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
METADATA_COLLECTION_ID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 

N

name - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
 
NULL_URL - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.ffdc.PostgreSQLAuditLogErrorCode
JDBC-AUDIT-LOG-400-001 - Audit log destination connector {0} has been configured without the URL to the database
NULL_USER - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.ffdc.PostgreSQLAuditLogErrorCode
JDBC-AUDIT-LOG-400-002 - Audit log destination connector {0} has been configured with either a null userId or password for connecting to Apache Atlas

O

OMAG_SERVERS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
The servers producing audit log records.
OPERATION_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres - package org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres
 
org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls - package org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls
 
org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.ffdc - package org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.ffdc
FFDC stands for First Failure Data Capture.
org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema - package org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema
Enum definitions of the database schema used to represent the audit log structure.
ORGANIZATION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 

P

PostgreSQLAuditLogConfigurationProperty - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls
PostgresConfigurationProperty provides some standard definitions for configuration properties used to pass properties to connectors when they run.
PostgreSQLAuditLogDestinationConnector - Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres
Connector to add audit log records to a database.
PostgreSQLAuditLogDestinationConnector() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.PostgreSQLAuditLogDestinationConnector
Default constructor used by the connector provider.
PostgreSQLAuditLogDestinationProvider - Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres
PostgreSQLAuditLogDestinationProvider is the factory class for the JDBC Audit log Destination.
PostgreSQLAuditLogDestinationProvider() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.PostgreSQLAuditLogDestinationProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific audit log store implementation.
PostgreSQLAuditLogErrorCode - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.ffdc
The PostgreSQLAuditLogErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the JDBC audit log destination connector.

S

SERVER_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
SERVER_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
SERVICE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
SEVERITY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
SEVERITY_CODE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
start() - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.PostgreSQLAuditLogDestinationConnector
Set up the database
storeLogRecord(OMRSAuditLogRecord) - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.PostgreSQLAuditLogDestinationConnector
Store the audit log record in the audit log store.
SUPPORTED_SEVERITIES - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
Provide a list of supported severities that should be logged to this destination.
SYSTEM_ACTION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 

T

THREAD_ID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
toString() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
Output of this enum class and main value.
toString() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.ffdc.PostgreSQLAuditLogErrorCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
 

U

UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.ffdc.PostgreSQLAuditLogErrorCode
JDBC-AUDIT-LOG-500-001 - The {0} audit log destination connector received an unexpected exception {1} during method {2}; the error message was: {3}
USER_ACTION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 
USER_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
 

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.ffdc.PostgreSQLAuditLogErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
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.repositoryservices.auditlogstore.postgres.ffdc.PostgreSQLAuditLogErrorCode
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.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
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.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E G I L M N O P S T U V 
All Classes and Interfaces|All Packages