Index

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

A

addEntity(String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Create a new entity and put it in the requested state.
addEntityProxy(String, EntityProxy) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Create an entity proxy in the metadata collection.
addEntityProxyToStore(EntityMapper) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Add an entity proxy to the database only if the entity is not known.
addEntityToStore(EntityMapper) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Add an entity to the database.
addExternalEntity(String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Save a new entity that is sourced from an external technology.
addExternalRelationship(String, String, String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Save a new relationship that is sourced from an external technology.
addRelationship(String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Add a new relationship between two entities to the metadata collection.
addRelationshipToStore(RelationshipMapper) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Add a relationship to the database.
ATTRIBUTE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
ATTRIBUTE_TYPE_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
ATTRIBUTE_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 

B

BAD_REGEX - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
POSTGRES-REPOSITORY-CONNECTOR-400-003 - The search string {0} is taking over 500 ms to run against a simple string
BAD_SEARCH_PROPERTY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
POSTGRES-REPOSITORY-CONNECTOR-400-002 - The {0} postgreSQL repository connector has detected an incompatible search property with operator {1}: {2}

C

CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
 
CLASSIFICATION_ATTRIBUTE_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Attributes for a classification, or for classification properties that are collections.
CLASSIFICATION_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
ClassificationMapper - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers
Map between a Classification object and a collection of database rows.
ClassificationMapper(String, Classification, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ClassificationMapper
Construct a classification mapper using an OMRS instance.
ClassificationMapper(Map<String, JDBCDataValue>, List<Map<String, JDBCDataValue>>, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ClassificationMapper
Construct a classification mapper using the values from the database.
classifyEntity(String, String, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Add the requested classification to a specific entity.
classifyEntity(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Add the requested classification to a specific entity.
classifyEntity(String, EntityProxy, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Add the requested classification to a specific entity.
classifyEntity(String, EntityProxy, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Add the requested classification to a specific entity.
CONFIRMING_CONTROL_TABLE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
POSTGRES-REPOSITORY-CONNECTOR-0005 - The PostgreSQL repository connector {0} has opened database schema {1} for server {2} (metadata collection id {3})
CONFIRMING_REPOSITORY_SCHEMA - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
POSTGRES-REPOSITORY-CONNECTOR-0003 - The PostgreSQL repository connector {0} is validating the schema definitions for schema {1}
CONTROL - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Control table to identify the server, metadata collection and version that this repository serves.
CONTROL_MC_ID_MISMATCH - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
POSTGRES-REPOSITORY-CONNECTOR-500-006 - The {0} postgreSQL repository connector is not able to use the contents of database schema {1} because this repository is for server {2}
CONTROL_SCHEMA_VERSION_MISMATCH - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
POSTGRES-REPOSITORY-CONNECTOR-500-007 - The {0} postgreSQL repository connector is not able to use the contents of database schema {1} because it does not support schema version {2}
CONTROL_SERVER_MISMATCH - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
POSTGRES-REPOSITORY-CONNECTOR-500-005 - The {0} postgreSQL repository connector is not able to use the contents of database schema {1} because this repository is for server {2}
ControlMapper - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers
 
ControlMapper(String, String, String, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ControlMapper
Constructor used to write to the control table.
ControlMapper(String, List<Map<String, JDBCDataValue>>) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ControlMapper
Constructor when receiving values from the database table.
CREATE_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
CREATED_BY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
CURRENT_STATUS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 

D

DATABASE_SCHEMA - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
 
DATABASE_URL - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
 
DatabaseStore - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database
Manages the connection between the repository connector and the database
DatabaseStore(JDBCResourceConnector, String, OMRSRepositoryHelper) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Create access to the entity store.
dataType - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
 
declassifyEntity(String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Remove a specific classification from an entity.
declassifyEntity(String, EntityProxy, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Remove a specific classification from an entity.
DEFAULT_AS_OF_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
 
DEFAULT_AS_OF_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
POSTGRES-REPOSITORY-CONNECTOR-0007 - The PostgreSQL repository connector {0} has is using a default 'asOfTime' for queries of: {1}
deleteEntity(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Delete an entity.
deleteRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Delete a specific relationship.
description - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
 

E

EFFECTIVE_FROM_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
EFFECTIVE_TO_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
END_1_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
END_2_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Common information about an entity instance.
ENTITY_ATTRIBUTE_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Attributes for an entity, or for entity properties that are collections.
EntityMapper - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers
Map between an EntityDetail or EntityProxy object and a collection of database rows.
EntityMapper(Map<String, JDBCDataValue>, List<Map<String, JDBCDataValue>>, List<ClassificationMapper>, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
Construct an entity mapper using the values from the database.
EntityMapper(EntityDetail, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
Construct an entity mapper using an OMRS instance.
EntityMapper(EntityProxy, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
Construct an entity mapper using an OMRS instance.
example - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
 

F

findEntities(String, String, List<String>, SearchProperties, int, List<InstanceStatus>, SearchClassifications, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return a list of entities that match the supplied criteria.
findEntitiesByClassification(String, String, String, InstanceProperties, MatchCriteria, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return a list of entities that have the requested type of classifications attached.
findEntitiesByProperty(String, String, InstanceProperties, MatchCriteria, int, List<InstanceStatus>, List<String>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return a list of entities that match the supplied properties according to the match criteria.
findEntitiesByPropertyValue(String, String, String, int, List<InstanceStatus>, List<String>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return a list of entities whose string based property values match the search criteria.
findRelationships(String, String, List<String>, SearchProperties, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return a list of relationships that match the requested conditions.
findRelationshipsByProperty(String, String, InstanceProperties, MatchCriteria, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return a list of relationships that match the requested properties by the matching criteria.
findRelationshipsByPropertyValue(String, String, String, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return a list of relationships whose string based property values match the search criteria.

G

getAsOfTimeWhereClause() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Return the where clause built up from the query parameters supplied.
getClassification() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ClassificationMapper
Construct a classification object from the values from the database.
getClassificationForUpdate(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Retrieve details about an entity from the store.
getClassificationMappers() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
Return the list of classification mappers that represent the classifications associated with this entity.
getClassificationPropertiesTableRows() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ClassificationMapper
Return the rows that describe the properties for this classification.
getClassificationTableRow() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ClassificationMapper
Extract the classification table information from the classification object.
getColumnDescription() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
Return th optional description for the column.
getColumnName() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
retrieve the name of the column.
getColumnName(String) - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
retrieve the qualified name of the column.
getColumnNameTypeMap() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Return the name to type map for the columns in this table.
getColumnType() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
Return the type of the column.
getCompleteEntityFromStore(String, Map<String, JDBCDataValue>, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Retrieve the related information for an entity.
getCompleteRelationshipFromStore(String, Map<String, JDBCDataValue>, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Retrieve the related information for a relationship.
getConfigurationPropertyType() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
Return a summary of this enum to use in a service provider.
getConfigurationPropertyTypes() - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
Retrieve all the defined configuration properties
getConstraintName() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
Return the name of the constraint.
getControlTable() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Extract the repository control table from the database schema.
getControlTableRow() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ControlMapper
Return the formatted roe for the control table.
getDataColumns() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Return the columns that are not primary keys.
getDataType() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
Return the data type for the request parameter.
getDescription() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
Return the description of the request parameter.
getDistinctPropertyJoinQuery(RepositoryTable, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Join the principle table with its associated attributes table.
getEnd1Mapper() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.RelationshipMapper
Return the mapper for the entity proxy at end 1 of the relationship.
getEnd2Mapper() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.RelationshipMapper
Return the mapper for the entity proxy at end 2 of the relationship.
getEntityDetail() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
Construct an entity detail object using the values from the database.
getEntityDetail(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return the header, classifications and properties of a specific entity.
getEntityDetail(String, String, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return a historical version of an entity - includes the header, classifications and properties of the entity.
getEntityDetailHistory(String, String, Date, Date, int, int, HistorySequencingOrder) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return all historical versions of an entity within the bounds of the provided timestamps.
getEntityForUpdate(String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Retrieve details about an entity from the store.
getEntityFromStore(String, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Retrieve the version of an entity from the database that was active at the requested time.
getEntityGUID() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ClassificationMapper
Extract the entity GUID from the values from the database.
getEntityHistoryFromStore(String, Date, Date, boolean) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Return the list of versions for an entity.
getEntityPropertiesTableRows() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
Return the rows that describe the properties for this entity.
getEntityProxy() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
Construct an entity proxy object from the values from the database.
getEntitySummary(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return the header and classifications for a specific entity.
getEntityTableRow() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
Extract the entity table information from the entity object.
getExample() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
Return an example of the request parameter to help users understand how to set it up.
getForeignKeyColumn() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
Return the column in the table that is the foreign key.
getForeignKeys() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Return the list of foreign keys for this table.
getHomeClassifications(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Retrieve any locally homed classifications assigned to the requested entity.
getHomeClassifications(String, String, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Return the list of home classifications for an entity.
getLocalMetadataCollectionGUID() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ControlMapper
Return the local metadata collection identifier.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
getMessageDefinition() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
Retrieve a message definition object for an exception.
getName() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
Return the name of the request parameter.
getPrimaryKeys() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Return the columns that are primary keys.
getPrimaryKeysClause(String, long, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Return the where clause that identified the primary key of an entity, relationship or classification.
getPropertyJoinQuery(String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Join the principle table with its associated attributes table.
getQualifiedColumnNames() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
 
getReferenceColumn() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
Return the primary key column in the reference table.
getReferenceTable() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
Return details of the table where the primary key is located.
getRelationship() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.RelationshipMapper
Construct a relationship object using the values from the database.
getRelationship(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return a requested relationship.
getRelationship(String, String, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return a historical version of a relationship.
getRelationshipForUpdate(String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Retrieve a relationship from the database.
getRelationshipFromStore(String, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Retrieve the version of a relationship from the database that was active at the requested time.
getRelationshipHistory(String, String, Date, Date, int, int, HistorySequencingOrder) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return all historical versions of a relationship within the bounds of the provided timestamps.
getRelationshipHistoryFromStore(String, Date, Date, boolean) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Return the list of versions for a relationship.
getRelationshipPropertiesTableRows() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.RelationshipMapper
Return the rows that describe the properties for this relationship.
getRelationshipsForEntity(String, String, String, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Return the relationships for a specific entity.
getRelationshipTableRow() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.RelationshipMapper
Extract the relationship table information from the relationship object.
getSchemaVersion() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ControlMapper
Return the schema version.
getSequenceAndPaging(String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
The sequencing (order by) and paging (limit/offset) can only be added at the end and may only include
getServerName() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ControlMapper
Return the name of the server that is using this repository.
getTableDescription() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Return the description of the table.
getTableName() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Return the name of the table.
getTableName(String) - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Return the name of the table.
getTables() - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Return the tables for schema building.
getUniquePropertiesTableRows() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
Return the rows that describe the properties for this entity.
getVersionEndDate(Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Determine the end time for the previous version of an entity, relationship or classification.

I

INSTANCE_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
INSTANCE_LICENCE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
INSTANCE_PROVENANCE_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
INSTANCE_URL - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
INVALID_REPOSITORY_CONTROL_TABLE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
POSTGRES-REPOSITORY-CONNECTOR-0004 - The PostgreSQL repository connector {0} has opened database schema {1} which is the repository for server {2} (metadata collection id {3})
INVALID_REPOSITORY_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
POSTGRES-REPOSITORY-CONNECTOR-500-004 - The {0} postgreSQL repository connector detected an invalid value for column {1} during method {2} in mapper {3}; row values are: {4}
IS_PROXY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
IS_UNIQUE_ATTRIBUTE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
isDeleteCascade() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
If the row with the primary key is deleted, should the rows with the foreign key also be deleted?
isEntityKnown(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Returns a boolean indicating if the entity is stored in the metadata collection.
isNotNull() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
Return whether the column is not null;
isProxy() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
Determine whether this entity is a proxy or not.
isRelationshipKnown(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Returns a relationship indicating if the relationship is stored in the metadata collection.
isUpdateCascade() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
If the primary key value is changed, should the foreign key values change too?

L

LOCAL_METADATA_COLLECTION_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 

M

MAINTAINED_BY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
MAPPING_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
METADATA_COLLECTION_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
METADATA_COLLECTION_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
MISSING_MAPPING_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
POSTGRES-REPOSITORY-CONNECTOR-500-002 - The postgreSQL connector is missing {0} value during method {1} in mapper {2}
MISSING_REPOSITORY_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
POSTGRES-REPOSITORY-CONNECTOR-500-003 - The {0} postgreSQL repository connector detected a missing value for column {1} during method {2} in mapper {3}; row values are: {4}

N

name - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
 
NEW_CONTROL_TABLE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
POSTGRES-REPOSITORY-CONNECTOR-0006 - The PostgreSQL repository connector {0} has initialized database schema {1} for server {2} (metadata collection id {3})

O

org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector - package org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector
Defines and implements the PostgreSQL repository connector as an Open Connector Framework (OCF) connector, implementing the repository connector (MetadataCollection) interface.
org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls - package org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls
 
org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database - package org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database
 
org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc - package org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc
Defines the audit and error logging messages used by the Postgres repository connector.
org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers - package org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers
Map between OMRS objects and the database tables
org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema - package org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema
Enum definitions of the database schema used to represent the repository structure.

P

PostgresAuditCode - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc
The PostgresAuditCode is used to define the message content for the Audit Log.
PostgresConfigurationProperty - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls
PostgresConfigurationProperty provides some standard definitions for configuration properties used to pass properties to connectors when they run.
PostgresErrorCode - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc
The PostgresErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with XTDB as an OMRS Metadata Repository.
PostgresOMRSMetadataCollection - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector
The PostgresOMRSMetadataCollection represents a metadata repository that supports a repository that stores the open metadata instances in a PostgreSQL database.
PostgresOMRSRepositoryConnector - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector
The PostgresOMRSRepositoryConnector is a connector to a local PostgreSQL repository.
PostgresOMRSRepositoryConnector() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSRepositoryConnector
Default constructor used by the OCF Connector Provider.
PostgresOMRSRepositoryConnectorProvider - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector
In the Open Connector Framework (OCF), a ConnectorProvider is a factory for a specific type of connector.
PostgresOMRSRepositoryConnectorProvider() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSRepositoryConnectorProvider
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific OMRS Connector implementation.
PROPERTY_CATEGORY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
PROPERTY_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
PROPERTY_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
purgeClassification(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Purge a classification from the database
purgeClassificationReferenceCopy(String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Remove the reference copy of the classification from the local repository.
purgeClassificationReferenceCopy(String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Remove the reference copy of the classification from the local repository.
purgeEntity(String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Remove (purge) an entity from the repository.
purgeEntity(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Permanently removes a deleted entity from the metadata collection.
purgeEntityReferenceCopy(String, String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Remove a reference copy of the entity from the local repository.
purgeRelationship(String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Remove (purge) a relationship from the repository.
purgeRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Permanently delete the relationship from the repository.
purgeRelationshipReferenceCopy(String, String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Remove the reference copy of the relationship from the local repository.

Q

QueryBuilder - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database
Translates open metadata query requests into SQL fragments that can be assembled before issuing then to the database.
QueryBuilder(String, String, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Constructor.

R

READ_ONLY_MODE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
POSTGRES-REPOSITORY-CONNECTOR-400-001 - The {0} postgreSQL repository connector is running in read-only mode; updates are not allowed
reHomeEntity(String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Change the home of an existing entity.
reHomeRelationship(String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Change the home of an existing relationship.
REIDENTIFIED_FROM_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
reIdentifyEntity(String, String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Change the guid of an existing entity to a new value.
reIdentifyRelationship(String, String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Change the guid of an existing relationship.
RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Common information about a relationship instance.
RELATIONSHIP_ATTRIBUTE_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Attributes for a relationship, or for relationship properties that are collections.
RelationshipMapper - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers
Map between a relationship object and a collection of database rows.
RelationshipMapper(Map<String, JDBCDataValue>, List<Map<String, JDBCDataValue>>, EntityMapper, EntityMapper, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.RelationshipMapper
Construct a relationship mapper using the values from the database.
RelationshipMapper(Relationship, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.RelationshipMapper
Construct a relationship mapper using an OMRS instance.
REPLICATED_BY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
REPOSITORY_MODE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
 
REPOSITORY_MODE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
POSTGRES-REPOSITORY-CONNECTOR-0008 - The PostgreSQL repository connector {0} is using a repository mode of: {1}
RepositoryColumn - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema
Describes the different types of columns found in the repository database schema
RepositoryForeignKey - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema
Defines a foreign key relationship between two tables.
RepositoryMapper - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers
Common routines used by the mappers
RepositoryMapper(OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.RepositoryMapper
Constructor for base mapper.
RepositoryTable - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema
Defines the tables used in a repository database schema.
restoreEntity(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Restore the requested entity to the state it was before it was deleted.
restoreRelationship(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Restore a deleted relationship into the metadata collection.
retrieveEntitiesByProperties(QueryBuilder, QueryBuilder, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
This query is issued against the entity table and the entity attribute table.
retrieveRelationships(QueryBuilder, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
This query is issued against the relationship table.
retrieveRelationshipsByProperties(QueryBuilder, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
This query is issued against the relationship table and the relationship attribute table.
reTypeEntity(String, String, TypeDefSummary, TypeDefSummary) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Change the type of existing entity.
reTypeRelationship(String, String, TypeDefSummary, TypeDefSummary) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Change the type an existing relationship.

S

saveClassification(ClassificationMapper) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Maintain a classification within the entity.
saveClassificationReferenceCopy(String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Save the classification as a reference copy.
saveClassificationReferenceCopy(String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Save the classification as a reference copy.
saveControlTable(ControlMapper) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Save the control table row to the database.
saveEntityReferenceCopy(String, EntityDetail) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Save the entity as a reference copy.
saveRelationshipReferenceCopy(String, Relationship) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Save the relationship as a reference copy.
SCHEMA_VERSION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
SECRETS_COLLECTION_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
 
SECRETS_STORE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
 
SERVER_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
setAsOfTime(Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up the database time to issue the query for - null means the latest version
setGUIDList(List<String>) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up a list of GUIDs as part of a search.
setLimitResultsByClassification(List<String>) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up the list of classifications that must be present on all returned entities.
setLimitResultsByStatus(List<InstanceStatus>) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up the list od current statuses that an instance must have to be returned.
setMatchProperties(InstanceProperties, MatchCriteria) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up the properties that should be matched during the query.
setMetadataCollectionId(String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSRepositoryConnector
Set up the unique id for this metadata collection.
setPaging(int, int) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up the required paging.
setRelationshipEndGUID(String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up an entity GUID for searching for an entity's relationships.
setSearchClassifications(SearchClassifications) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up optional list of entity classifications to match.
setSearchProperties(SearchProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up the search properties.
setSearchString(String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up the Java regular expression used to match against any of the String property values within instances of the specified type(s).
setSequencingOrder(SequencingOrder, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up the sequencing order required.
setTypeGUID(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up the type information for the query.
setTypeGUID(String, String, List<String>, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
Set up the type information for the query.
STARTING_REPOSITORY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
POSTGRES-REPOSITORY-CONNECTOR-0002 - The PostgreSQL repository connector {0} is connecting to database {1}
STATUS_ON_DELETE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 

T

toString() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
Output of this enum class and main value.
toString() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.QueryBuilder
toString() JSON-style
toString() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
JSON-style toString
toString() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
JSON-style toString
toString() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.RelationshipMapper
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Standard toString method.
TYPE_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 

U

undoEntityUpdate(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Undo the last update to an entity and return the previous content.
undoRelationshipUpdate(String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Undo the latest change to a relationship (either a change of properties or status).
UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
POSTGRES-REPOSITORY-CONNECTOR-0001 - The PostgreSQL repository connector {0} received an unexpected {1} exception during method {2}; the error message was: {3}
UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
POSTGRES-REPOSITORY-CONNECTOR-500-001 - The {0} postgreSQL connector received an unexpected exception {1} during method {2}; the error message was: {3}
UPDATE_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
UPDATED_BY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
updateEntityClassification(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Update one or more properties in one of an entity's classifications.
updateEntityClassification(String, EntityProxy, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Update one or more properties in one of an entity's classifications.
updateEntityProperties(String, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Update selected properties in an entity.
updateEntityStatus(String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Update the status for a specific entity.
updatePreviousClassificationVersionEndTime(ClassificationMapper, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Update the version end date in an entity's classification to the database.
updatePreviousEntityVersionEndTime(EntityMapper, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Update the version end date in an entity to the database.
updatePreviousRelationshipVersionEndTime(RelationshipMapper, Date) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
Update the version end date in a relationship to the database.
updateRelationshipProperties(String, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Update the properties of a specific relationship.
updateRelationshipStatus(String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
Update the status of a specific relationship.

V

VALID_CLASSIFICATION_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
 
VALID_END_1_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
 
VALID_END_2_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
 
VALID_ENTITY_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
 
VALID_RELATIONSHIP_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
 
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryForeignKey
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
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.postgres.repositoryconnector.ffdc.PostgresAuditCode
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.postgres.repositoryconnector.ffdc.PostgresErrorCode
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.postgres.repositoryconnector.schema.RepositoryColumn
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.postgres.repositoryconnector.schema.RepositoryForeignKey
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.postgres.repositoryconnector.schema.RepositoryTable
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
VERSION_END_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
VERSION_START_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
 
A B C D E F G I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages