Uses of Interface
org.eclipse.emf.cdo.CDOObjectReference
Packages that use 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
Constructor parameters in org.eclipse.emf.cdo.lm.client with type arguments of type CDOObjectReferenceModifierConstructorDescriptionModuleDeletionException
(String deletedModuleName, List<CDOObjectReference> references) -
Uses of CDOObjectReference in org.eclipse.emf.cdo.transaction
Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOObjectReferenceModifier 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
Methods in org.eclipse.emf.cdo.util that return types with arguments of type CDOObjectReferenceConstructor parameters in org.eclipse.emf.cdo.util with type arguments of type CDOObjectReferenceModifierConstructorDescriptionReferentialIntegrityException
(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 CDOObjectReferenceModifier 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
Methods in org.eclipse.emf.spi.cdo that return types with arguments of type CDOObjectReferenceMethod parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOObjectReferenceModifier and TypeMethodDescriptionvoid
CDOSessionProtocol.CommitTransactionResult.setXRefs
(List<CDOObjectReference> xRefs) Constructor parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOObjectReferenceModifierConstructorDescriptionCommitTransactionResult
(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