Uses of Class
org.eclipse.emf.cdo.compare.CDOComparisonScope.AllContents
- 
Packages that use CDOComparisonScope.AllContents Package Description org.eclipse.emf.cdo.compare Client concepts for integrating EMF Compare with CDO.
- 
- 
Uses of CDOComparisonScope.AllContents in org.eclipse.emf.cdo.compareMethods in org.eclipse.emf.cdo.compare that return CDOComparisonScope.AllContents Modifier and Type Method Description static CDOComparisonScope.AllContentsCDOComparisonScope.AllContents. create(CDOObject left, CDOView rightView, CDOView[] originView)Takes an arbitraryobject(includingresource nodes) and returnsmatchesfor all elements of itscontent tree.static CDOComparisonScope.AllContentsCDOComparisonScope.AllContents. create(CDOObject left, CDOView rightView, CDOView[] originView, CDOViewOpener viewOpener)Takes an arbitraryobject(includingresource nodes) and returnsmatchesfor all elements of itscontent tree.
 
-