- findAttributeTypeDefsByCategory(String, AttributeTypeDefCategory) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Returns all of the AttributeTypeDefs for a specific category.
- findEntitiesByClassification(String, String, PropertyMatchFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a list of entities that have the requested type of classification attached.
- findEntitiesByClassificationHistory(String, String, PropertyMatchHistoricalFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a list of entities that have the requested type of classification attached.
- findEntitiesByProperty(String, EntityPropertyFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a list of entities that match the supplied properties according to the match criteria.
- findEntitiesByPropertyHistory(String, EntityPropertyHistoricalFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a list of entities that match the supplied properties according to the match criteria.
- findEntitiesByPropertyValue(String, String, EntityPropertyFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a list of entities whose string based property values match the search criteria.
- findEntitiesByPropertyValueHistory(String, String, EntityPropertyHistoricalFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a list of entities whose string based property values match the search criteria.
- findRelationshipsByProperty(String, PropertyMatchFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a list of relationships that match the requested properties by the matching criteria.
- findRelationshipsByPropertyHistory(String, PropertyMatchHistoricalFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a list of relationships that match the requested properties by the matching criteria.
- findRelationshipsByPropertyValue(String, String, TypeLimitedFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a list of relationships that match the search criteria.
- findRelationshipsByPropertyValueHistory(String, String, TypeLimitedHistoricalFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a list of relationships that match the search criteria.
- findTypeDefsByCategory(String, TypeDefCategory) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Returns all of the TypeDefs for a specific category.
- findTypeDefsByProperty(String, TypeDefProperties) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the TypeDefs that have the properties matching the supplied match criteria.
- findTypesByExternalID(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the types that are linked to the elements from the specified standard.
- findTypesByName(String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Returns a list of type definitions that have the specified name.
- getAllTypes(String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Returns the list of different types of metadata organized into two groups.
- getAttributeTypeDefByGUID(String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the AttributeTypeDef identified by the GUID.
- getAttributeTypeDefByName(String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the AttributeTypeDef identified by the unique name.
- getEntityDetail(String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the header, classifications and properties of a specific entity.
- getEntityDetail(String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the header, classifications and properties of a specific entity.
- getEntityDetail(String, String, Date) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a historical version of an entity includes the header, classifications and properties of the entity.
- getEntityNeighborhood(String, String, int, EntityNeighborhoodFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the entities and relationships that radiate out from the supplied entity GUID.
- getEntityNeighborhoodHistory(String, String, int, EntityNeighborhoodHistoricalFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the entities and relationships that radiate out from the supplied entity GUID.
- getEntitySummary(String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the header and classifications for a specific entity.
- getLinkingEntities(String, String, String, OMRSAPIFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return all of the relationships and intermediate entities that connect the startEntity with the endEntity.
- getLinkingEntitiesHistory(String, String, String, OMRSAPIHistoricalFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return all of the relationships and intermediate entities that connect the startEntity with the endEntity.
- getMetadataCollectionId() - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Returns the identifier of the metadata repository.
- getRelatedEntities(String, String, RelatedEntitiesFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the list of entities that are of the types listed in instanceTypes and are connected, either directly or
indirectly to the entity identified by startEntityGUID.
- getRelatedEntitiesHistory(String, String, RelatedEntitiesHistoricalFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the list of entities that are of the types listed in instanceTypes and are connected, either directly or
indirectly to the entity identified by startEntityGUID.
- getRelationship(String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a requested relationship.
- getRelationship(String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a requested relationship.
- getRelationship(String, String, Date) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return a historical version of a relationship.
- getRelationshipsForEntity(String, String, TypeLimitedFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the relationships for a specific entity.
- getRelationshipsForEntityHistory(String, String, TypeLimitedHistoricalFindRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the relationships for a specific entity.
- getTypeDefByGUID(String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the TypeDef identified by the GUID.
- getTypeDefByName(String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.OMRSRepositoryResource
-
Return the TypeDef identified by the unique name.