Uses of Interface
org.eclipse.emf.cdo.CDOObjectReference

Packages that use CDOObjectReference
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.util Client utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of CDOObjectReference in org.eclipse.emf.cdo.transaction
 

Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOObjectReference
 List<CDOObjectReference> CDOPushTransaction.queryXRefs(CDOObject targetObject, EReference... sourceReferences)
           
 List<CDOObjectReference> CDOPushTransaction.queryXRefs(Set<CDOObject> targetObjects, EReference... sourceReferences)
           
 CloseableIterator<CDOObjectReference> CDOPushTransaction.queryXRefsAsync(Set<CDOObject> targetObjects, EReference... sourceReferences)
           
 

Uses of CDOObjectReference in org.eclipse.emf.cdo.util
 

Methods in org.eclipse.emf.cdo.util that return types with arguments of type CDOObjectReference
 List<CDOObjectReference> ReferentialIntegrityException.getXRefs()
           
 

Constructor parameters in org.eclipse.emf.cdo.util with type arguments of type CDOObjectReference
ReferentialIntegrityException(String msg, List<CDOObjectReference> xRefs)
           
 

Uses of CDOObjectReference in org.eclipse.emf.cdo.view
 

Methods in org.eclipse.emf.cdo.view that return types with arguments of type CDOObjectReference
 List<CDOObjectReference> CDOView.queryXRefs(CDOObject targetObject, EReference... sourceReferences)
          Returns a list of object references that represent the cross references to the specified target object.
 List<CDOObjectReference> CDOView.queryXRefs(Set<CDOObject> targetObjects, EReference... sourceReferences)
          Returns a list of object references that represent the cross references to the specified target objects.
 CloseableIterator<CDOObjectReference> CDOView.queryXRefsAsync(Set<CDOObject> targetObjects, EReference... sourceReferences)
          Returns an iterator over the object references that represent the cross references to the specified target objects.
 

Uses of CDOObjectReference in org.eclipse.emf.spi.cdo
 

Methods in org.eclipse.emf.spi.cdo that return types with arguments of type CDOObjectReference
 List<CDOObjectReference> CDOSessionProtocol.CommitTransactionResult.getXRefs()
           
 

Constructor parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOObjectReference
CDOSessionProtocol.CommitTransactionResult(CDOIDProvider idProvider, String rollbackMessage, CDOBranchPoint branchPoint, long previousTimeStamp, List<CDOObjectReference> xRefs)
           
 



Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.