Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxy
-
-
Uses of EntityProxy in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type EntityProxy Modifier and Type Method Description voidOMRSTopicListenerBase. processClassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityProxy entity, Classification classification)A new classification has been added to an entity.voidOMRSTopicListenerBase. processDeclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityProxy entity, Classification originalClassification)A classification has been removed from an entity.voidOMRSTopicListenerBase. processReclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityProxy entity, Classification originalClassification, Classification classification)An existing classification has been changed on an entity. -
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.ClassificationOMRSMetadataCollection. classifyEntity(String userId, EntityProxy entityProxy, String classificationName, String externalSourceGUID, String externalSourceName, ClassificationOrigin classificationOrigin, String classificationOriginGUID, InstanceProperties classificationProperties)Add the requested classification to a specific entity.ClassificationOMRSMetadataCollection. classifyEntity(String userId, EntityProxy entityProxy, String classificationName, InstanceProperties classificationProperties)Add the requested classification to a specific entity.protected TypeDefOMRSMetadataCollectionBase. classifyEntityParameterValidation(String userId, EntityProxy entityProxy, String classificationName, InstanceProperties classificationProperties, String methodName)Validate the parameters passed to classifyEntity.ClassificationOMRSMetadataCollection. declassifyEntity(String userId, EntityProxy entityProxy, String classificationName)Remove a specific classification from an entity.voidOMRSMetadataCollection. purgeClassificationReferenceCopy(String userId, EntityProxy entity, Classification classification)Remove the reference copy of the classification from the local repository.voidOMRSMetadataCollection. saveClassificationReferenceCopy(String userId, EntityProxy entity, Classification classification)Save the classification as a reference copy.voidOMRSMetadataCollectionBase. saveClassificationReferenceCopy(String userId, EntityProxy entity, Classification classification)Save the classification as a reference copy.ClassificationOMRSMetadataCollection. updateEntityClassification(String userId, EntityProxy entityProxy, String classificationName, InstanceProperties properties)Update one or more properties in one of an entity's classifications.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. addClassificationToEntity(String sourceName, EntityProxy entity, Classification newClassification, String methodName)Add a classification to an existing entity.EntityProxyOMRSRepositoryHelper. deleteClassificationFromEntity(String sourceName, EntityProxy entityProxy, String oldClassificationName, String methodName)Return a oldClassification with the header and type information filled out.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.EntityProxyOMRSRepositoryHelper. updateClassificationInEntity(String sourceName, String userName, EntityProxy entity, Classification newClassification, String methodName)Replace an existing classification with a new oneMethods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type EntityProxy Modifier and Type Method Description EntityProxyOMRSRepositoryHelper. addClassificationToEntity(String sourceName, EntityProxy entity, Classification newClassification, String methodName)Add a classification to an existing entity.EntityProxyOMRSRepositoryHelper. deleteClassificationFromEntity(String sourceName, EntityProxy entityProxy, String oldClassificationName, String methodName)Return a oldClassification with the header and type information filled out.EntityProxyDifferencesOMRSRepositoryHelper. getEntityProxyDifferences(EntityProxy left, EntityProxy right, boolean ignoreModificationStamps)Calculate the differences between the two provided EntityProxy objects.EntityProxyOMRSRepositoryHelper. updateClassificationInEntity(String sourceName, String userName, EntityProxy entity, Classification newClassification, String methodName)Replace an existing classification with a new onevoidOMRSRepositoryValidator. 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. -
Uses of EntityProxy in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return EntityProxy Modifier and Type Method Description EntityProxyOMRSInstanceEvent. getEntityProxy()Return the entity proxy (if applicable) or null.Methods in org.odpi.openmetadata.repositoryservices.events with parameters of type EntityProxy Modifier and Type Method Description voidOMRSInstanceEventProcessor. processClassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityProxy entity, Classification classification)A new classification has been added to an entity.voidOMRSInstanceEventProcessorClassificationExtension. processClassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityProxy entity, Classification classification)A new classification has been added to an entity.voidOMRSInstanceEventProcessor. processDeclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityProxy entity, Classification originalClassification)A classification has been removed from an entity.voidOMRSInstanceEventProcessorClassificationExtension. processDeclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityProxy entity, Classification originalClassification)A classification has been removed from an entity.voidOMRSInstanceEventProcessor. processReclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityProxy entity, Classification originalClassification, Classification classification)An existing classification has been changed on an entity.voidOMRSInstanceEventProcessorClassificationExtension. processReclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityProxy entity, Classification originalClassification, Classification classification)An existing classification has been changed on an entity.Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type EntityProxy Constructor Description OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, EntityProxy entityProxy, Classification originalClassification, Classification classification)Constructor for instance events related to a change to an entity's classification. -
Uses of EntityProxy in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return EntityProxy Modifier and Type Method Description EntityProxyOMRSEventV1InstanceSection. getEntityProxy()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type EntityProxy Modifier and Type Method Description voidOMRSEventV1InstanceSection. setEntityProxy(EntityProxy entityProxy) -
Uses of EntityProxy in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return EntityProxy Modifier and Type Method Description EntityProxyClassificationWithEntityRequest. getEntityProxy()Return the entity where the classification belongs.Methods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type EntityProxy Modifier and Type Method Description voidClassificationWithEntityRequest. setEntityProxy(EntityProxy entity)Set up the entity where the classification belongs.
-