Skip navigation links
A C D E G H I M O P R T U V 

A

addUniqueAttachedEntityToAnchor(String, String, String, String, String, InstanceProperties, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove an entity attached to an anchor.

C

classifyEntity(String, String, String, String, InstanceProperties, 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, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Count the number of relationships of a specific type attached to an anchor entity.
createEntity(String, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a new entity in the open metadata repository with the ACTIVE instance status.
createEntity(String, String, String, InstanceProperties, List<Classification>, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a new entity in the open metadata repository with the ACTIVE instance status.
createEntity(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.
createEntity(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.
createExternalEntity(String, String, String, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a new entity from an external source in the open metadata repository with the ACTIVE instance status.
createExternalEntity(String, String, String, String, String, InstanceProperties, List<Classification>, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a new entity from an external source in the open metadata repository with the ACTIVE instance status.
createExternalEntity(String, String, String, String, String, InstanceProperties, InstanceStatus, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a new entity from an external source in the open metadata repository with the specified instance status.
createExternalEntity(String, String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a new entity from an external source 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, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a relationship between two entities.

D

declassifyEntity(String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove an existing classification from an existing entity in the open metadata repository.

E

ensureRelationship(String, String, String, String, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Create a relationship between two entities.

G

getAttachedEntitiesFromUser(String, String, String, String, String, String, String, int, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of entities at the other end of the requested relationship type that were created or edited by the requesting user.
getAttachedEntityFromUser(String, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of entities at the other end of the requested relationship type that were created or edited by the requesting user.
getEntitiesByAllProperties(String, InstanceProperties, String, int, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the entities that match all supplied properties.
getEntitiesByName(String, InstanceProperties, String, int, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the requested entity by name.
getEntitiesByType(String, String, int, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the requested entities that match the requested type.
getEntitiesForClassificationType(String, String, String, int, int, 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
Return the list of entities at the other end of the requested relationship type.
getEntitiesForType(String, String, String, int, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of entities of the requested type.
getEntityByGUID(String, String, String, String, 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.
getEntityByName(String, InstanceProperties, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the requested entity by name.
getEntityForRelationship(String, EntityProxy, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of entities at the other end of the requested relationship type.
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.
getMessageDefinition() - Method in enum org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum 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.RepositoryEntitiesIterator
Return the next entity.
getNext() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryRelatedEntitiesIterator
Return the next relationship.
getNext() - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryRelationshipsIterator
Return the next relationship.
getOtherEnd(String, Relationship) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the entity proxy for the related entity.
getPagedRelationshipsByType(String, String, String, String, String, int, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of relationships of the requested type connected to the anchor entity.
getRelatedEntityProxies(String, String, String, String, String, int, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of entity proxies for the entities at the far end of the relationships linked to the anchor entity.
getRelationshipBetweenEntities(String, 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 anchor 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 anchor entity.
getRelationshipsByType(String, String, String, String, String, int, int, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the list of relationships of the requested type connected to the anchor entity.
getRequiredRelationshipsByType(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 anchor entity.
getUniqueEntityByName(String, String, String, InstanceProperties, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Return the requested entity by name.
getUniqueRelationshipByType(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 anchor entity.

H

handleAmbiguousEntityName(String, String, String, List<EntityDetail>, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Throw an exception if multiple relationships 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.
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(Throwable, 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.
handleRepositoryError(Throwable, 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(Throwable, 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
handleUnsupportedProperty(Throwable, 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

I

isEntityATypeOf(String, String, String, String, 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, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Validate that the supplied GUID is for a real entity.

M

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.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.

O

org.odpi.openmetadata.commonservices.repositoryhandler - package org.odpi.openmetadata.commonservices.repositoryhandler
The Repository Handler provides an object like interfaces over the Open Metadata Repository Services (OMRS) plus error handling that converts the exceptions from the OMRS into common services exceptions.

P

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, InstanceProperties, 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.
removeAllRelationshipsOfType(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove all relationships of a certain type anchored at a particular entity.
removeEntity(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) - 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.
removeIsolatedEntity(String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove an entity from the open metadata repository after checking that is is not connected to anything else.
removeRelationship(String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Delete a relationship between two entities.
removeRelationshipBetweenEntities(String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Delete a relationship between two entities.
removeUniqueEntityTypeFromAnchor(String, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Remove an entity attached to an anchor.
removeUniqueRelationshipByType(String, String, String, String, String, 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, String, String, String, int, int, 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.
RepositoryHandler - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositoryHandler issues common calls to the open metadata repository to retrieve and store metadata.
RepositoryHandler(AuditLog, 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 in org.odpi.openmetadata.commonservices.repositoryhandler
The RepositoryHandlerAuditCode is used to define the message content for the OMRS Audit Log.
RepositoryHandlerErrorCode - Enum 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.
RepositoryRelatedEntitiesIterator - Class in org.odpi.openmetadata.commonservices.repositoryhandler
RepositoryRelationshipsIterator is an iterator class for iteratively retrieving relationships for an anchor entity (possibly restricting the type of relationships returned).
RepositoryRelatedEntitiesIterator(RepositoryHandler, String, String, String, String, String, int, int, 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 an anchor entity (possibly restricting the type of relationships returned).
RepositoryRelationshipsIterator(RepositoryHandler, String, String, String, String, String, int, int, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryRelationshipsIterator
Constructor takes the parameters used to call the repository handler.

T

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

U

updateEntity(String, String, 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, InstanceStatus, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update an existing entity status in the open metadata repository.
updateRelationshipProperties(String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Update the properties in the requested relationship.
updateUniqueRelationshipByType(String, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
Ensure that the unique relationship between two entities is established.

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
validateRepositoryConnector(OMRSRepositoryConnector, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryErrorHandler
Check that there is a repository connector.
valueOf(String) - Static method in enum org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I M O P R T U V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.