Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxyDifferences
-
-
Uses of EntityProxyDifferences in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return EntityProxyDifferences Modifier and Type Method Description EntityProxyDifferencesRelationshipDifferences. getEntityProxyOneDifferences()Returns the differences between the first entity proxy of the two relationships.EntityProxyDifferencesRelationshipDifferences. getEntityProxyTwoDifferences()Returns the differences between the second entity proxy of the two relationships.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type EntityProxyDifferences Modifier and Type Method Description voidRelationshipDifferences. setEntityProxyOneDifferences(EntityProxyDifferences entityProxyOneDifferences)Set the differences between the first entity proxy of the two relationships.voidRelationshipDifferences. setEntityProxyTwoDifferences(EntityProxyDifferences entityProxyTwoDifferences)Set the differences between the second entity proxy of the two relationships. -
Uses of EntityProxyDifferences in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return EntityProxyDifferences Modifier and Type Method Description EntityProxyDifferencesOMRSRepositoryHelper. getEntityProxyDifferences(EntityProxy left, EntityProxy right, boolean ignoreModificationStamps)Calculate the differences between the two provided EntityProxy objects.
-