Deprecated Methods |
org.eclipse.emf.cdo.server.IRepository.addCommitInfoHandler(CDOCommitInfoHandler)
As of 4.2 call CDOCommitInfoProvider.addCommitInfoHandler(CDOCommitInfoHandler) |
org.eclipse.emf.cdo.spi.common.revision.InternalCDORevisionDelta.addFeatureDelta(CDOFeatureDelta)
As of 4.2 use InternalCDORevisionDelta.addFeatureDelta(CDOFeatureDelta, CDOOriginSizeProvider) . |
org.eclipse.emf.spi.cdo.DefaultCDOMerger.PerFeature.ManyValued.adjustAfterAddition(List, int)
|
org.eclipse.emf.spi.cdo.DefaultCDOMerger.PerFeature.ManyValued.adjustAfterMove(List, int, int)
|
org.eclipse.emf.spi.cdo.DefaultCDOMerger.PerFeature.ManyValued.adjustAfterRemoval(List, int)
|
org.eclipse.emf.spi.cdo.InternalCDOTransaction.applyChangeSetData(CDOChangeSetData, CDORevisionProvider, CDORevisionProvider, CDOBranchPoint)
Use
InternalCDOTransaction.applyChangeSet(CDOChangeSetData, CDORevisionProvider, CDORevisionProvider, CDOBranchPoint, boolean) |
org.eclipse.emf.spi.cdo.InternalCDOSession.cacheRevisions(CDORevisionAvailabilityInfo)
As of 4.2 not used anymore. |
org.eclipse.emf.internal.cdo.CDOObjectImpl.cdoInternalDynamicFeature(int)
|
org.eclipse.emf.spi.cdo.InternalCDOObject.cdoInternalDynamicFeature(int)
As of 4.2 no longer supported. |
org.eclipse.emf.cdo.workspace.CDOWorkspaceUtil.checkout(IStore, CDOWorkspaceBase, CDOSessionConfigurationFactory)
Use CDOWorkspaceUtil.createWorkspaceConfiguration() and CDOWorkspaceConfiguration.checkout() |
org.eclipse.emf.cdo.workspace.CDOWorkspaceUtil.checkout(IStore, CDOWorkspaceBase, CDOSessionConfigurationFactory, long)
Use CDOWorkspaceUtil.createWorkspaceConfiguration() and CDOWorkspaceConfiguration.checkout() |
org.eclipse.emf.cdo.workspace.CDOWorkspaceUtil.checkout(IStore, CDOWorkspaceBase, CDOSessionConfigurationFactory, String)
Use CDOWorkspaceUtil.createWorkspaceConfiguration() and CDOWorkspaceConfiguration.checkout() |
org.eclipse.emf.cdo.workspace.CDOWorkspaceUtil.checkout(IStore, CDOWorkspaceBase, CDOSessionConfigurationFactory, String, long)
Use CDOWorkspaceUtil.createWorkspaceConfiguration() and CDOWorkspaceConfiguration.checkout() |
org.eclipse.emf.spi.cdo.CDOSessionProtocol.commitDelegation(CDOBranch, String, String, CDOCommitData, Map, Collection>, OMMonitor)
Not called anymore. Use #commitDelegation(InternalCDOCommitContext, OMMonitor) instead. |
org.eclipse.emf.cdo.transaction.CDODefaultTransactionHandler3.committedTransaction(CDOTransaction, CDOCommitContext)
|
org.eclipse.emf.spi.cdo.CDOSessionProtocol.commitTransaction(int, String, boolean, CDOIDProvider, CDOCommitData, Collection>, OMMonitor)
Not called anymore. Use #commitTransaction(InternalCDOCommitContext, OMMonitor) instead. |
org.eclipse.emf.cdo.common.id.CDOIDUtil.createCDOIDObject(CDOID.ObjectType)
As of 4.2 no longer supported. IDs can't be created without a value anymore. |
org.eclipse.emf.cdo.server.db.mapping.AbstractTypeMapping.createDBField(IDBTable)
|
org.eclipse.emf.cdo.server.db.mapping.ITypeMapping.createDBField(IDBTable)
As of 4.2 use ITypeMapping.createDBField(IDBTable, String) . |
org.eclipse.emf.cdo.common.id.CDOIDUtil.createLongWithClassifier(CDOClassifierRef, long)
As of 4.2 use CDOIDUtil.createLongWithClassifier(long, CDOClassifierRef) . |
org.eclipse.emf.spi.cdo.DefaultCDOMerger.PerFeature.ManyValued.createResult(EStructuralFeature)
|
org.eclipse.emf.spi.cdo.InternalCDOSession.createRevisionAvailabilityInfo(CDOBranchPoint)
As of 4.2 not used anymore. |
org.eclipse.emf.cdo.net4j.CDONet4jUtil.createSessionConfiguration()
Use createNet4jSessionConfiguration() . |
org.eclipse.emf.cdo.server.CDOServerUtil.createSessionConfiguration()
Not yet supported. |
org.eclipse.emf.cdo.server.db.CDODBUtil.createStatementCache()
As of 4.2 use IDBConnection.prepareStatement(String, org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability) . |
org.eclipse.emf.cdo.server.db.CDODBUtil.createStatementCache(int)
As of 4.2 use IDBConnection.prepareStatement(String, org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability) . |
org.eclipse.emf.cdo.common.id.CDOIDUtil.createStringWithClassifier(CDOClassifierRef, String)
As of 4.2 use CDOIDUtil.createStringWithClassifier(String, CDOClassifierRef) . |
org.eclipse.emf.cdo.spi.common.revision.RevisionInfo.doReadResult(CDODataInput)
Not called anymore by the framework |
org.eclipse.emf.cdo.spi.common.revision.RevisionInfo.doWriteResult(CDODataOutput, InternalCDORevision, int)
Not called anymore by the framework |
org.eclipse.emf.cdo.transaction.CDOPushTransaction.enableDurableLocking(boolean)
Use CDOPushTransaction.enableDurableLocking() instead or CDOPushTransaction.disableDurableLocking(boolean) , respectively. |
org.eclipse.emf.cdo.view.CDOView.enableDurableLocking(boolean)
Use CDOView.enableDurableLocking() instead or CDOView.disableDurableLocking(boolean) , respectively. |
org.eclipse.emf.cdo.common.lock.IDurableLockingManager.LockGrade.get(boolean, boolean)
Use IDurableLockingManager.LockGrade.get(boolean, boolean, boolean) |
org.eclipse.emf.cdo.common.model.CDOModelUtil.getAllPersistentFeatures(EClass)
As of 4.2 use CDOModelUtil.getClassInfo(eClass).getAllPersistentFeatures() . |
org.eclipse.emf.cdo.session.CDOSessionConfiguration.getAuthenticator()
As of 4.2 use CDOSessionConfiguration.getCredentialsProvider() and CDOSessionConfiguration.setCredentialsProvider(IPasswordCredentialsProvider) , respectively |
org.eclipse.emf.spi.cdo.InternalCDOSession.getAuthenticator()
As of 4.2 use InternalCDOSession.getCredentialsProvider() |
org.eclipse.emf.cdo.server.IRepository.getCommitInfoHandlers()
As of 4.2 call CDOCommitInfoProvider.getCommitInfoHandlers() |
org.eclipse.emf.spi.cdo.InternalCDOView.getFeatureAnalyzer()
|
org.eclipse.emf.cdo.common.model.CDOClassInfo.getFeatureIndex(EStructuralFeature)
As of 4.2 pushed down to InternalCDOClassInfo.getPersistentFeatureIndex(EStructuralFeature) . |
org.eclipse.emf.cdo.common.model.CDOClassInfo.getFeatureIndex(int)
As of 4.2 pushed down to InternalCDOClassInfo.getPersistentFeatureIndex(int) . |
org.eclipse.emf.cdo.server.IRepository.getLockManager()
As of 4.1 use IRepository.getLockingManager() . |
org.eclipse.emf.cdo.spi.server.InternalRepository.getLockManager()
As of 4.1 use InternalRepository.getLockingManager() . |
org.eclipse.emf.spi.cdo.InternalCDOTransaction.getNextTemporaryID()
InternalCDOTransaction.createIDForNewObject(EObject) is called since 4.1. |
org.eclipse.emf.cdo.security.impl.SecurityFactoryImpl.getPackage()
|
org.eclipse.emf.cdo.eresource.impl.EresourceFactoryImpl.getPackage()
|
org.eclipse.emf.cdo.etypes.impl.EtypesFactoryImpl.getPackage()
|
org.eclipse.emf.cdo.server.IPermissionManager.getPermission(CDORevision, CDOBranchPoint, String)
As of 4.2 call IPermissionManager.getPermission(CDORevision, CDOBranchPoint, ISession) . |
org.eclipse.emf.cdo.common.model.EMFUtil.getPersistentFeatures(EList)
This method is expensive and will be removed in the future. |
org.eclipse.emf.cdo.net4j.CDOSession.Options.getProtocol()
Kept for 4.0 compatibility. Newer code should call CDONet4jSession.Options.getNet4jProtocol() . |
org.eclipse.emf.cdo.transaction.CDOSavepoint.getRevisionDeltas()
As of 4.2 use CDOSavepoint.getRevisionDeltas2() instead. |
org.eclipse.emf.cdo.net4j.CDONet4jViewProvider.getSession(IConnector, String, String, String)
Use getNet4jSession() . |
org.eclipse.emf.cdo.net4j.CDONet4jUtil.getSession(IManagedContainer, String)
Use getNet4jSession() . |
org.eclipse.emf.cdo.net4j.CDONet4jViewProvider.getSessionConfiguration(IConnector, String, String, String)
Use getNet4jSessionConfiguration() . |
org.eclipse.emf.spi.cdo.InternalCDOSavepoint.getSharedDetachedObjects()
|
org.eclipse.emf.cdo.view.CDOView.Options.getStaleReferenceBehaviour()
Use CDOView.Options.getStaleReferencePolicy() |
org.eclipse.emf.cdo.server.db.IDBStoreAccessor.getStatementCache()
As of 4.2 use IDBConnection.prepareStatement(String, org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability) . |
org.eclipse.emf.cdo.spi.server.InternalSessionManager.getUserManager()
As of 4.2 use ISessionManager.getAuthenticator() |
org.eclipse.emf.cdo.session.CDOSessionInvalidationEvent.getView()
Use CDOSessionInvalidationEvent.getLocalTransaction() . |
org.eclipse.emf.spi.cdo.InternalCDOSession.handleCommitNotification(CDOCommitInfo)
As of 4.2 use InternalCDOSession.handleCommitNotification(CDOCommitInfo, boolean) |
org.eclipse.emf.spi.cdo.DefaultCDOMerger.PerFeature.ManyValued.handleListDelta(List, List, List)
|
org.eclipse.emf.spi.cdo.DefaultCDOMerger.PerFeature.ManyValued.handleListDeltaAdd(List, CDOAddFeatureDelta, List)
|
org.eclipse.emf.spi.cdo.DefaultCDOMerger.PerFeature.ManyValued.handleListDeltaMove(List, CDOMoveFeatureDelta, List)
|
org.eclipse.emf.spi.cdo.DefaultCDOMerger.PerFeature.ManyValued.handleListDeltaRemove(List, CDORemoveFeatureDelta, List)
|
org.eclipse.emf.spi.cdo.InternalCDOView.invalidate(CDOBranch, long, List, List, Map, boolean)
As of 4.2. use InternalCDOView.invalidate(CDOBranch, long, List, List, Map, boolean, boolean) |
org.eclipse.emf.spi.cdo.InternalCDOSession.invalidate(CDOCommitInfo, InternalCDOTransaction)
As of 4.2 use InternalCDOSession.invalidate(CDOCommitInfo, InternalCDOTransaction, boolean) |
org.eclipse.emf.cdo.common.id.CDOID.isDangling()
|
org.eclipse.emf.cdo.spi.common.id.AbstractCDOID.isDangling()
|
org.eclipse.emf.cdo.util.CDOUtil.isInvalidationRunnerActive()
As of 4.0 use CDOView.isInvalidationRunnerActive() |
org.eclipse.emf.cdo.util.CDOUtil.isLegacyModeDefault()
As of 4.2 the legacy mode is always enabled. |
org.eclipse.emf.cdo.common.util.CDOQueryInfo.isLegacyModeEnabled()
As of 4.2 the legacy mode is always enabled. |
org.eclipse.emf.cdo.spi.server.ObjectWriteAccessHandler.isLegacyModeEnabled()
As of 4.2 the legacy mode is always enabled. |
org.eclipse.emf.cdo.transaction.CDOPushTransaction.isLegacyModeEnabled()
|
org.eclipse.emf.cdo.view.CDOView.isLegacyModeEnabled()
As of 4.2 the legacy mode is always enabled. |
org.eclipse.emf.cdo.spi.server.InternalStore.isLocal(CDOID)
Not used anymore. |
org.eclipse.emf.cdo.spi.server.LongIDStore.isLocal(CDOID)
|
org.eclipse.emf.cdo.server.db.IIDHandler.isLocalCDOID(CDOID)
Not used anymore. |
org.eclipse.emf.spi.cdo.CDOSessionProtocol.OpenSessionResult.isRepositorySupportingEcore()
As of 4.2 instances of Ecore are always supported (on demand). |
org.eclipse.emf.cdo.common.CDOCommonRepository.isSupportingEcore()
As of 4.2 instances of Ecore are always supported (on demand). |
org.eclipse.emf.cdo.spi.server.InternalLockManager.lock(boolean, IRWLockManager.LockType, IView, Collection extends Object>, long)
|
org.eclipse.emf.spi.cdo.CDOSessionProtocol.lockObjects(List, int, CDOBranch, IRWLockManager.LockType, long)
Not called anymore. Use #lockObjects2(List, int, CDOBranch, LockType, boolean, long) instead. |
org.eclipse.emf.cdo.workspace.CDOWorkspaceUtil.open(IStore, CDOWorkspaceBase, CDOSessionConfigurationFactory)
Use CDOWorkspaceUtil.createWorkspaceConfiguration() and CDOWorkspaceConfiguration.open() |
org.eclipse.emf.cdo.net4j.CDONet4jSessionConfiguration.openSession()
Use openNet4jSession() . |
org.eclipse.emf.cdo.server.CDOServerUtil.openView(ISession, CDOBranchPoint, boolean)
As of 4.2 the legacy mode is always enabled, use CDOServerUtil.openView(ISession, CDOBranchPoint) . |
org.eclipse.emf.cdo.server.CDOServerUtil.openView(ISession, CDOBranchPoint, boolean, CDORevisionProvider)
As of 4.2 the legacy mode is always enabled, use CDOServerUtil.openView(ISession, CDOBranchPoint, CDORevisionProvider) . |
org.eclipse.emf.cdo.server.CDOServerUtil.openView(IStoreAccessor.CommitContext, boolean)
As of 4.2 the legacy mode is always enabled, use CDOServerUtil.openView(IStoreAccessor.CommitContext) . |
org.eclipse.emf.cdo.server.CDOServerUtil.openView(IView, boolean)
As of 4.2 the legacy mode is always enabled, use CDOServerUtil.openView(IView) . |
org.eclipse.emf.cdo.net4j.CDOSession.options()
Use CDONet4jSession.options() . |
org.eclipse.emf.cdo.common.id.CDOIDUtil.read(ExtendedDataInput)
As of 4.2 use CDOIDUtil.read(CDODataInput) . |
org.eclipse.emf.cdo.spi.common.id.AbstractCDOID.read(ExtendedDataInput)
As of 4.2 not called anymore. |
org.eclipse.emf.cdo.spi.common.id.AbstractCDOID.read(String)
As of 4.2 not called anymore. |
org.eclipse.emf.spi.cdo.InternalCDOSavepoint.recalculateSharedDetachedObjects()
|
org.eclipse.emf.cdo.server.IRepository.removeCommitInfoHandler(CDOCommitInfoHandler)
As of 4.2 call CDOCommitInfoProvider.removeCommitInfoHandler(CDOCommitInfoHandler) |
org.eclipse.emf.spi.cdo.AbstractObjectConflictResolver.rollbackObject(CDOObject)
Don't call this method. Rolling back single objects is exremely risky. |
org.eclipse.emf.cdo.spi.server.ISessionProtocol.sendAuthenticationChallenge(byte[])
As of 4.2 #sendAuthenticationChallenge(Challenge) is called. |
org.eclipse.emf.cdo.spi.server.ISessionProtocol.sendCommitNotification(CDOCommitInfo)
As of 4.2 use ISessionProtocol.sendCommitNotification(CDOCommitInfo, boolean) |
org.eclipse.emf.cdo.spi.server.InternalSession.sendCommitNotification(CDOCommitInfo)
As of 4.2 use InternalSession.sendCommitNotification(CDOCommitInfo, boolean) |
org.eclipse.emf.cdo.spi.server.InternalRepository.sendCommitNotification(InternalSession, CDOCommitInfo)
As of 4.2 use InternalRepository.sendCommitNotification(InternalSession, CDOCommitInfo, boolean) |
org.eclipse.emf.cdo.spi.server.InternalSessionManager.sendCommitNotification(InternalSession, CDOCommitInfo)
As of 4.2 use InternalSessionManager.sendCommitNotification(InternalSession, CDOCommitInfo, boolean) |
org.eclipse.emf.cdo.spi.server.ISessionProtocol.sendRepositoryStateNotification(CDOCommonRepository.State, CDOCommonRepository.State)
|
org.eclipse.emf.cdo.spi.server.InternalSession.sendRepositoryStateNotification(CDOCommonRepository.State, CDOCommonRepository.State)
use
InternalSession.sendRepositoryStateNotification(org.eclipse.emf.cdo.common.CDOCommonRepository.State, org.eclipse.emf.cdo.common.CDOCommonRepository.State, CDOID)
instead |
org.eclipse.emf.cdo.spi.server.InternalSessionManager.sendRepositoryStateNotification(CDOCommonRepository.State, CDOCommonRepository.State)
use
InternalSessionManager.sendRepositoryStateNotification(org.eclipse.emf.cdo.common.CDOCommonRepository.State, org.eclipse.emf.cdo.common.CDOCommonRepository.State, CDOID)
instead |
org.eclipse.emf.spi.cdo.InternalCDOSession.setAuthenticator(CDOAuthenticator)
As of 4.2 use InternalCDOSession.setCredentialsProvider(IPasswordCredentialsProvider) |
org.eclipse.emf.spi.cdo.InternalCDOView.setFeatureAnalyzer(CDOFeatureAnalyzer)
|
org.eclipse.emf.cdo.util.CDOUtil.setLegacyModeDefault(boolean)
As of 4.2 the legacy mode is always enabled. |
org.eclipse.emf.cdo.view.CDOView.Options.setStaleReferenceBehaviour(CDOStaleReferencePolicy)
Use CDOView.Options.setStaleReferencePolicy(CDOStaleReferencePolicy) |
org.eclipse.emf.cdo.spi.common.branch.InternalCDOBranchManager.setTimeProvider(CDOTimeProvider)
As of 4.2 replaced by InternalCDOBranchManager.setRepository(CDOCommonRepository) |
org.eclipse.emf.cdo.spi.server.InternalSessionManager.setUserManager(IUserManager)
As of 4.2 use ISessionManager.setAuthenticator(IAuthenticator) |
org.eclipse.emf.cdo.spi.server.InternalLockManager.unlock(boolean, IRWLockManager.LockType, IView, Collection extends Object>)
|
org.eclipse.emf.cdo.spi.server.InternalLockManager.unlock(boolean, IView)
|
org.eclipse.emf.spi.cdo.CDOSessionProtocol.unlockObjects(CDOView, Collection, IRWLockManager.LockType)
Not called anymore. Use #unlockObjects2(CDOView, Collection, LockType, boolean) instead. |
org.eclipse.emf.cdo.spi.workspace.InternalCDOWorkspaceBase.updateAfterCommit(CDOTransaction)
|
org.eclipse.emf.cdo.util.CDOURIUtil.validateURI(URI)
|
org.eclipse.emf.cdo.spi.common.id.AbstractCDOID.write(ExtendedDataOutput)
As of 4.2 AbstractCDOID.write(CDODataOutput) is called. |
org.eclipse.emf.cdo.common.id.CDOIDUtil.write(ExtendedDataOutput, CDOID)
As of 4.2 use CDOIDUtil.write(CDODataOutput, CDOID) . |
org.eclipse.emf.cdo.spi.common.revision.RevisionInfo.writeResult(CDODataOutput, int)
Not called anymore by the framework |
org.eclipse.emf.cdo.spi.common.revision.RevisionInfo.writeResult(CDODataOutput, InternalCDORevision, int)
Call RevisionInfo.writeResult(CDODataOutput, InternalCDORevision, int, CDOBranchPoint) |
org.eclipse.emf.cdo.spi.common.revision.RevisionInfo.writeRevision(CDODataOutput, int)
Not called anymore by the framework |