Uses of Interface
org.eclipse.emf.cdo.CDOObjectReference
Package
Description
Client concepts for dealing with CDO Lifecycle Management systems and assemblies.
Client concepts for dealing with transactions, distributed transactions and their save points.
Client utility classes, some common interfaces and exceptions.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
Client service provider interfaces and useful base implementations.
-
Uses of CDOObjectReference in org.eclipse.emf.cdo.lm.client
ModifierConstructorDescriptionModuleDeletionException
(String deletedModuleName, List<CDOObjectReference> references) -
Uses of CDOObjectReference in org.eclipse.emf.cdo.transaction
Modifier and TypeMethodDescriptionCDOPushTransaction.queryXRefs
(Set<CDOObject> targetObjects, EReference... sourceReferences) CDOPushTransaction.queryXRefs
(CDOObject targetObject, EReference... sourceReferences) org.eclipse.net4j.util.collection.CloseableIterator<CDOObjectReference>
CDOPushTransaction.queryXRefsAsync
(Set<CDOObject> targetObjects, EReference... sourceReferences) -
Uses of CDOObjectReference in org.eclipse.emf.cdo.util
ModifierConstructorDescriptionReferentialIntegrityException
(String msg, List<CDOObjectReference> xRefs) -
Uses of CDOObjectReference in org.eclipse.emf.cdo.view
Modifier and TypeMethodDescriptionCDOView.queryXRefs
(Set<CDOObject> targetObjects, EReference... sourceReferences) Returns a list ofobject references
that represent the cross references to the specified target objects.CDOView.queryXRefs
(CDOObject targetObject, EReference... sourceReferences) Returns a list ofobject references
that represent the cross references to the specified target object.org.eclipse.net4j.util.collection.CloseableIterator<CDOObjectReference>
CDOView.queryXRefsAsync
(Set<CDOObject> targetObjects, EReference... sourceReferences) Returns an iterator over theobject references
that represent the cross references to the specified target objects. -
Uses of CDOObjectReference in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionvoid
CDOSessionProtocol.CommitTransactionResult.setXRefs
(List<CDOObjectReference> xRefs) ModifierConstructorDescriptionCommitTransactionResult
(CDOIDProvider idProvider, byte rollbackReason, String rollbackMessage, CDOBranchPoint branchPoint, long previousTimeStamp, List<CDOObjectReference> xRefs, boolean clearResourcePathCache) Deprecated.As of 4.3CommitTransactionResult
(CDOIDProvider idProvider, String rollbackMessage, CDOBranchPoint branchPoint, long previousTimeStamp, List<CDOObjectReference> xRefs) Deprecated.As of 4.2