A B C D E F G H I L M N O P R S T U V W

R

read(ExtendedDataInput, CDOIDObjectFactory) - Static method in class org.eclipse.emf.cdo.common.id.CDOIDUtil
 
read(ExtendedDataInput, CDOIDObjectFactory, boolean) - Static method in class org.eclipse.emf.cdo.common.id.CDOIDUtil
 
read(ExtendedDataInput, CDORevisionResolver, CDOPackageManager) - Static method in class org.eclipse.emf.cdo.common.revision.CDORevisionUtil
 
read(ExtendedDataInput, CDOPackageManager) - Static method in class org.eclipse.emf.cdo.common.revision.delta.CDORevisionDeltaUtil
 
read(ExtendedDataInput) - Method in class org.eclipse.emf.cdo.spi.common.AbstractCDOID
 
read(ExtendedDataInput) - Method in class org.eclipse.emf.cdo.spi.common.AbstractCDOIDInteger
 
read(ExtendedDataInput) - Method in class org.eclipse.emf.cdo.spi.common.AbstractCDOIDLong
 
read(ExtendedDataInput) - Method in interface org.eclipse.emf.cdo.spi.common.InternalCDOModelElement
 
readChunks(IDBStoreChunkReader, List<IStoreChunkReader.Chunk>, String) - Method in interface org.eclipse.emf.cdo.server.db.IReferenceMapping
 
readClass(CDOPackage, ExtendedDataInput) - Static method in class org.eclipse.emf.cdo.common.model.CDOModelUtil
 
readClassRef(ExtendedDataInput, String) - Static method in class org.eclipse.emf.cdo.common.model.CDOModelUtil
 
readClassRef(ExtendedDataInput) - Static method in class org.eclipse.emf.cdo.common.model.CDOModelUtil
 
readClassRef(int) - Method in interface org.eclipse.emf.cdo.server.db.IDBStoreReader
 
readFeature(CDOClass, ExtendedDataInput) - Static method in class org.eclipse.emf.cdo.common.model.CDOModelUtil
 
readIDAndVersion(ExtendedDataInput, CDOIDObjectFactory) - Static method in class org.eclipse.emf.cdo.common.id.CDOIDUtil
 
readIDAndVersion(ExtendedDataInput, CDOIDObjectFactory, boolean) - Static method in class org.eclipse.emf.cdo.common.id.CDOIDUtil
 
readLibraryDescriptor(ExtendedDataInput) - Static method in class org.eclipse.emf.cdo.common.id.CDOIDUtil
 
readMetaRange(ExtendedDataInput) - Static method in class org.eclipse.emf.cdo.common.id.CDOIDUtil
 
readObjectIDs(IDBStoreReader, boolean) - Method in interface org.eclipse.emf.cdo.server.db.IMappingStrategy
 
readObjectIDs(boolean) - Method in interface org.eclipse.emf.cdo.server.IStoreReader
Returns an iterator that iterates over all objects in the store and makes their ids available for processing.
readObjectType(IDBStoreReader, CDOID) - Method in interface org.eclipse.emf.cdo.server.db.IMappingStrategy
 
readObjectType(CDOID) - Method in interface org.eclipse.emf.cdo.server.IStoreReader
Reads the type of an object from the associated store and returns a class reference of it.
ReadOnlyException - Exception in org.eclipse.emf.cdo.util
 
ReadOnlyException() - Constructor for exception org.eclipse.emf.cdo.util.ReadOnlyException
 
ReadOnlyException(String) - Constructor for exception org.eclipse.emf.cdo.util.ReadOnlyException
 
ReadOnlyException(String, Throwable) - Constructor for exception org.eclipse.emf.cdo.util.ReadOnlyException
 
ReadOnlyException(Throwable) - Constructor for exception org.eclipse.emf.cdo.util.ReadOnlyException
 
readPackage(CDOPackageManager, ExtendedDataInput) - Static method in class org.eclipse.emf.cdo.common.model.CDOModelUtil
 
readPackage(CDOPackage) - Method in interface org.eclipse.emf.cdo.server.IStoreReader
Demand loads a given package proxy that has been created on startup of the repository.
readPackageInfos() - Method in interface org.eclipse.emf.cdo.server.IStoreReader
 
readReference(IDBStoreReader, CDORevision, int) - Method in interface org.eclipse.emf.cdo.server.db.IReferenceMapping
 
readResourceID(IDBStoreReader, String) - Method in interface org.eclipse.emf.cdo.server.db.IMappingStrategy
 
