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