Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxy
-
-
Uses of EntityProxy in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return EntityProxy Modifier and Type Method Description protected EntityProxyOMRSMetadataCollectionBase. getEntityProxy(String userId, String entityGUID, String methodName)Retrieve an entity proxyMethods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type EntityProxy Modifier and Type Method Description abstract voidOMRSMetadataCollection. addEntityProxy(String userId, EntityProxy entityProxy)Create an entity proxy in the metadata collection.voidOMRSMetadataCollectionBase. addEntityProxy(String userId, EntityProxy entityProxy)Create an entity proxy in the metadata collection.protected voidOMRSMetadataCollectionBase. addEntityProxyParameterValidation(String userId, EntityProxy entityProxy)Validate the parameters for addEntityProxy.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityProxyRead(String userId, String metadataCollectionName, EntityProxy instance)Tests for whether a specific user should have read access to a specific instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityProxyRead(String userId, String metadataCollectionName, EntityProxy instance)Tests for whether a specific user should have read access to a specific instance within a repository. -
Uses of EntityProxy in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return EntityProxy Modifier and Type Method Description EntityProxyRelationship. getEntityOneProxy()Return details of the entity at the first end of the relationship.EntityProxyClassificationEntityExtension. getEntityToClassify()Return which entity to attach this classification to.EntityProxyRelationship. getEntityTwoProxy()Return details of the entity at second end of the relationship.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type EntityProxy Modifier and Type Method Description voidRelationship. setEntityOneProxy(EntityProxy entityOneProxy)Set up details of the entity at the first end of the relationship.voidClassificationEntityExtension. setEntityToClassify(EntityProxy entityToClassify)Set up which entity to attach this classification to.voidRelationship. setEntityTwoProxy(EntityProxy entityTwoProxy)Set up the identity of the proxy at the other end of the relationship.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type EntityProxy Constructor Description EntityProxy(EntityProxy template)Copy/clone constructor for the entity proxy. -
Uses of EntityProxy in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return EntityProxy Modifier and Type Method Description EntityProxyOMRSRepositoryHelper. getNewEntityProxy(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties, List<Classification> classifications)Return a filled out entity proxy.EntityProxyOMRSRepositoryHelper. getNewEntityProxy(String sourceName, EntityDetail entity)Generate an entity proxy from an entity and its TypeDef.EntityProxyOMRSRepositoryHelper. getOtherEnd(String sourceName, String anchorEntityGUID, Relationship relationship)Return the entity proxy for the related entity.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type EntityProxy Modifier and Type Method Description EntityProxyDifferencesOMRSRepositoryHelper. getEntityProxyDifferences(EntityProxy left, EntityProxy right, boolean ignoreModificationStamps)Calculate the differences between the two provided EntityProxy objects.voidOMRSRepositoryValidator. validateEntityProxy(String sourceName, String localMetadataCollectionId, String proxyParameterName, EntityProxy entityProxy, String methodName)Validates an entity proxy.voidOMRSRepositoryValidator. validateRelationshipEnds(String sourceName, EntityProxy entityOneProxy, EntityProxy entityTwoProxy, TypeDef typeDef, String methodName)Validate that the types of the two ends of a relationship match the relationship's TypeDef.booleanOMRSRepositoryValidator. validEntity(String sourceName, EntityProxy entity)Test that the supplied entity is valid.
-