readResourceID(String) - Method in interface org.eclipse.emf.cdo.server.IStoreReader
Returns the CDOID of the resource with the given path if a resource with this path exists in the store, null otherwise.
readResourcePath(IDBStoreReader, CDOID) - Method in interface org.eclipse.emf.cdo.server.db.IMappingStrategy
 
readResourcePath(CDOID) - Method in interface org.eclipse.emf.cdo.server.IStoreReader
Returns the path of the resource with the given CDOID if a resource with this CDOID exists in the store, null otherwise.
readRevision(IDBStoreReader, CDORevision, int) - Method in interface org.eclipse.emf.cdo.server.db.IClassMapping
 
readRevision(CDOID, int) - Method in interface org.eclipse.emf.cdo.server.IStoreReader
 
readRevisionByTime(IDBStoreReader, CDORevision, long, int) - Method in interface org.eclipse.emf.cdo.server.db.IClassMapping
 
readRevisionByTime(CDOID, int, long) - Method in interface org.eclipse.emf.cdo.server.IStoreReader
 
readRevisionByVersion(IDBStoreReader, CDORevision, int, int) - Method in interface org.eclipse.emf.cdo.server.db.IClassMapping
 
readRevisionByVersion(CDOID, int, int) - Method in interface org.eclipse.emf.cdo.server.IStoreReader
 
readType(ExtendedDataInput) - Static method in class org.eclipse.emf.cdo.common.model.CDOModelUtil
 
readValue(ExtendedDataInput, CDOIDObjectFactory) - Method in interface org.eclipse.emf.cdo.common.model.CDOType
 
register(EPackage) - Method in interface org.eclipse.emf.cdo.util.CDOPackageTypeRegistry
 
registerConverted(String) - Method in interface org.eclipse.emf.cdo.util.CDOPackageTypeRegistry
 
registerLegacy(String) - Method in interface org.eclipse.emf.cdo.util.CDOPackageTypeRegistry
 
registerNative(String) - Method in interface org.eclipse.emf.cdo.util.CDOPackageTypeRegistry
 
release() - Method in interface org.eclipse.emf.cdo.server.IStoreAccessor
 
reload(CDOObject...) - Method in interface org.eclipse.emf.cdo.CDOView
 
remapID(Object, Map<CDOIDTemp, CDOID>) - Static method in class org.eclipse.emf.cdo.common.revision.CDORevisionUtil
 
remove(CDOFeature, int) - Method in interface org.eclipse.emf.cdo.spi.common.InternalCDORevision
 
removeFeature(CDOFeature) - Method in class org.eclipse.emf.cdo.common.analyzer.CDOFetchRule
 
removeHandler(CDOTransactionHandler) - Method in interface org.eclipse.emf.cdo.CDOTransaction
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.cdo.eresource.provider.EresourceItemProviderAdapterFactory
This removes a listener. repairAfterCrash(Connection) - Method in interface org.eclipse.emf.cdo.server.db.IMappingStrategy
Must return the maximum CDOID value .
repairAfterCrash() - Method in interface org.eclipse.emf.cdo.server.IStore
 
RepositoryNotFoundException - Exception in org.eclipse.emf.cdo.server
 
RepositoryNotFoundException(String) - Constructor for exception org.eclipse.emf.cdo.server.RepositoryNotFoundException
 
resolve(CDOPackageManager) - Method in interface org.eclipse.emf.cdo.common.model.CDOClassRef
 
resolve() - Method in interface org.eclipse.emf.cdo.common.revision.CDOReferenceProxy
 
resolveReferenceProxy(CDOReferenceProxy) - Method in interface org.eclipse.emf.cdo.common.revision.CDORevisionResolver
 
resolveSubPackages(EPackage) - Method in class org.eclipse.emf.cdo.server.hibernate.teneo.TeneoHibernateMappingProvider
 
RESOURCE_SET - Static variable in interface org.eclipse.emf.cdo.eresource.EresourcePackage.Literals
The meta object literal for the 'Resource Set' data type. RESOURCE_SET - Static variable in interface org.eclipse.emf.cdo.eresource.EresourcePackage
The meta object id for the 'Resource Set' data type. rollback(boolean) - Method in interface org.eclipse.emf.cdo.CDOTransaction
 
rollback(IStoreWriter.CommitContext) - Method in interface org.eclipse.emf.cdo.server.IStoreWriter
 
ROOT_EXTENDS_CLASS - Static variable in class org.eclipse.emf.cdo.migrator.CDOMigrator
 
ROOT_EXTENDS_INTERFACE - Static variable in class org.eclipse.emf.cdo.migrator.CDOMigrator
 
run(IAction) - Method in class org.eclipse.emf.cdo.migrator.actions.MigrateAction
 

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.
A B C D E F G H I L M N O P R S T U V W