Uses of Interface
org.eclipse.emf.cdo.common.branch.CDOBranchManager
Package
Description
Common concepts that are differently extended in clients and servers.
Common concepts for dealing with branches.
Common concepts for dealing with revisions and revision lists.
Common utility classes, some common interfaces and exceptions.
Client concepts for dealing with Net4j-based sessions to remote repositories.
Server concepts for dealing with repositories and stores.
Server concepts for dealing with Net4j-based repositories and fail-over infrastructure.
Client concepts for dealing with sessions to CDO repositories.
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 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.
-
Uses of CDOBranchManager in org.eclipse.emf.cdo.common
-
Uses of CDOBranchManager in org.eclipse.emf.cdo.common.branch
Modifier and TypeMethodDescriptionCDOBranch.getBranchManager()
Returns the branch manager that manages this branch, nevernull
.CDOBranchManager.CDOTagList.getBranchManager()
CDOBranchTag.getBranchManager()
Returns the branch manager that manages this branch, nevernull
.CDOBranchChangedEvent.getSource()
CDOBranchCreatedEvent.getSource()
Deprecated.Modifier and TypeMethodDescriptionCDOBranchPointRef.resolve
(CDOBranchManager branchManager) CDOBranchRef.resolve
(CDOBranchManager branchManager) -
Uses of CDOBranchManager in org.eclipse.emf.cdo.common.revision
Modifier and TypeMethodDescriptionCDORevisionManager.getObjectType
(CDOID id, CDOBranchManager branchManagerForLoadOnDemand) Returns thetype
of an object.static CDORevisionKey
CDORevisionUtil.parseRevisionKey
(String source, CDOBranchManager branchManager) -
Uses of CDOBranchManager in org.eclipse.emf.cdo.common.util
Modifier and TypeMethodDescriptionstatic CDODataInput
CDOCommonUtil.createCDODataInput
(org.eclipse.net4j.util.io.ExtendedDataInputStream inputStream, CDOPackageRegistry packageRegistry, CDOBranchManager branchManager, CDOCommitInfoManager commitManager, CDORevisionFactory revisionFactory, CDOListFactory listFactory, CDOLobStore lobStore) -
Uses of CDOBranchManager in org.eclipse.emf.cdo.net4j
Modifier and TypeMethodDescriptionvoid
CDONet4jSessionConfiguration.setBranchManager
(CDOBranchManager branchManager) -
Uses of CDOBranchManager in org.eclipse.emf.cdo.server
-
Uses of CDOBranchManager in org.eclipse.emf.cdo.server.embedded
Modifier and TypeMethodDescriptionCDOEmbeddedRepositoryConfig.createSessionConfiguration
(org.eclipse.net4j.connector.IConnector connector, CDOBranchManager branchManager, CDORevisionManager revisionManager) Subclasses may override. -
Uses of CDOBranchManager in org.eclipse.emf.cdo.session
Modifier and TypeMethodDescriptionCDOSession.getBranchManager()
Returns the CDObranch manager
that manages thebranches
of the repository of this session.CDOSessionConfiguration.getBranchManager()
Modifier and TypeMethodDescriptionvoid
CDOSessionConfiguration.setBranchManager
(CDOBranchManager branchManager) -
Uses of CDOBranchManager 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) void
CDOBranchAdjustable.adjustBranches
(CDOBranchManager newBranchManager) static CDOBranchPoint
CDOBranchUtil.adjustBranchPoint
(CDOBranchPoint branchPoint, CDOBranchManager branchManager) -
Uses of CDOBranchManager in org.eclipse.emf.cdo.spi.common.commit
Modifier and TypeMethodDescriptionvoid
InternalCDOCommitInfoManager.setBranchManager
(CDOBranchManager branchManager) -
Uses of CDOBranchManager in org.eclipse.emf.cdo.spi.common.protocol
Modifier and TypeMethodDescriptionprotected CDOBranchManager
CDODataInputImpl.Default.getBranchManager()
protected abstract CDOBranchManager
CDODataInputImpl.getBranchManager()
-
Uses of CDOBranchManager in org.eclipse.emf.cdo.spi.common.revision
Modifier and TypeMethodDescriptionvoid
BaseCDORevision.adjustBranches
(CDOBranchManager newBranchManager) void
DelegatingCDORevision.adjustBranches
(CDOBranchManager newBranchManager) void
StubCDORevision.adjustBranches
(CDOBranchManager newBranchManager) DelegatingCDORevisionManager.getObjectType
(CDOID id, CDOBranchManager branchManagerForLoadOnDemand)