Index

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

B

BAD_CLASSIFICATION_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-400-003 - Service {0} is unable to process the properties supplied with classification {1}.
BAD_ENTITY - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0006 - A {0} entity has been retrieved by method {1} from service {2} that has an invalid header: {3}
BAD_ENTITY_PROXY - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0007 - A relationship {0} has been retrieved by method {1} from service {2} that has an invalid entity proxy at end {3}: {4
BAD_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0008 - A {0} relationship has been retrieved by method {1} from service {2} that has an invalid header: {3}
BROADER_EFFECTIVE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-015 - The {0} relationship with unique identifier {1} claims all effective dates which makes it broader than the requested effective dates of {2} to {3}

C

classifyEntity(String, String, String, String, EntityDetail, String, String, String, String, ClassificationOrigin, String, InstanceProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Add a new classification to an existing entity in the open metadata repository.
countAttachedRelationshipsByType(String, String, String, String, String, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Count the number of relationships of a specific type attached to a starting entity.
createEntity(String, String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a new entity in the open metadata repository with the specified instance status.
createEntity(String, String, String, String, String, InstanceProperties, InstanceStatus, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a new entity in the open metadata repository with the specified instance status.
createExternalRelationship(String, String, String, String, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a relationship from an external source between two entities.
createRelationship(String, String, String, String, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a relationship between two entities.

D

declassifyEntity(String, String, String, String, EntityDetail, String, String, String, String, InstanceAuditHeader, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove an existing classification from an existing entity in the open metadata repository.
DUPLICATE_CREATE_REQUEST - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-400-006 - Unable to create a new {0} with {1} of {2} as there is already an entity of that name with guid {3}
DuplicateEntityIterator - Class in org.odpi.openmetadata.commonservices.repositoryhandler
DuplicateEntityIterator retrieves the list of entities that need to be processed for a specific entity.
DuplicateEntityIterator(RepositoryHandler, RepositoryErrorHandler, InvalidParameterHandler, String, EntityDetail, String, boolean, boolean, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.DuplicateEntityIterator
Construct the duplicate entity iterator.

E

ensureRelationship(String, String, String, String, String, String, String, String, InstanceProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Ensure a relationship exists between two entities.
ENTITY_DELETED - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0011 - The Open Metadata Service has soft-deleted entity {0} of type {1} ({2}) during method {3}
ENTITY_PURGED - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0001 - The Open Metadata Service has purged entity {0} of type {1} ({2}) during method {3} because its home repository {4} does not support soft-delete

F

findEntities(String, String, List<String>, SearchProperties, List<InstanceStatus>, SearchClassifications, Date, String, SequencingOrder, boolean, boolean, int, int, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return a list of entities that match the supplied criteria.
findRelationships(String, String, List<String>, SearchProperties, List<InstanceStatus>, Date, String, SequencingOrder, boolean, int, int, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return a list of relationships that match the requested conditions.
FUNCTION_NOT_SUPPORTED - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0010 - Method {0} called from {1} for service {2} is using function that not supported by any of the metadata repositories connected to {3} - error message is: {4}
FUNCTION_NOT_SUPPORTED - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-018 - Method {0} for service {1} is not supported by any of the metadata repositories connected to {2}

G

getConsolidatedEntity(String, EntityDetail, String, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.DuplicateEntityIterator
Return the entity at the other end of the requested relationship type.
getEntitiesByAllProperties(String, InstanceProperties, String, String, List<InstanceStatus>, List<String>, boolean, boolean, int, int, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the entities that match all supplied properties.
getEntitiesByName(String, InstanceProperties, String, String, List<InstanceStatus>, List<String>, boolean, boolean, int, int, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the requested entity by name.
getEntitiesByPropertyValue(String, String, String, boolean, boolean, int, int, Date, String, SequencingOrder, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the entities that match all supplied properties.
getEntitiesByType(String, String, boolean, boolean, int, int, Date, String, SequencingOrder, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the requested entities that match the requested type.
getEntitiesByType(String, String, int, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the requested entities that match the requested type.
getEntitiesByValue(String, String, String, String, List<InstanceStatus>, List<String>, boolean, boolean, int, int, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the entities that match all supplied properties.
getEntitiesForClassificationType(String, String, String, boolean, boolean, int, int, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of entities by the requested classification type.
getEntitiesForRelationshipEnd(String, String, String, boolean, String, String, int, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of entities at the requested end of the requested relationship type.
getEntitiesForRelationshipType(String, String, String, String, String, int, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Deprecated.
getEntitiesForRelationshipType(String, String, String, String, String, String, int, boolean, boolean, int, int, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of entities at the other end of the requested relationship type.
getEntitiesForType(String, String, String, List<InstanceStatus>, List<String>, boolean, boolean, int, int, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of entities of the requested type.
getEntitiesWithoutPropertyValues(String, InstanceProperties, String, String, List<InstanceStatus>, List<String>, boolean, boolean, int, int, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the entities that match none of the supplied properties.
getEntityByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the requested entity, converting any errors from the repository services into the local OMAS exceptions.
getEntityDetailHistory(String, String, Date, Date, int, int, HistorySequencingOrder, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return all historical versions of an entity within the bounds of the provided timestamps.
getEntityForRelationshipType(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the entity at the other end of the requested relationship type.
getEntityForRelationshipType(String, EntityDetail, String, String, String, String, int, String, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the entity at the other end of the requested relationship type.
getEntityNeighborhood(String, String, List<String>, List<String>, List<InstanceStatus>, List<String>, Date, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the entities and relationships that radiate out from the supplied entity GUID.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
Retrieve a message definition object for an exception.
getMetadataCollection() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the metadata collection for the repository.
getNext() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryFindRelationshipsIterator
Return the next relationship.
getNext() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryIteratorForEntities
Return the next entity.
getNext() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryRelationshipsIterator
Return the next relationship.
getOtherEnd(String, String, Relationship, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the entity proxy for the related entity.
getOtherEnd(String, Relationship) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the entity proxy for the related entity.
getRelationshipBetweenEntities(String, String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the first found relationship of the requested type connecting the supplied entities.
getRelationshipBetweenEntities(String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Deprecated.
getRelationshipByGUID(String, String, String, String, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the current version of a requested relationship.
getRelationshipsBetweenEntities(String, String, String, String, String, String, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of relationships of the requested type connecting the supplied entities.
getRelationshipsBetweenEntities(String, EntityDetail, String, String, String, String, int, boolean, boolean, Date, Date, boolean, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of relationships of the requested type connecting the supplied entities with matching effectivity dates.
getRelationshipsByType(String, String, String, String, String, int, boolean, boolean, int, int, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of relationships of the requested type connected to the starting entity.
getRelationshipsByType(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of relationships of the requested type connected to the starting entity.
getRelationshipsByType(String, EntityDetail, String, String, String, int, boolean, boolean, String, int, int, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of relationships of the requested type connected to the starting entity.
getUniqueEntityByName(String, String, String, InstanceProperties, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the requested entity by name.
getUniqueEntityByName(String, String, String, InstanceProperties, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the requested entity by name.
getUniqueParentRelationshipByType(String, String, String, String, String, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the relationship of the requested type connected to the starting entity and where the starting entity is the logical child.
getUniqueRelationshipByType(String, String, String, boolean, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of relationships of the requested type connected to the starting entity where the starting entity is at the end indicated by the startAtEnd1 boolean parameter.
getUniqueRelationshipByType(String, String, String, String, String, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the relationship of the requested type connected to the starting entity.
getUniqueRelationshipByType(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Deprecated.

H

handleAmbiguousEntityName(String, String, String, List<EntityDetail>, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if multiple entities are returned when not expected.
handleAmbiguousName(String, String, String, List<String>, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if multiple entities are returned when not expected.
handleAmbiguousRelationships(String, String, String, List<Relationship>, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if multiple relationships are returned when not expected.
handleBadEntityProxy(Relationship, int, EntityProxy, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception to indicate that a retrieved entity proxy is missing critical information.
handleDuplicateCreateRequest(String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Report an error where an entity is being created with the same qualified name as an existing entity of the same type.
handleEntityProxy(Exception, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if there is a problem with the asset guid
handleNoEntity(String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if it is not possible to create an entity.
handleNoEntityForClassification(String, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if it is not possible to update an entity.
handleNoRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if no relationships are returned when not expected.
handleNotEffectiveElement(String, String, InstanceProperties, String, String, Date) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if there is a problem with and elements effectivity dates
handleRepositoryError(Exception, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if an unexpected repository error is received
handleRepositoryError(Exception, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if an unexpected repository error is received
handleUnauthorizedUser(String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if the supplied userId is not authorized to perform a request
handleUnknownEntity(Exception, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if there is a problem with the entity guid
handleUnknownRelationship(Exception, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if there is a problem with the relationship guid
handleUnsupportedAnchorsType(Exception, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if the supplied userId is not authorized to perform a request
handleUnsupportedParameter(String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if the supplied parameter is invalid.
handleUnsupportedProperty(Exception, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if the supplied property is not supported
handleUnsupportedType(Exception, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if the supplied type name is not supported in the metadata

I

INSTANCE_WRONG_TYPE_FOR_GUID - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-001 - The {0} method has retrieved an object for unique identifier (guid) {1} which is of type {2} rather than type {3} on behalf of method {4}
INVALID_PARAMETER - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-400-002 - The {0} parameter passed by the {1} request for open metadata access service {2} on server {3} is invalid; value passed was: {4}
INVALID_PROPERTY - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-400-001 - An unsupported property named {0} was passed to the repository services by the {1} request for open metadata access service {2} on server {3}; error message was: {4}
INVALID_PROPERTY_VALUE - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-400-005 - The property named {0} with value of {1} supplied on method {2} does not match the stored value of {3} for entity {4}
INVALID_TYPE - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-400-004 - An unsupported type named {0} was passed to the repository services by the {1} request for open metadata access service {2} on server {3}; error message was: {4}
isEntityATypeOf(String, String, String, String, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Test whether an entity is of a particular type or not.
isEntityKnown(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Validate that the supplied GUID is for a real entity that is effective.

L

LOCAL_CANNOT_CHANGE_EXTERNAL - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-400-008 - Method {0} is unable to modify {1} instance {2} because it has a metadata provenance of {3} with an externalSourceGUID of {4} and an externalSourceName of {5} and user {6} issued a request with the Local Cohort metadata provenance set
logBadEntity(String, EntityDetail, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception to indicate that a retrieved entity has missing information.
logBadRelationship(String, Relationship, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception to indicate that a critical instance (typically the main entity) has not been passed to the converter.
logNullInstance(String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception to indicate that a retrieved entity has missing information.

M

MAX_PAGE_SIZE - Static variable in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryIterator
Page size used when retrieving metadata.
moreToReceive() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryEntitiesIterator
Determine if there is more to receive.
moreToReceive() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryFindEntitiesIterator
Determine if there is more to receive.
moreToReceive() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryFindRelationshipsIterator
Determine if there is more to receive.
moreToReceive() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryIteratorForEntities
Determine if there is more to receive.
moreToReceive() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryRelatedEntitiesIterator
Determine if there is more to receive.
moreToReceive() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryRelationshipsIterator
Determine if there is more to receive.
moreToReceive() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositorySelectedEntitiesIterator
Determine if there is more to receive.
MULTIPLE_ENTITIES_FOUND - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-010 - Multiple {0} entities where found with a name of {1}: the identifiers of the returned entities are {2}; the calling method is {3}, the name parameter is {4} and the server is {5}
MULTIPLE_RELATIONSHIPS_FOUND - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-006 - Multiple {0} relationships are connected to the {1} entity with unique identifier {2}: the relationship identifiers are {3}; the calling method is {4} and the server is {5}

N

NARROWER_EFFECTIVE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-016 - The {0} relationship with unique identifier {1} has narrower effective dates of {2} to {3} than the requested effective dates of {4} to {5}
NO_ENTITY - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-400-011 - A {0} entity with unique identifier {1} can not be retrieved by method {2} from service {3} for caller {4}
NO_METADATA_COLLECTION - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-004 - The repository connector {0} is not returning a metadata collection object
NO_RELATIONSHIPS_FOUND - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-008 - No {0} relationships are connected to the {1} entity with unique identifier {2}: the calling method is {3} and the server is {4}
NOT_EFFECTIVE_ELEMENT - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-013 - The {0} element with unique identifier {1} is found for method {2} of access service {3} in open metadata server {4} however its effectivity dates are from: {5} to {6} and the requested effective date was {7}
NULL_ENTITY_RETURNED - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-009 - A null entity was returned to method {0} of server {1} during a request for entity of type {2} (guid {3}) and properties of: {4}
NULL_ENTITY_RETURNED_FOR_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-011 - A null entity was returned to method {0} of server {1} during a request to add a classification of type {4} (guid {3}) to entity {2} with properties of: {5}
NULL_INSTANCE - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0005 - A null instance of type {0} has been retrieved by method {1} from service {2}

O

OMRS_NOT_AVAILABLE - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-003 - The open metadata repository services are not available for the {0} operation
OMRS_NOT_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-002 - The open metadata repository services are not initialized for the {0} operation
ONLY_CREATOR_CAN_DELETE - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-403-002 - The {0} method is unable to delete the requested relationship between {1} {2} and {3} {4} because it was not created by the requesting user {5}
org.odpi.openmetadata.commonservices.repositoryhandler - package org.odpi.openmetadata.commonservices.repositoryhandler
The RepositoryHandler provides object-like interfaces over the Open Metadata Repository Services (OMRS) repository connector.
OVERLAPPING_EFFECTIVE_RELATIONSHIPS - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-017 - The {0} relationship with unique identifier {1} has overlapping effective dates of {2} to {3} than the requested effective dates of {4} to {5}

P

PROPERTY_SERVER_ERROR - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0003 - An unexpected error {4} was returned to {5} by the metadata server during {1} request for open metadata access service {2} on server {3}; message was {0}
PROPERTY_SERVER_ERROR - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-500-001 - An unexpected error {4} was returned to {5} by the metadata server during {1} request for open metadata access service {2} on server {3}; message was {0}
PROXY_ENTITY_FOUND - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-005 - Only an entity proxy for requested {0} object with unique identifier (guid) {1} is found in the open metadata server {2}, error message was: {3}
purgeEntity(String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Purge an entity stored in a repository that does not support delete.
purgeRelationship(String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Purge a relationship between two entities.

R

reclassifyEntity(String, String, String, String, String, String, String, String, InstanceAuditHeader, InstanceProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update the properties of an existing classification to an existing entity in the open metadata repository.
RELATIONSHIP_DELETED - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0012 - The Open Metadata Service has soft-deleted relationship {0} of type {1} ({2}) between entity {3} of type {4} ({5}) and entity {6} of type {7} ({8}) during method {9}
RELATIONSHIP_PURGED - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0002 - The Open Metadata Service has purged relationship {0} of type {1} ({2}) during method {3} because its home repository {4} does not support soft-delete
RelationshipAccumulator - Class in org.odpi.openmetadata.commonservices.repositoryhandler
Accumulates relationships from multiple retrieval requests.
removeAllRelationshipsOfType(String, String, String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove all relationships of a certain type starting at a particular entity.
removeEntity(String, String, String, String, String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove an entity from the open metadata repository if the validating properties match.
removeEntity(String, String, String, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove an entity from the open metadata repository if the validating properties match.
removeEntityOnLastUse(String, String, String, String, String, String, String, boolean, boolean, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove an entity from the repository if it is no longer connected to any other entity.
removeRelationship(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Delete a relationship between two entities.
removeRelationship(String, String, String, Relationship, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Delete a relationship between two entities.
removeRelationshipBetweenEntities(String, String, String, String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Delete a relationship between two specific entities.
removeUniqueRelationshipByType(String, String, String, String, String, String, String, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove the relationship connected to the supplied entity.
RepositoryEntitiesIterator - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositoryEntitiesIterator is an iterator class for iteratively retrieving entities (possibly restricting the type of entities returned).
RepositoryEntitiesIterator(RepositoryHandler, InvalidParameterHandler, String, String, String, String, List<InstanceStatus>, List<String>, boolean, boolean, int, int, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryEntitiesIterator
Constructor takes the parameters used to call the repository handler.
RepositoryErrorHandler - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositoryErrorHandler provides common validation routines for the other handler classes
RepositoryErrorHandler(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Typical constructor providing access to the repository connector for this access service.
RepositoryErrorHandler(OMRSRepositoryHelper, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Typical constructor providing access to the repository connector for this access service.
RepositoryFindEntitiesIterator - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositoryFindEntitiesIterator is an iterator class for iteratively retrieving entities based on a search criteria.
RepositoryFindEntitiesIterator(RepositoryHandler, InvalidParameterHandler, String, String, List<String>, SearchProperties, List<InstanceStatus>, SearchClassifications, Date, String, SequencingOrder, boolean, boolean, int, int, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryFindEntitiesIterator
Constructor takes the parameters used to call the repository handler.
RepositoryFindRelationshipsIterator - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositoryFindEntitiesIterator is an iterator class for iteratively retrieving relationships based on a search criteria.
RepositoryFindRelationshipsIterator(RepositoryHandler, InvalidParameterHandler, String, String, List<String>, SearchProperties, List<InstanceStatus>, Date, String, SequencingOrder, int, int, boolean, boolean, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryFindRelationshipsIterator
Constructor takes the parameters used to call the repository handler.
RepositoryHandler - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositoryHandler issues common calls to the open metadata repository to retrieve and store metadata.
RepositoryHandler(AuditLog, OMRSRepositoryHelper, RepositoryErrorHandler, OMRSMetadataCollection, int) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Construct the basic handler with information needed to call the repository services and report any error.
RepositoryHandlerAuditCode - Enum Class in org.odpi.openmetadata.commonservices.repositoryhandler
The RepositoryHandlerAuditCode is used to define the message content for the OMRS Audit Log.
RepositoryHandlerErrorCode - Enum Class in org.odpi.openmetadata.commonservices.repositoryhandler
The RepositoryHandlerErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Repository Handler Services.
RepositoryIterator - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositoryIterator is the shared interface of all repository helper iterators that retrieve entity or relationship details from the repository.
RepositoryIterator(RepositoryHandler, InvalidParameterHandler, String, int, int, boolean, boolean, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryIterator
Constructor takes the parameters used to call the repository handler.
RepositoryIteratorForEntities - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositoryIteratorForEntities is the shared interface of all repository helper iterators that retrieve entity details from the repository.
RepositoryIteratorForEntities(RepositoryHandler, InvalidParameterHandler, String, String, String, String, List<InstanceStatus>, List<String>, boolean, boolean, int, int, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryIteratorForEntities
Constructor takes the parameters used to call the repository handler.
RepositoryRelatedEntitiesIterator - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositoryRelatedEntitiesIterator is an iterator class for iteratively retrieving relationships for a starting entity (possibly restricting the type of relationships returned) and returning the entity at the other end.
RepositoryRelatedEntitiesIterator(RepositoryHandler, InvalidParameterHandler, String, String, String, String, String, String, boolean, boolean, int, int, int, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryRelatedEntitiesIterator
Constructor takes the parameters used to call the repository handler.
RepositoryRelatedEntitiesIterator(RepositoryHandler, InvalidParameterHandler, String, String, String, String, String, String, boolean, boolean, int, int, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryRelatedEntitiesIterator
Constructor takes the parameters used to call the repository handler.
RepositoryRelationshipsIterator - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositoryRelationshipsIterator is an iterator class for iteratively retrieving relationships for a starting entity (possibly restricting the type of relationships returned).
RepositoryRelationshipsIterator(RepositoryHandler, InvalidParameterHandler, String, String, String, String, String, int, boolean, boolean, int, int, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryRelationshipsIterator
Constructor takes the parameters used to call the repository handler.
RepositoryRelationshipsIterator(RepositoryHandler, InvalidParameterHandler, String, EntityDetail, String, String, String, int, boolean, boolean, int, int, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryRelationshipsIterator
Constructor if entity not already retrieved.
RepositorySelectedEntitiesIterator - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositorySelectedEntitiesIterator is an iterator class for iteratively retrieving entities based on a search criteria.
RepositorySelectedEntitiesIterator(RepositoryHandler, InvalidParameterHandler, String, String, String, String, List<InstanceStatus>, List<String>, boolean, boolean, int, int, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositorySelectedEntitiesIterator
Constructor takes the parameters used to call the repository handler.
RepositorySelectedEntitiesIterator(RepositoryHandler, InvalidParameterHandler, String, String, InstanceProperties, MatchCriteria, String, List<InstanceStatus>, List<String>, boolean, boolean, int, int, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositorySelectedEntitiesIterator
Constructor takes the parameters used to call the repository handler.
restoreEntity(String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Restore the requested entity to the state it was before it was deleted.
restoreRelationship(String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Restore the requested relationship to the state it was before it was deleted.

S

simpleDeleteEntity(String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove an entity from the open metadata repository without additional checks.

T

toString() - Method in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
JSON-style toString

U

UNABLE_TO_SET_ANCHORS - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0004 - The Open Metadata Service {0} is not able to set the Anchors classification on a new entity of type {1} during method {2}.
UNABLE_TO_SET_ANCHORS - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-500-002 - The Open Metadata Service {0} is not able to set the Anchors classification on a new entity of type {1} during method {2}.
UNAVAILABLE_ENTITY - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
OMAG-REPOSITORY-HANDLER-0009 - A {0} entity with unique identifier {1} has been retrieved by method {2} from service {3} but it is not visible to the caller {4}: effective time is {5}; entity is effective from {6} to {7} with classifications {8} and call parameters of forLineage={9} and forDuplicateProcessing={10}
UNAVAILABLE_ENTITY - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-400-010 - A {0} entity with unique identifier {1} has been retrieved by method {2} from service {3} but it is not visible to the caller {4}: effective time is {5}; entity is effective from {6} to {7} with classifications {8} and call parameters of forLineage={9} and forDuplicateProcessing={10}
undoEntityUpdate(String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Undo the last update to the requested entity.
UNKNOWN_ENTITY - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-007 - The {0} entity with unique identifier {1} is not found for method {2} of access service {3} in open metadata server {4}, error message was: {5}
UNKNOWN_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-404-012 - The {0} relationship with unique identifier {1} is not found for method {2} of access service {3} in open metadata server {4}, error message was: {5}
UNRECOGNIZED_PROPERTY - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-400-009 - The property named {0} with value of {1} supplied on method {2} is not found in entity {3}
updateEntity(String, String, String, String, String, String, String, InstanceProperties, List<Classification>, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update an existing entity in the open metadata repository.
updateEntity(String, String, String, String, String, String, InstanceProperties, List<Classification>, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update an existing entity in the open metadata repository.
updateEntityProperties(String, String, String, String, String, String, String, InstanceProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update the properties of an existing entity in the open metadata repository.
updateEntityProperties(String, String, String, String, EntityDetail, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update the properties of an existing entity in the open metadata repository.
updateEntityProperties(String, String, String, InstanceHeader, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update an existing entity in the open metadata repository.
updateEntityStatus(String, String, String, String, EntityDetail, String, String, InstanceStatus, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update an existing entity status in the open metadata repository.
updateRelationshipProperties(String, String, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update the properties in the requested relationship.
updateRelationshipProperties(String, String, String, Relationship, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update the properties in the requested relationship (if the proposed changes are different from the stored values).
updateRelationshipStatus(String, String, String, String, String, String, InstanceStatus, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update the status in the requested relationship.
updateUniqueRelationshipByType(String, String, String, String, String, String, String, String, String, InstanceProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Ensure that the unique relationship between two entities is established.
USER_NOT_AUTHORIZED - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-403-001 - User {0} is not authorized to issue the {1} request for open metadata access service {2} on server {3}

V

validateEntityGUID(String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Validate that the supplied GUID is for a real entity and map exceptions if not.
validateInstanceType(InstanceHeader, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Verify whether an instance is of a particular type or not.
validateRepositoryConnector(OMRSRepositoryConnector, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Check that there is a repository connector.
validateRetrievedEntity(String, EntityDetail, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Validate an entity retrieved from the repository is suitable for the requester.
validateTypeIdentifiers(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Verify that the type's unique identifier and name are for a single valid type.
valueOf(String) - Static method in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
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.commonservices.repositoryhandler.RepositoryHandlerErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.

W

WRONG_EXTERNAL_SOURCE - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
OMAG-REPOSITORY-HANDLER-400-007 - Method {0} running on behalf of external source {1} ({2}) is unable to modify {3} instance {4} because it has a metadata provenance of {5} with an externalSourceGUID of {6} and an externalSourceName of {7}
B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values