Uses of Interface
org.eclipse.emf.cdo.CDOObjectReference
- 
Packages that use CDOObjectReference Package Description 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.transactionMethods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOObjectReference Modifier and Type Method Description java.util.List<CDOObjectReference>CDOPushTransaction. queryXRefs(java.util.Set<CDOObject> targetObjects, org.eclipse.emf.ecore.EReference... sourceReferences)java.util.List<CDOObjectReference>CDOPushTransaction. queryXRefs(CDOObject targetObject, org.eclipse.emf.ecore.EReference... sourceReferences)org.eclipse.net4j.util.collection.CloseableIterator<CDOObjectReference>CDOPushTransaction. queryXRefsAsync(java.util.Set<CDOObject> targetObjects, org.eclipse.emf.ecore.EReference... sourceReferences)
- 
Uses of CDOObjectReference in org.eclipse.emf.cdo.utilMethods in org.eclipse.emf.cdo.util that return types with arguments of type CDOObjectReference Modifier and Type Method Description java.util.List<CDOObjectReference>ReferentialIntegrityException. getXRefs()Constructor parameters in org.eclipse.emf.cdo.util with type arguments of type CDOObjectReference Constructor Description ReferentialIntegrityException(java.lang.String msg, java.util.List<CDOObjectReference> xRefs)
- 
Uses of CDOObjectReference in org.eclipse.emf.cdo.viewMethods in org.eclipse.emf.cdo.view that return types with arguments of type CDOObjectReference Modifier and Type Method Description java.util.List<CDOObjectReference>CDOView. queryXRefs(java.util.Set<CDOObject> targetObjects, org.eclipse.emf.ecore.EReference... sourceReferences)Returns a list ofobject referencesthat represent the cross references to the specified target objects.java.util.List<CDOObjectReference>CDOView. queryXRefs(CDOObject targetObject, org.eclipse.emf.ecore.EReference... sourceReferences)Returns a list ofobject referencesthat represent the cross references to the specified target object.org.eclipse.net4j.util.collection.CloseableIterator<CDOObjectReference>CDOView. queryXRefsAsync(java.util.Set<CDOObject> targetObjects, org.eclipse.emf.ecore.EReference... sourceReferences)Returns an iterator over theobject referencesthat represent the cross references to the specified target objects.
- 
Uses of CDOObjectReference in org.eclipse.emf.spi.cdoMethods in org.eclipse.emf.spi.cdo that return types with arguments of type CDOObjectReference Modifier and Type Method Description java.util.List<CDOObjectReference>CDOSessionProtocol.CommitTransactionResult. getXRefs()Method parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOObjectReference Modifier and Type Method Description voidCDOSessionProtocol.CommitTransactionResult. setXRefs(java.util.List<CDOObjectReference> xRefs)Constructor parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOObjectReference Constructor Description CommitTransactionResult(CDOIDProvider idProvider, byte rollbackReason, java.lang.String rollbackMessage, CDOBranchPoint branchPoint, long previousTimeStamp, java.util.List<CDOObjectReference> xRefs, boolean clearResourcePathCache)Deprecated.As of 4.3CommitTransactionResult(CDOIDProvider idProvider, java.lang.String rollbackMessage, CDOBranchPoint branchPoint, long previousTimeStamp, java.util.List<CDOObjectReference> xRefs)Deprecated.As of 4.2
 
-