Uses of Interface
org.eclipse.emf.cdo.common.revision.CDOList
Packages that use CDOList
Package
Description
Common concepts for dealing with protocols and CDO-specific I/O.
Common concepts for dealing with revisions and revision lists.
Common base implementations for dealing with I/O of CDO data structures.
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
-
Uses of CDOList in org.eclipse.emf.cdo.common.protocol
Methods in org.eclipse.emf.cdo.common.protocol that return CDOListModifier and TypeMethodDescriptionCDODataInput.readCDOList
(EClass owner, EStructuralFeature feature) Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOListModifier and TypeMethodDescriptionvoid
CDODataOutput.writeCDOList
(EClass owner, EStructuralFeature feature, CDOList list, int referenceChunk) -
Uses of CDOList in org.eclipse.emf.cdo.common.revision
Methods in org.eclipse.emf.cdo.common.revision that return CDOListModifier and TypeMethodDescriptionCDOListFactory.createList
(int intitialCapacity, int size, int initialChunk) -
Uses of CDOList in org.eclipse.emf.cdo.spi.common.protocol
Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOListModifier and TypeMethodDescriptionCDODataInputImpl.readCDOList
(EClass owner, EStructuralFeature feature) Methods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOListModifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOList
(EClass owner, EStructuralFeature feature, CDOList list, int referenceChunk) -
Uses of CDOList in org.eclipse.emf.cdo.spi.common.revision
Subinterfaces of CDOList in org.eclipse.emf.cdo.spi.common.revisionModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...static interface
A mix-in interface forInternalCDOList
that allows to optimize the speed of equality checks.Methods in org.eclipse.emf.cdo.spi.common.revision that return CDOListModifier and TypeMethodDescriptionAbstractCDORevision.getList
(EStructuralFeature feature) Deprecated.AbstractCDORevision.getList
(EStructuralFeature feature, int initialCapacity) Deprecated.DelegatingCDORevision.getList
(EStructuralFeature feature) Deprecated.DelegatingCDORevision.getList
(EStructuralFeature feature, int initialCapacity) Deprecated.InternalCDORevision.getList
(EStructuralFeature feature) Deprecated.InternalCDORevision.getList
(EStructuralFeature feature, int initialCapacity) Deprecated.BaseCDORevision.getListOrNull
(EStructuralFeature feature) DelegatingCDORevision.getListOrNull
(EStructuralFeature feature) InternalCDORevision.getListOrNull
(EStructuralFeature feature) StubCDORevision.getListOrNull
(EStructuralFeature feature) BaseCDORevision.getOrCreateList
(EStructuralFeature feature) BaseCDORevision.getOrCreateList
(EStructuralFeature feature, int size) DelegatingCDORevision.getOrCreateList
(EStructuralFeature feature) DelegatingCDORevision.getOrCreateList
(EStructuralFeature feature, int size) InternalCDORevision.getOrCreateList
(EStructuralFeature feature) Same asgetOrCreateList(feature, 0)
.InternalCDORevision.getOrCreateList
(EStructuralFeature feature, int initialCapacity) Returns the list that represents the passed feature, possibly creates it if needed.StubCDORevision.getOrCreateList
(EStructuralFeature feature) StubCDORevision.getOrCreateList
(EStructuralFeature feature, int size) -
Uses of CDOList in org.eclipse.emf.cdo.view
Methods in org.eclipse.emf.cdo.view with parameters of type CDOListModifier and TypeMethodDescriptionCDORevisionPrefetchingPolicy.loadAhead
(CDORevisionManager revisionManager, CDOBranchPoint branchPoint, EObject targetObject, EStructuralFeature feature, CDOList list, int accessIndex, CDOID accessID)
InternalCDORevision.getListOrNull(EStructuralFeature)
orInternalCDORevision.getOrCreateList(EStructuralFeature)
.