Uses of Interface
org.eclipse.emf.cdo.common.branch.CDOBranch
Package
Description
Common concepts for dealing with branches.
Common concepts for dealing with commits and change sets.
Common concepts for dealing with object and revision IDs.
Common concepts for dealing with durable locks and views.
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.
The generated EMF utilities of the CDO Lifecycle Management model.
Server concepts for dealing with repositories and stores.
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
Server implementation of a generic OCL query handler.
Common service provider interfaces and useful base implementations for dealing with branches.
Common service provider interfaces and useful base implementations for dealing with commits and change sets.
Common service provider interfaces and useful base implementations for dealing with object locks.
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.
Server service provider interfaces and useful base implementations.
Server provider interfaces (SPI) for CDO
workspaces
.Client concepts for dealing with transactions, distributed transactions and their save points.
Reusable UI components specific to the CDO Model Repository.
A library with reusable widgets.
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 CDOBranch in org.eclipse.emf.cdo.common.branch
Modifier and TypeMethodDescriptionCDOBranch.createBranch
(String name) Creates a sub branch of this branch with the given name,based
at thecurrent time
.CDOBranch.createBranch
(String name, long timeStamp) Creates a sub branch of this branch with the given name,based
at thebranch point
in this branch with the given time stamp.CDOBranch.delete
(org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Deletes this branch and all its sub branches.Returns the sub branch of this branch with the given relative path, ornull
if no sub branch with this path exists in this branch.CDOBranchChangedEvent.getBranch()
CDOBranchCreatedEvent.getBranch()
Deprecated.CDOBranchManager.getBranch
(int branchID) Returns the branch with the given unique integer ID.Returns the branch with the given absolute path.CDOBranchPoint.getBranch()
Returns the branch of this branch point, ornull
if this branch point is thebase
of themain branch
.CDOBranchProvider.getBranch()
CDOBranchVersion.getBranch()
Returns the branch of this branch version.CDOBranch.getBranches()
Returns an array of the sub branches of this branch, nevernull
.CDOBranchManager.getMainBranch()
Returns the main branch of the branch tree managed by this branch manager.CDOBranch.BranchDeletedEvent.getSource()
CDOBranchRef.resolve
(CDOBranchManager branchManager) Modifier and TypeMethodDescriptionvoid
CDOBranchHandler.handleBranch
(CDOBranch branch) A call-back method that other entities can pass branches to.protected void
CDOBranchManager.EventAdapter.onBranchCreated
(CDOBranch branch) protected void
CDOBranchManager.EventAdapter.onBranchesDeleted
(CDOBranch rootBranch, int[] branchIDs) protected void
CDOBranchManager.EventAdapter.onBranchRenamed
(CDOBranch branch) ModifierConstructorDescriptionCDOBranchRef
(CDOBranch branch) CDODuplicateBranchException
(CDOBranch branch) -
Uses of CDOBranch in org.eclipse.emf.cdo.common.commit
Modifier and TypeMethodDescriptionCDOCommitInfoManager.getBaseOfBranch
(CDOBranch branch) CDOCommitInfoManager.getCommitInfo
(CDOBranch branch, long startTime, boolean up) void
CDOCommitInfoManager.getCommitInfos
(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler) void
CDOCommitInfoManager.getCommitInfos
(CDOBranch branch, long startTime, String reserved1, String reserved2, int count, CDOCommitInfoHandler handler) CDOCommitInfoManager.getFirstOfBranch
(CDOBranch branch) long
CDOCommitInfoManager.getLastCommitOfBranch
(CDOBranch branch, boolean loadOnDemand) CDOCommitInfoManager.getLastOfBranch
(CDOBranch branch) -
Uses of CDOBranch in org.eclipse.emf.cdo.common.id
Modifier and TypeMethodDescriptionstatic CDOIDAndBranch
CDOIDUtil.createIDAndBranch
(CDOID id, CDOBranch branch) -
Uses of CDOBranch in org.eclipse.emf.cdo.common.lock
Modifier and TypeMethodDescriptionCDOLockChangeInfo.getBranch()
static CDOBranch
CDOLockUtil.getLockedObjectBranch
(Object lockedObject) Modifier and TypeMethodDescriptionstatic CDOLockChangeInfo
CDOLockUtil.createLockChangeInfo
(long timestamp, CDOCommonView view, CDOBranch viewedBranch, CDOLockChangeInfo.Operation op, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, CDOLockState[] newLockStates) Deprecated.static CDOLockChangeInfo
CDOLockUtil.createLockChangeInfo
(long timestamp, CDOLockOwner lockOwner, CDOBranch branch, CDOLockChangeInfo.Operation op, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, CDOLockState[] newLockStates) Deprecated. -
Uses of CDOBranch in org.eclipse.emf.cdo.common.protocol
-
Uses of CDOBranch in org.eclipse.emf.cdo.common.revision
Modifier and TypeMethodDescriptionCDOAllRevisionsProvider.getAllRevisions()
CDORevisionUtil.AllRevisionsDumper.getMap()
Modifier and TypeMethodDescriptionstatic CDORevisable
CDORevisionUtil.createRevisable
(CDOBranch branch, int version, long timeStamp, long revised) static CDORevisionKey
CDORevisionUtil.createRevisionKey
(CDOID id, CDOBranch branch, int version) protected abstract void
CDORevisionUtil.AllRevisionsDumper.dumpBranch
(CDOBranch branch) protected void
CDORevisionUtil.AllRevisionsDumper.Stream.Html.dumpBranch
(CDOBranch branch) protected void
CDORevisionUtil.AllRevisionsDumper.Stream.Plain.dumpBranch
(CDOBranch branch) void
CDORevisionManager.handleRevisions
(EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler) Modifier and TypeMethodDescriptionstatic String
CDORevisionUtil.dumpAllRevisions
(Map<CDOBranch, List<CDORevision>> map) static void
CDORevisionUtil.dumpAllRevisions
(Map<CDOBranch, List<CDORevision>> map, PrintStream out) protected void
protected void
protected void
protected void
protected void
ModifierConstructorDescriptionHtml
(Map<CDOBranch, List<CDORevision>> map, PrintStream out) Plain
(Map<CDOBranch, List<CDORevision>> map, PrintStream out) Stream
(Map<CDOBranch, List<CDORevision>> map, PrintStream out) -
Uses of CDOBranch in org.eclipse.emf.cdo.lm.server
-
Uses of CDOBranch in org.eclipse.emf.cdo.lm.util
Modifier and TypeMethodDescriptionlong
CoreDeliveryMerger.mergeDelivery
(CDOSession session, CDOBranchPoint sourceBranchPoint, CDOBranch targetBranch) long
LMMerger.mergeDelivery
(CDOSession session, CDOBranchPoint sourceBranchPoint, CDOBranch targetBranch) Merges the changes from the given source branch point into the given target branch and returns the time stamp of the resulting commit into the merge target branch, orCDOBranchPoint.INVALID_DATE
if no commit has happened.default long
LMMerger2.mergeDelivery
(CDOSession session, CDOBranchPoint sourceBranchPoint, CDOBranch targetBranch) Deprecated.As of 1.2 implementLMMerger2.mergeDelivery(LMMergeInfos)
.protected CDOTransaction
CoreDeliveryMerger.openTransaction
(CDOSession session, CDOBranch branch) void
LMMerger2.LMMergeInfos.setTargetBranch
(CDOBranch targetBranch) -
Uses of CDOBranch in org.eclipse.emf.cdo.server
Modifier and TypeMethodDescriptionprotected Map<CDOBranch,
List<CDORevision>> CDOServerBrowser.RevisionsPage.FromCache.getAllRevisions
(InternalRepository repository) protected Map<CDOBranch,
List<CDORevision>> CDOServerBrowser.RevisionsPage.FromStore.getAllRevisions
(InternalRepository repository) protected abstract Map<CDOBranch,
List<CDORevision>> CDOServerBrowser.RevisionsPage.getAllRevisions
(InternalRepository repository) Modifier and TypeMethodDescriptionprotected void
CDOServerExporter.Binary.exportBranch
(CDODataOutput out, CDOBranch branch) protected void
CDOServerExporter.exportBranch
(OUT out, CDOBranch branch) protected void
CDOServerExporter.XML.exportBranch
(org.eclipse.net4j.util.io.XMLOutput out, CDOBranch branch) protected void
CDOServerExporter.exportRevisions
(OUT out, CDOBranch branch) void
IStoreAccessor.handleRevisions
(EClass eClass, CDOBranch branch, long timeStamp, boolean exactTime, CDORevisionHandler handler) Passes all revisions of the store to thehandler
if all of the following conditions are met: TheeClass
parameter isnull
or equal torevision.getEClass()
.void
IStoreAccessor.Raw.rawDelete
(CDOID id, int version, CDOBranch branch, EClass eClass, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Deletes the revision identified by the givenkey
from the backend represented by thisraw store accessor
without going through a regularcommit
.void
IStoreAccessor.Raw.rawStore
(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Stores the givencommit
in the backend represented by thisraw store accessor
without going through a regularcommit
.void
IStoreAccessor.Raw2.rawStore
(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOBranchPoint mergeSource, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Stores the givencommit
in the backend represented by thisraw store accessor
without going through a regularcommit
.protected void
CDOServerBrowser.BranchesPage.showBranch
(PrintStream out, CDOBranch branch) Modifier and TypeMethodDescriptionprotected void
CDOServerBrowser.RevisionsPage.showRevision
(PrintStream pout, CDOServerBrowser browser, Map<CDOBranch, List<CDORevision>> allRevisions, Map<CDOID, List<CDORevision>> ids, String key, InternalRepository repository) -
Uses of CDOBranch in org.eclipse.emf.cdo.server.db.mapping
Modifier and TypeMethodDescriptionvoid
IClassMapping.detachObject
(IDBStoreAccessor accessor, CDOID id, int version, CDOBranch branch, long timeStamp, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Detaches (deletes) a CDO object leaving a "ghost" revision behind.void
IClassMapping.handleRevisions
(IDBStoreAccessor accessor, CDOBranch branch, long timeStamp, boolean exactTime, CDORevisionHandler handler) Passes all revisions of the store to thehandler
if all of the following conditions are met: Thebranch
parameter isnull
or equal torevision.getBranch()
.void
IMappingStrategy.handleRevisions
(IDBStoreAccessor accessor, EClass eClass, CDOBranch branch, long timeStamp, boolean exactTime, CDORevisionHandler handler) Passes all revisions of the store to thehandler
if all of the following conditions are met: TheeClass
parameter isnull
or equal torevision.getEClass()
. -
Uses of CDOBranch in org.eclipse.emf.cdo.server.ocl
Modifier and TypeMethodDescriptionCDOExtentCreator.createExtent
(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, AtomicBoolean canceled) protected void
CDOExtentCreator.createExtent
(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, AtomicBoolean canceled, CDORevisionHandler revisionHandler) CDOExtentCreator.Lazy.createExtent
(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, AtomicBoolean canceled) protected void
CDOExtentCreator.handleRevisions
(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, CDORevisionHandler revisionHandler) -
Uses of CDOBranch in org.eclipse.emf.cdo.spi.common.branch
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionstatic CDOBranch
CDOBranchUtil.adjustBranch
(CDOBranch branch, CDOBranchManager branchManager) InternalCDOBranchManager.BranchLoader5.deleteBranches
(int branchID, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) InternalCDOBranchManager.deleteBranches
(int id, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Modifier and TypeMethodDescriptionstatic CDOBranch
CDOBranchUtil.adjustBranch
(CDOBranch branch, CDOBranchManager branchManager) static void
CDOBranchUtil.forEachBranchInTree
(CDOBranch root, Consumer<CDOBranch> consumer) static CDOBranchPoint
CDOBranchUtil.normalizeBranchPoint
(CDOBranch branch, long timeStamp) void
InternalCDOBranchManager.renameBranch
(CDOBranch branch, String newName) Deprecated.As of 4.4 usesetName(String)
.Modifier and TypeMethodDescriptionstatic void
CDOBranchUtil.forEachBranchInTree
(CDOBranch root, Consumer<CDOBranch> consumer) -
Uses of CDOBranch in org.eclipse.emf.cdo.spi.common.commit
Modifier and TypeMethodDescriptionInternalCDOCommitInfoManager.createCommitInfo
(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOBranchPoint mergeSource, CDOCommitData commitData) InternalCDOCommitInfoManager.createCommitInfo
(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOCommitData commitData) void
InternalCDOCommitInfoManager.CommitInfoLoader.loadCommitInfos
(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler) void
InternalCDOCommitInfoManager.setLastCommitOfBranch
(CDOBranch branch, long lastCommit) ModifierConstructorDescriptionCDOChangeSetSegment
(CDOBranch branch, long timeStamp, long endTime) -
Uses of CDOBranch in org.eclipse.emf.cdo.spi.common.lock
-
Uses of CDOBranch in org.eclipse.emf.cdo.spi.common.protocol
-
Uses of CDOBranch in org.eclipse.emf.cdo.spi.common.revision
Modifier and TypeMethodDescriptionvoid
AbstractCDORevision.adjustForCommit
(CDOBranch branch, long timeStamp) void
DelegatingCDORevision.adjustForCommit
(CDOBranch branch, long timeStamp) void
InternalCDORevision.adjustForCommit
(CDOBranch branch, long timeStamp) void
DelegatingCDORevisionManager.handleRevisions
(EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler) void
InternalCDORevisionManager.RevisionLoader.handleRevisions
(EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler) static InternalCDORevision
RevisionInfo.readResult
(CDODataInput in, CDOID id, CDOBranch branch) void
InternalCDORevisionCache.removeRevisions
(CDOBranch... branches) void
DelegatingCDORevisionManager.reviseLatest
(CDOID id, CDOBranch branch) void
InternalCDORevisionManager.reviseLatest
(CDOID id, CDOBranch branch) Called on client via postCommit when there is no version of detached objects available.void
ModifierConstructorDescriptionDetachedCDORevision
(EClass eClass, CDOID id, CDOBranch branch, int version, long timeStamp) DetachedCDORevision
(EClass eClass, CDOID id, CDOBranch branch, int version, long timeStamp, long revised) PointerCDORevision
(EClass eClass, CDOID id, CDOBranch branch, long revised, CDOBranchVersion target) SyntheticCDORevision
(EClass eClass, CDOID id, CDOBranch branch) -
Uses of CDOBranch in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionDelegatingQueryResourcesContext.getBranch()
DurableLockArea.getBranch()
Deprecated.InternalLockManager.getLockKeyBranch
(Object key) Modifier and TypeMethodDescriptionprotected abstract void
StoreAccessor.detachObjects
(CDOID[] detachedObjects, CDOBranch branch, long timeStamp, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) InternalLockManager.getLockKey
(CDOID id, CDOBranch branch) void
InternalRepository.handleRevisions
(EClass eClass, CDOBranch branch, boolean exactBranch, long timeStamp, boolean exactTime, CDORevisionHandler handler) static InternalView
SyncingUtil.openViewWithLockArea
(InternalSession session, InternalLockManager lockManager, CDOBranch viewedBranch, String lockAreaID) void
InternalSession.sendBranchNotification
(CDOBranchChangedEvent.ChangeKind changeKind, CDOBranch... branches) void
InternalSessionManager.sendBranchNotification
(InternalSession sender, CDOBranchChangedEvent.ChangeKind changeKind, CDOBranch... branches) void
ISessionProtocol.sendBranchNotification
(CDOBranchChangedEvent.ChangeKind changeKind, CDOBranch... branches) void
InternalSession.sendLockOwnerRemappedNotification
(CDOBranch branch, CDOLockOwner oldOwner, CDOLockOwner newOwner) void
InternalSessionManager.sendLockOwnerRemappedNotification
(InternalSession sender, CDOBranch branch, CDOLockOwner oldOwner, CDOLockOwner newOwner) void
ISessionProtocol.sendLockOwnerRemappedNotification
(CDOBranch branch, CDOLockOwner oldOwner, CDOLockOwner newOwner) protected void
StoreAccessor.writeCommitInfo
(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOBranchPoint mergeSource, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) protected abstract void
StoreAccessor.writeCommitInfo
(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Deprecated.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.writeRevisionDeltas
(InternalCDORevisionDelta[] revisionDeltas, CDOBranch branch, long created, 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 CDOBranch in org.eclipse.emf.cdo.spi.workspace
Modifier and TypeMethodDescriptionvoid
InternalCDOWorkspaceBase.deleteAddedAndDetachedObjects
(IStoreAccessor.Raw accessor, CDOBranch branch) -
Uses of CDOBranch in org.eclipse.emf.cdo.transaction
Modifier and TypeMethodDescriptionCDOTransactionContainer.getTransactions
(CDOBranch branch) Returns an array of alltransactions
of this session that are open on the given branch.Merges the changes from the given source branch into this transaction and possibly considers previous merges from that branch by inspecting themerge source
information of thecommit history
.CDOTransactionContainer.openTransaction
(CDOBranch branch) Opens and returns a newtransaction
on a new EMFresource set
.CDOTransactionContainer.openTransaction
(CDOBranch branch, ResourceSet resourceSet) Opens and returns a newtransaction
on the given EMFresource set
.boolean
boolean
CDOPushTransaction.setBranch
(CDOBranch branch, IProgressMonitor monitor) boolean
CDOPushTransaction.setBranchPoint
(CDOBranch branch, long timeStamp) boolean
CDOPushTransaction.setBranchPoint
(CDOBranch branch, long timeStamp, IProgressMonitor monitor) -
Uses of CDOBranch in org.eclipse.emf.cdo.ui
Modifier and TypeMethodDescriptionvoid
CDOItemProvider.fillBranch
(IMenuManager manager, CDOBranch branch) protected Object[]
CDOItemProvider.getChildren
(CDOBranch branch) protected boolean
CDOItemProvider.hasChildren
(CDOBranch branch) -
Uses of CDOBranch in org.eclipse.emf.cdo.ui.widgets
Modifier and TypeMethodDescriptionfinal CDOBranch
CommitHistoryComposite.Input.getBranch()
SelectBranchComposite.getBranch()
Deprecated.SelectTimeStampComposite.getBranch()
CommitHistoryComposite.LabelProvider.getInputBranch()
Modifier and TypeMethodDescriptionprotected void
SelectBranchComposite.branchChanged
(CDOBranch newBranch) Deprecated.protected CDOCommitHistory
CommitHistoryComposite.createHistory
(CDOSession session, CDOBranch branch, CDOObject object) protected SelectBranchComposite
ComposeBranchPointComposite.createSelectBranchComposite
(CDOSession session, CDOBranch branch) Deprecated.As of 4.4 useComposeBranchPointComposite.createBranchViewer()
.protected SelectTimeStampComposite
ComposeBranchPointComposite.createSelectTimeStampComposite
(CDOBranch branch, long timeStamp) Deprecated.As of 4.4 useComposeBranchPointComposite.createSelectTimeStampComposite()
.CommitHistoryComposite.LabelProvider.getBranchString
(CDOBranch branch) void
void
CommitHistoryComposite.LabelProvider.setInputBranch
(CDOBranch inputBranch) ModifierConstructorDescriptionInput
(CDOSession session, CDOBranch branch, CDOObject object) SelectBranchComposite
(Composite parent, int style, CDOSession session, CDOBranch branch) Deprecated.SelectBranchComposite
(Composite parent, int style, CDOSession session, CDOBranch branch, boolean withHistory) Deprecated.SelectTimeStampComposite
(Composite parent, int style, CDOBranch branch, long timeStamp) -
Uses of CDOBranch in org.eclipse.emf.cdo.util
Modifier and TypeMethodDescriptionstatic CDOBranch
CDOUtil.createBranch
(CDOBranchPoint base, String name) Modifier and TypeMethodDescriptionstatic CDORevision
CDOUtil.getRevisionByVersion
(CDOObject object, CDOBranch branch, int version) -
Uses of CDOBranch in org.eclipse.emf.cdo.view
Modifier and TypeMethodDescriptionCDOView[]
Returns an array of allviews
andtransactions
of this session that are open on the given branch.Opens and returns a newview
on a new EMFresource set
.Opens and returns a newview
on a new EMFresource set
.CDOViewContainer.openView
(CDOBranch branch, long timeStamp, ResourceSet resourceSet) Opens and returns a newview
on the given EMFresource set
.boolean
Same as callingsetBranchPoint(branch, getTimeStamp())
.boolean
CDOView.setBranch
(CDOBranch branch, IProgressMonitor monitor) Same asCDOView.setBranch(CDOBranch)
withIProgressMonitor
.boolean
CDOView.setBranchPoint
(CDOBranch branch, long timeStamp) Sets thebranch
and the point in (repository) time this view should refer to.boolean
CDOView.setBranchPoint
(CDOBranch branch, long timeStamp, IProgressMonitor monitor) Same asCDOView.setBranchPoint(CDOBranch, long)
with aIProgressMonitor
. -
Uses of CDOBranch in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionCDOSessionProtocol.CommitTransactionResult.getBranch()
InternalCDOView.ViewInvalidationData.getBranch()
Modifier and TypeMethodDescriptionvoid
CDOLockStateCache.addLockStates
(CDOBranch branch, Collection<? extends CDOLockState> newLockStates, Consumer<CDOLockState> consumer) CDOSessionProtocol.commitDelegation
(CDOBranch branch, String userID, String comment, CDOCommitData commitData, Map<CDOID, EClass> detachedObjectTypes, Collection<CDOLob<?>> lobs, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Deprecated.CDOSessionProtocol.delegateLockObjects
(String lockAreaID, List<CDORevisionKey> revisionKeys, CDOBranch viewedBranch, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, boolean recursive, long timeout) void
CDOLockStateCache.forEachLockState
(CDOBranch branch, CDOLockOwner owner, Consumer<CDOLockState> consumer) CDOSessionProtocol.RefreshSessionResult.getChangedObjects
(CDOBranch branch) CDOSessionProtocol.RefreshSessionResult.getDetachedObjects
(CDOBranch branch) CDOLockStateCache.getLockState
(CDOBranch branch, CDOID id) void
CDOLockStateCache.getLockStates
(CDOBranch branch, Collection<CDOID> ids, boolean loadOnDemand, Consumer<CDOLockState> consumer) 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.lockObjects
(List<InternalCDORevision> viewedRevisions, int viewID, CDOBranch viewedBranch, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, long timeout) Deprecated.CDOSessionProtocol.lockObjects2
(List<CDORevisionKey> revisionKeys, int viewID, CDOBranch viewedBranch, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType lockType, boolean recursive, long timeout) void
InternalCDOSession.processRefreshSessionResult
(CDOSessionProtocol.RefreshSessionResult result, CDOBranch branch, List<InternalCDOView> branchViews, Map<CDOBranch, Map<CDOID, InternalCDORevision>> viewedRevisions) void
CDOLockStateCache.remapOwner
(CDOBranch branch, CDOLockOwner oldOwner, CDOLockOwner newOwner) void
CDOLockStateCache.removeLockStates
(CDOBranch branch) void
CDOLockStateCache.removeLockStates
(CDOBranch branch, Collection<CDOID> ids, Consumer<CDOLockState> consumer) CDOLockStateCache.removeOwner
(CDOBranch branch, CDOLockOwner owner, Consumer<CDOLockState> consumer) void
void
CDOLockStateCache.updateLockStates
(CDOBranch branch, Collection<CDOLockDelta> lockDeltas, Collection<CDOLockState> lockStates, Consumer<CDOLockState> consumer) Modifier and TypeMethodDescriptionCDOSessionProtocol.RefreshSessionResult.Provider.getRefreshSessionResult
(Map<CDOBranch, List<InternalCDOView>> views, Map<CDOBranch, Map<CDOID, InternalCDORevision>> viewedRevisions) 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) ModifierConstructorDescriptionObjectAlreadyLockedException
(CDOID id, CDOBranch branch, Throwable cause)
CDOLockUtil.createLockChangeInfo(CDOBranchPoint, CDOLockOwner, Collection, Collection)
.