Uses of Interface
org.eclipse.emf.cdo.spi.common.revision.InternalCDORevision
Packages that use InternalCDORevision
Package
Description
Common concepts for dealing with protocols and CDO-specific I/O.
Common concepts for dealing with revisions and revision lists.
Server integration of the CDO Lifecycle Management.
Server concepts for dealing with repositories and stores.
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
Common service provider interfaces and useful base implementations for dealing with models and types
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Server service provider interfaces and useful base implementations.
Server provider interfaces (SPI) for CDO
workspaces
.Exposes
CDOObjectImpl
for extension in generated EMF models.Client service provider interfaces and useful base implementations.
-
Uses of InternalCDORevision in org.eclipse.emf.cdo.common.protocol
Methods in org.eclipse.emf.cdo.common.protocol that return InternalCDORevisionConstructors in org.eclipse.emf.cdo.common.protocol with parameters of type InternalCDORevisionModifierConstructorDescriptionCommitData
(InternalCDORevision[] newObjects, InternalCDORevisionDelta[] dirtyObjectDeltas, CDOID[] detachedObjects) -
Uses of InternalCDORevision in org.eclipse.emf.cdo.common.revision
Methods in org.eclipse.emf.cdo.common.revision with parameters of type InternalCDORevisionModifier and TypeMethodDescriptionstatic boolean
CDORevisionUtil.isContained
(InternalCDORevision child, CDOID container, CDORevisionProvider provider) -
Uses of InternalCDORevision in org.eclipse.emf.cdo.lm.server
Methods in org.eclipse.emf.cdo.lm.server with parameters of type InternalCDORevisionModifier and TypeMethodDescriptionprotected void
AbstractLifecycleManager.handleBaselineAddition
(IStoreAccessor.CommitContext commitContext, InternalCDORevision addedContent) protected void
AbstractLifecycleManager.handleModuleAddition
(InternalCDORevision addedModule, Consumer<AbstractLifecycleManager.ModuleInfo> newModulesInfoConsumer) protected void
AbstractLifecycleManager.handleModuleAddition
(InternalCDORevision addedModule, List<org.eclipse.net4j.util.collection.Pair<String, CDOID>> newModules) Deprecated. -
Uses of InternalCDORevision in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server that return InternalCDORevisionModifier and TypeMethodDescriptionIStoreAccessor.CommitContext.getDirtyObjects()
Returns an array of the dirty objects that are part of the commit operation represented by thisCommitContext
.IStoreAccessor.CommitContext.getNewObjects()
Returns an array of the new objects that are part of the commit operation represented by thisCommitContext
.IStoreAccessor.readRevision
(CDOID id, CDOBranchPoint branchPoint, int listChunk, CDORevisionCacheAdder cache) Reads a revision from the back-end that was valid at the given timeStamp in the given branch.IStoreAccessor.readRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int listChunk, CDORevisionCacheAdder cache) Reads a revision with the given version in the given branch from the back-end.Methods in org.eclipse.emf.cdo.server that return types with arguments of type InternalCDORevisionModifier and TypeMethodDescriptionIStoreAccessor.CommitContext.getNewRevisions()
IStoreAccessor.CommitContext.getOldRevisions()
Methods in org.eclipse.emf.cdo.server with parameters of type InternalCDORevisionModifier and TypeMethodDescriptionIStoreAccessor.createChunkReader
(InternalCDORevision revision, EStructuralFeature feature) protected Object
CDOServerBrowser.RevisionsPage.getRevisionValue
(Object value, CDOServerBrowser browser, Map<CDOID, List<CDORevision>> ids, InternalCDORevision context) void
IStoreAccessor.Raw.rawStore
(InternalCDORevision revision, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Stores the givenrevision
in the backend represented by thisraw store accessor
without going through a regularcommit
.protected void
CDOServerBrowser.RevisionsPage.showRevision
(PrintStream pout, CDOServerBrowser browser, Map<CDOID, List<CDORevision>> ids, InternalCDORevision revision) -
Uses of InternalCDORevision in org.eclipse.emf.cdo.server.db.mapping
Methods in org.eclipse.emf.cdo.server.db.mapping with parameters of type InternalCDORevisionModifier and TypeMethodDescriptionprotected final Object
AbstractTypeMapping.getRevisionValue
(InternalCDORevision revision) boolean
IClassMapping.readRevision
(IDBStoreAccessor accessor, InternalCDORevision revision, int listChunk) Read a revision.boolean
IClassMappingAuditSupport.readRevisionByVersion
(IDBStoreAccessor storeAccessor, InternalCDORevision revision, int listChunk) Read a specific version of a revision.void
IListMapping.readValues
(IDBStoreAccessor accessor, InternalCDORevision revision, int listChunk) Read the list size and the complete list or the first part of it.final void
AbstractTypeMapping.readValueToRevision
(ResultSet resultSet, InternalCDORevision revision) void
DelegatingTypeMapping.readValueToRevision
(ResultSet resultSet, InternalCDORevision revision) void
ITypeMapping.readValueToRevision
(ResultSet resultSet, InternalCDORevision revision) Read a value from aResultSet
, convert it from the DB to the CDO representation and set it to the feature of the revision.final void
AbstractTypeMapping.setValueFromRevision
(PreparedStatement stmt, int index, InternalCDORevision revision) void
DelegatingTypeMapping.setValueFromRevision
(PreparedStatement stmt, int index, InternalCDORevision revision) void
ITypeMapping.setValueFromRevision
(PreparedStatement stmt, int index, InternalCDORevision value) Set a value of the given revision to the JDBCIDBPreparedStatement
using an appropriatesetXxx
method.void
IClassMapping.writeRevision
(IDBStoreAccessor accessor, InternalCDORevision revision, boolean firstRevision, boolean revise, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Write the revision data to the database.void
IListMapping.writeValues
(IDBStoreAccessor accessor, InternalCDORevision revision) Write a complete list of values to the database. -
Uses of InternalCDORevision in org.eclipse.emf.cdo.spi.common.model
Methods in org.eclipse.emf.cdo.spi.common.model that return InternalCDORevision -
Uses of InternalCDORevision in org.eclipse.emf.cdo.spi.common.revision
Classes in org.eclipse.emf.cdo.spi.common.revision that implement InternalCDORevisionModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
class
If the meaning of this type isn't clear, there really should be more of a description here...class
A synthetic revision that represents the initial period of an object in abranch
when the object is still associated with a revision from one of the baseline branches.Methods in org.eclipse.emf.cdo.spi.common.revision that return InternalCDORevisionModifier and TypeMethodDescriptionDelegatingCDORevision.copy()
InternalCDORevision.copy()
StubCDORevision.copy()
protected InternalCDORevision
RevisionInfo.doReadResult
(CDODataInput in) Deprecated.Not called anymore by the frameworkDelegatingCDORevisionManager.getBaseRevision
(CDORevision revision, int referenceChunk, boolean loadOnDemand) InternalCDORevisionManager.getBaseRevision
(CDORevision revision, int referenceChunk, boolean loadOnDemand) abstract InternalCDORevision
DelegatingCDORevision.getDelegate()
AbstractCDORevision.getProperRevision()
DelegatingCDORevision.getProperRevision()
InternalCDORevision.getProperRevision()
RevisionInfo.Available.Normal.getResult()
RevisionInfo.getResult()
DelegatingCDORevisionManager.getRevision
(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) DelegatingCDORevisionManager.getRevision
(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics) InternalCDORevisionManager.getRevision
(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand) InternalCDORevisionManager.getRevision
(CDOID id, CDOBranchPoint branchPoint, int referenceChunk, int prefetchDepth, boolean loadOnDemand, SyntheticCDORevision[] synthetics) DelegatingCDORevisionManager.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand) InternalCDORevisionManager.getRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk, boolean loadOnDemand) AbstractCDORevision.getRevisionForID
(CDOID id) DelegatingCDORevision.getRevisionForID
(CDOID id) InternalCDORevision.getRevisionForID
(CDOID id) InternalCDORevisionManager.RevisionLoader.loadRevisionByVersion
(CDOID id, CDOBranchVersion branchVersion, int referenceChunk) static InternalCDORevision
RevisionInfo.readResult
(CDODataInput in, CDOID id, CDOBranch branch) Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type InternalCDORevisionModifier and TypeMethodDescriptionprotected void
RevisionInfo.doWriteResult
(CDODataOutput out, InternalCDORevision revision, int referenceChunk) Deprecated.Not called anymore by the frameworkvoid
CDORevisionUnchunker.ensureChunks
(InternalCDORevision revision, int chunkSize) void
CDORevisionMerger.merge
(InternalCDORevision revision, CDORevisionDelta delta) void
RevisionInfo.setResult
(InternalCDORevision result) static void
RevisionInfo.writeResult
(CDODataOutput out, InternalCDORevision revision, boolean writePointerTarget, int referenceChunk, CDOBranchPoint securityContext) static void
RevisionInfo.writeResult
(CDODataOutput out, InternalCDORevision revision, int referenceChunk) Deprecated.static void
RevisionInfo.writeResult
(CDODataOutput out, InternalCDORevision revision, int referenceChunk, CDOBranchPoint securityContext) Deprecated.Method parameters in org.eclipse.emf.cdo.spi.common.revision with type arguments of type InternalCDORevisionModifier and TypeMethodDescriptionvoid
InternalCDORevisionCache.getAllRevisions
(List<InternalCDORevision> result) Fills a list with allrevisions
. -
Uses of InternalCDORevision in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server that return InternalCDORevisionModifier and TypeMethodDescriptionStore.createRevision
(EClass eClass, CDOID id) InternalCommitContext.getDetachedRevisions()
InternalCommitContext.getDetachedRevisions
(boolean check) Methods in org.eclipse.emf.cdo.spi.server with parameters of type InternalCDORevisionModifier and TypeMethodDescriptionvoid
InternalSession.collectContainedRevisions
(InternalCDORevision revision, CDOBranchPoint branchPoint, int referenceChunk, Set<CDOID> revisions, List<CDORevision> additionalRevisions) InternalRepository.ensureChunk
(InternalCDORevision revision, EStructuralFeature feature, int chunkStart, int chunkEnd) void
InternalRepository.ensureChunks
(InternalCDORevision revision) void
InternalCommitContext.setNewObjects
(InternalCDORevision[] newObjects) protected void
StoreAccessor.writeDirtyObjectRevisions
(InternalCommitContext context, InternalCDORevision[] dirtyObjects, CDOBranch branch, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) protected void
StoreAccessor.writeNewObjectRevisions
(InternalCommitContext context, InternalCDORevision[] newObjects, CDOBranch branch, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) protected abstract void
StoreAccessor.writeRevisions
(InternalCDORevision[] revisions, CDOBranch branch, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) -
Uses of InternalCDORevision in org.eclipse.emf.cdo.spi.workspace
Methods in org.eclipse.emf.cdo.spi.workspace with parameters of type InternalCDORevisionModifier and TypeMethodDescriptionvoid
InternalCDOWorkspaceBase.registerAddedAndDetachedObject
(InternalCDORevision revision) void
InternalCDOWorkspaceBase.registerChangedOrDetachedObject
(InternalCDORevision revision) -
Uses of InternalCDORevision in org.eclipse.emf.internal.cdo
Methods in org.eclipse.emf.internal.cdo that return InternalCDORevisionModifier and TypeMethodDescriptionfinal InternalCDORevision
CDOObjectImpl.cdoRevision()
final InternalCDORevision
CDOObjectImpl.cdoRevision
(boolean loadOnDemand) Methods in org.eclipse.emf.internal.cdo with parameters of type InternalCDORevisionModifier and TypeMethodDescriptionstatic void
CDOObjectImpl.revisionToInstanceFeature
(InternalCDOObject instance, InternalCDORevision revision, EStructuralFeature eFeature) -
Uses of InternalCDORevision in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo that return InternalCDORevisionModifier and TypeMethodDescriptionInternalCDOObject.cdoRevision()
InternalCDOObject.cdoRevision
(boolean loadOnDemand) InternalCDOView.getRevision
(CDOID id, boolean loadOnDemand) Methods in org.eclipse.emf.spi.cdo that return types with arguments of type InternalCDORevisionModifier and TypeMethodDescriptionCDOSessionProtocol.RefreshSessionResult.getChangedObjects
(CDOBranch branch) InternalCDOTransaction.getCleanRevisions()
InternalCDOView.ViewInvalidationData.getOldRevisions()
Methods in org.eclipse.emf.spi.cdo with parameters of type InternalCDORevisionModifier and TypeMethodDescriptionvoid
CDOSessionProtocol.RefreshSessionResult.addChangedObject
(InternalCDORevision revision) CDOStore.convertToEMF
(EObject eObject, InternalCDORevision revision, EStructuralFeature feature, int index, Object value) CDOSessionProtocol.loadChunk
(InternalCDORevision revision, EStructuralFeature feature, int accessIndex, int fetchIndex, int fromIndex, int toIndex) CDOSessionProtocol.loadPermissions
(InternalCDORevision[] revisions) Deprecated.void
InternalCDOTransaction.registerDirty
(InternalCDOObject object, CDOFeatureDelta featureDelta, InternalCDORevision cleanRevision) void
InternalCDOTransaction.registerFeatureDelta
(InternalCDOObject object, CDOFeatureDelta featureDelta, InternalCDORevision cleanRevision) CDOStore.resolveProxy
(InternalCDORevision revision, EStructuralFeature feature, int index, Object value) Method parameters in org.eclipse.emf.spi.cdo with type arguments of type InternalCDORevisionModifier and TypeMethodDescriptionvoid
InternalCDOView.collectViewedRevisions
(Map<CDOID, InternalCDORevision> revisions) void
InternalCDOView.invalidate
(CDOBranch branch, long lastUpdateTime, List<CDORevisionKey> allChangedObjects, List<CDOIDAndVersion> allDetachedObjects, Map<CDOID, InternalCDORevision> oldRevisions, boolean async) Deprecated.As of 4.2.void
InternalCDOView.invalidate
(CDOBranch branch, long lastUpdateTime, List<CDORevisionKey> allChangedObjects, List<CDOIDAndVersion> allDetachedObjects, Map<CDOID, InternalCDORevision> oldRevisions, boolean async, boolean clearResourcePathCache) Deprecated.As of 4.6.CDOSessionProtocol.loadPermissions3
(Map<CDOBranchPoint, Set<InternalCDORevision>> revisions) CDOSessionProtocol.lockObjects
(List<InternalCDORevision> viewedRevisions, int viewID, CDOBranch viewedBranch, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, long timeout) Deprecated.void
InternalCDOSession.processRefreshSessionResult
(CDOSessionProtocol.RefreshSessionResult result, CDOBranch branch, List<InternalCDOView> branchViews, Map<CDOBranch, Map<CDOID, InternalCDORevision>> viewedRevisions) CDOSessionProtocol.refresh
(long lastUpdateTime, Map<CDOBranch, Map<CDOID, InternalCDORevision>> viewedRevisions, int initialChunkSize, boolean enablePassiveUpdates) void
InternalCDOView.ViewInvalidationData.setOldRevisions
(Map<CDOID, InternalCDORevision> oldRevisions) CDOPermissionUpdater.updatePermissions
(InternalCDOSession session, Set<InternalCDORevision> revisions) CDOPermissionUpdater2.updatePermissions
(InternalCDOSession session, Set<InternalCDORevision> revisions, CDOCommitInfo commitInfo) CDOPermissionUpdater3.updatePermissions
(InternalCDOSession session, Map<CDOBranchPoint, Set<InternalCDORevision>> revisions, CDOCommitInfo commitInfo) default Map<CDORevision,
CDOPermission> CDOPermissionUpdater3.updatePermissions
(InternalCDOSession session, Set<InternalCDORevision> revisions) Deprecated.
AbstractLifecycleManager.handleModuleAddition(InternalCDORevision, Consumer)
.