Skip navigation links
A C D E F G I L M O P R S U V 

A

addAttributeTypeDef(String, AttributeTypeDef) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Create a definition of a new AttributeTypeDef.
addEntity(String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Create a new entity and put it in the requested state.
addEntityProxy(String, EntityProxy) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Create an entity proxy in the metadata collection.
addExternalEntity(String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
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.repositoryservices.clients.MetadataCollectionServicesClient
Save a new relationship that is sourced from an external technology.
addRelationship(String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Add a new relationship between two entities to the metadata collection.
addTypeDef(String, TypeDef) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Create a definition of a new TypeDef.
addTypeDefGallery(String, TypeDefGallery) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Create a collection of related types.
auditLog - Variable in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
 

C

classifyEntity(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Add the requested classification to a specific entity.

D

declassifyEntity(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Remove a specific classification from an entity.
deleteAttributeTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Delete an AttributeTypeDef.
deleteEntity(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Delete an entity.
deleteEntityReferenceCopy(String, EntityDetail) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Remove a reference copy of the the entity from the local repository.
deleteRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Delete a specific relationship.
deleteRelationshipReferenceCopy(String, Relationship) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Remove the reference copy of the relationship from the local repository.
deleteTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Delete the TypeDef.

E

EnterpriseRepositoryServicesClient - Class in org.odpi.openmetadata.repositoryservices.clients
EnterpriseRepositoryServicesClient provides a client interface for calling the enterprise repository services in a remote server.
EnterpriseRepositoryServicesClient(String, String) - Constructor for class org.odpi.openmetadata.repositoryservices.clients.EnterpriseRepositoryServicesClient
Create a new client with no authentication embedded in the HTTP request.
EnterpriseRepositoryServicesClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.repositoryservices.clients.EnterpriseRepositoryServicesClient
Create a new client that passes userId and password in each HTTP request.

F

findAttributeTypeDefsByCategory(String, AttributeTypeDefCategory) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Returns all of the AttributeTypeDefs for a specific category.
findEntities(String, String, List<String>, SearchProperties, int, List<InstanceStatus>, SearchClassifications, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
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.repositoryservices.clients.MetadataCollectionServicesClient
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.repositoryservices.clients.MetadataCollectionServicesClient
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.repositoryservices.clients.MetadataCollectionServicesClient
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.repositoryservices.clients.MetadataCollectionServicesClient
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.repositoryservices.clients.MetadataCollectionServicesClient
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.repositoryservices.clients.MetadataCollectionServicesClient
Return a list of relationships whose string based property values match the search criteria.
findTypeDefsByCategory(String, TypeDefCategory) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Returns all of the TypeDefs for a specific category.
findTypeDefsByProperty(String, TypeDefProperties) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the TypeDefs that have the properties matching the supplied match criteria.
findTypesByExternalID(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the types that are linked to the elements from the specified standard.
findTypesByName(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Returns a list of type definitions that have the specified name.

G

getAllTypes(String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Returns the list of different types of metadata organized into two groups.
getAttributeTypeDefByGUID(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the AttributeTypeDef identified by the GUID.
getAttributeTypeDefByName(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the AttributeTypeDef identified by the unique name.
getEntityDetail(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the header, classifications and properties of a specific entity.
getEntityDetail(String, String, Date) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return a historical version of an entity includes the header, classifications and properties of the entity.
getEntityNeighborhood(String, String, List<String>, List<String>, List<InstanceStatus>, List<String>, Date, int) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the entities and relationships that radiate out from the supplied entity GUID.
getEntitySummary(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the header and classifications for a specific entity.
getLinkingEntities(String, String, String, List<InstanceStatus>, Date) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return all of the relationships and intermediate entities that connect the startEntity with the endEntity.
getMetadataCollectionId() - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Deprecated.
getMetadataCollectionId(String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Returns the identifier of the metadata repository.
getRelatedEntities(String, String, List<String>, int, List<InstanceStatus>, List<String>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the list of entities that are of the types listed in entityTypeGUIDs and are connected, either directly or indirectly to the entity identified by startEntityGUID.
getRelationship(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return a requested relationship.
getRelationship(String, String, Date) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return a historical version of a relationship.
getRelationshipsForEntity(String, String, String, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the relationships for a specific entity.
getTypeDefByGUID(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the TypeDef identified by the GUID.
getTypeDefByName(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the TypeDef identified by the unique name.

I

isEntityKnown(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Returns the entity if the entity is stored in the metadata collection, otherwise null.
isRelationshipKnown(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Returns a boolean indicating if the relationship is stored in the metadata collection.

L

LocalRepositoryServicesClient - Class in org.odpi.openmetadata.repositoryservices.clients
LocalRepositoryServicesClient provides a client interface for calling the local repository services in a remote server.
LocalRepositoryServicesClient(String, String) - Constructor for class org.odpi.openmetadata.repositoryservices.clients.LocalRepositoryServicesClient
Create a new client with no authentication embedded in the HTTP request.
LocalRepositoryServicesClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.repositoryservices.clients.LocalRepositoryServicesClient
Create a new client that passes userId and password in each HTTP request.

M

MetadataCollectionServicesClient - Class in org.odpi.openmetadata.repositoryservices.clients
The MetadataCollectionServicesClient represents a remote metadata repository that supports the OMRS Repository REST API.

O

org.odpi.openmetadata.repositoryservices.clients - package org.odpi.openmetadata.repositoryservices.clients
 

P

purgeEntity(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Permanently removes a deleted entity from the metadata collection.
purgeEntityReferenceCopy(String, EntityDetail) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Remove a reference copy of the the entity from the local repository.
purgeEntityReferenceCopy(String, String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Remove a reference copy of the the entity from the local repository.
purgeRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Permanently delete the relationship from the repository.
purgeRelationshipReferenceCopy(String, Relationship) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
This method is called when a remote repository calls the variant of purgeRelationship that passes the relationship object.
purgeRelationshipReferenceCopy(String, String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Remove the reference copy of the relationship from the local repository.

R

refreshEntityReferenceCopy(String, String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
The local repository has requested that the repository that hosts the home metadata collection for the specified entity sends out the details of this entity so the local repository can create a reference copy.
refreshRelationshipReferenceCopy(String, String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
The local repository has requested that the repository that hosts the home metadata collection for the specified relationship sends out the details of this relationship so the local repository can create a reference copy.
reHomeEntity(String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Change the home of an existing entity.
reHomeRelationship(String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Change the home of an existing relationship.
reIdentifyAttributeTypeDef(String, String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Change the guid or name of an existing TypeDef to a new value.
reIdentifyEntity(String, String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Change the guid of an existing entity to a new value.
reIdentifyRelationship(String, String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Change the guid of an existing relationship.
reIdentifyTypeDef(String, String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Change the guid or name of an existing TypeDef to a new value.
restoreEntity(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Restore the requested entity to the state it was before it was deleted.
restoreRelationship(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Restore a deleted relationship into the metadata collection.
reTypeEntity(String, String, TypeDefSummary, TypeDefSummary) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Change the type of an existing entity.
reTypeRelationship(String, String, TypeDefSummary, TypeDefSummary) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Change the type of an existing relationship.

S

saveEntityReferenceCopy(String, EntityDetail) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Save the entity as a reference copy.
saveInstanceReferenceCopies(String, InstanceGraph) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Save the entities and relationships supplied in the instance graph as a reference copies.
saveRelationshipReferenceCopy(String, Relationship) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Save the relationship as a reference copy.
searchForTypeDefs(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Return the TypeDefs that match the search criteria.
setAuditLog(AuditLog) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Receive an audit log object that can be used to record audit log messages.

U

undoEntityUpdate(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Undo the last update to an entity and return the previous content.
undoRelationshipUpdate(String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Undo the latest change to a relationship (either a change of properties or status).
updateEntityClassification(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Update one or more properties in one of an entity's classifications.
updateEntityProperties(String, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Update selected properties in an entity.
updateEntityStatus(String, String, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Update the status for a specific entity.
updateRelationshipProperties(String, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Update the properties of a specific relationship.
updateRelationshipStatus(String, String, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Update the status of a specific relationship.
updateTypeDef(String, TypeDefPatch) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Update one or more properties of the TypeDef.

V

verifyAttributeTypeDef(String, AttributeTypeDef) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Verify that a definition of an AttributeTypeDef is either new or matches the definition already stored.
verifyTypeDef(String, TypeDef) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
Verify that a definition of a TypeDef is either new or matches the definition already stored.
A C D E F G I L M O P R S U V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.