Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntitySummary
-
-
Uses of EntitySummary in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return EntitySummary Modifier and Type Method Description abstract EntitySummaryOMRSMetadataCollection. getEntitySummary(String userId, String guid)Return the header and classifications for a specific entity.EntitySummaryOMRSMetadataCollectionBase. getEntitySummary(String userId, String guid)Return the header and classifications for a specific entity.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type EntitySummary Modifier and Type Method Description voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityClassificationAdd(String userId, String metadataCollectionName, EntitySummary instance, String classificationName, InstanceProperties properties)Tests for whether a specific user should have the right to add a classification to an entity instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityClassificationAdd(String userId, String metadataCollectionName, EntitySummary instance, String classificationName, InstanceProperties properties)Tests for whether a specific user should have the right to add a classification to an entity instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityClassificationDelete(String userId, String metadataCollectionName, EntitySummary instance, String classificationName)Tests for whether a specific user should have the right to delete a classification from an entity instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityClassificationDelete(String userId, String metadataCollectionName, EntitySummary instance, String classificationName)Tests for whether a specific user should have the right to delete a classification from an entity instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityClassificationUpdate(String userId, String metadataCollectionName, EntitySummary instance, String classificationName, InstanceProperties properties)Tests for whether a specific user should have the right to update the classification for an entity instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityClassificationUpdate(String userId, String metadataCollectionName, EntitySummary instance, String classificationName, InstanceProperties properties)Tests for whether a specific user should have the right to update a classification for an entity instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntitySummaryRead(String userId, String metadataCollectionName, EntitySummary instance)Tests for whether a specific user should have read access to a specific instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntitySummaryRead(String userId, String metadataCollectionName, EntitySummary instance)Tests for whether a specific user should have read access to a specific instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForRelationshipCreate(String userId, String metadataCollectionName, String relationshipTypeGUID, InstanceProperties initialProperties, EntitySummary entityOneSummary, EntitySummary entityTwoSummary, InstanceStatus initialStatus)Tests for whether a specific user should have the right to create a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForRelationshipCreate(String userId, String metadataCollectionName, String relationshipTypeGUID, InstanceProperties initialProperties, EntitySummary entityOneSummary, EntitySummary entityTwoSummary, InstanceStatus initialStatus)Tests for whether a specific user should have the right to create a instance within a repository. -
Uses of EntitySummary in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Subclasses of EntitySummary in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances Modifier and Type Class Description classEntityDetailEntityDetail stores all of the type-specific properties for the entity.classEntityProxyEntityProxy summarizes an entity instance.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type EntitySummary Modifier and Type Method Description voidClassificationDifferences. check(EntitySummary left, EntitySummary right)Determine if there is a difference in classifications between the provided EntitySummary objects, and capture each of the differences and similarities.voidEntitySummaryDifferences. checkClassifications(EntitySummary left, EntitySummary right)Determine if there is any difference between the provided classifications, and capture either each of those differences or the similarity.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type EntitySummary Constructor Description EntityProxy(EntitySummary template)Copy/clone constructor for the entity proxy.EntitySummary(EntitySummary templateElement)Copy/clone constructor. -
Uses of EntitySummary in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return EntitySummary Modifier and Type Method Description EntitySummaryOMRSRepositoryHelper. getSkeletonEntitySummary(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName)Return an entity with the header and type information filled out.EntitySummaryOMRSRepositoryHelper. getSkeletonEntitySummary(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName)Deprecated.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type EntitySummary Modifier and Type Method Description voidOMRSRepositoryHelper. checkEntityNotClassifiedEntity(String sourceName, EntitySummary entity, String classificationName, String methodName)Throws an exception if an entity is classified with the supplied classification name.ClassificationOMRSRepositoryHelper. getClassificationFromEntity(String sourceName, EntitySummary entity, String classificationName, String methodName)Return the named classification from an existing entity and throws an exception if it is not.EntitySummaryDifferencesOMRSRepositoryHelper. getEntitySummaryDifferences(EntitySummary left, EntitySummary right, boolean ignoreModificationStamps)Calculate the differences between the two provided EntitySummary objects.voidOMRSRepositoryValidator. validateEntityFromStore(String sourceName, String guid, EntitySummary entity, String methodName)Verify that an entity has been successfully retrieved from the repository and has valid contents.booleanOMRSRepositoryValidator. validEntity(String sourceName, EntitySummary entity)Test that the supplied entity is valid.booleanOMRSRepositoryValidator. verifyEntityIsClassified(List<String> requiredClassifications, EntitySummary entity)Return a boolean indicating whether the supplied entity is classified with one or more of the supplied classifications.booleanOMRSRepositoryValidator. verifyMatchingClassifications(SearchClassifications matchClassifications, EntitySummary entity)Determine if the instance properties match the classification-based conditions. -
Uses of EntitySummary in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return EntitySummary Modifier and Type Method Description EntitySummaryEntitySummaryResponse. getEntity()Return the resulting entity object.Methods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type EntitySummary Modifier and Type Method Description voidEntitySummaryResponse. setEntity(EntitySummary entity)Set up the resulting entity object.
-