Uses of Interface
org.eclipse.emf.cdo.common.branch.CDOBranchManager
Packages that use 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
Methods in org.eclipse.emf.cdo.common that return CDOBranchManager -
Uses of CDOBranchManager in org.eclipse.emf.cdo.common.branch
Methods in org.eclipse.emf.cdo.common.branch that return CDOBranchManagerModifier 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.Methods in org.eclipse.emf.cdo.common.branch with parameters of type CDOBranchManagerModifier and TypeMethodDescriptionCDOBranchPointRef.resolve
(CDOBranchManager branchManager) CDOBranchRef.resolve
(CDOBranchManager branchManager) -
Uses of CDOBranchManager in org.eclipse.emf.cdo.common.revision
Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDOBranchManagerModifier 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
Methods in org.eclipse.emf.cdo.common.util with parameters of type CDOBranchManagerModifier 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
Methods in org.eclipse.emf.cdo.net4j that return CDOBranchManagerMethods in org.eclipse.emf.cdo.net4j with parameters of type CDOBranchManagerModifier and TypeMethodDescriptionvoid
CDONet4jSessionConfiguration.setBranchManager
(CDOBranchManager branchManager) -
Uses of CDOBranchManager in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server that return CDOBranchManager -
Uses of CDOBranchManager in org.eclipse.emf.cdo.server.embedded
Methods in org.eclipse.emf.cdo.server.embedded with parameters of type CDOBranchManagerModifier 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
Methods in org.eclipse.emf.cdo.session that return CDOBranchManagerModifier and TypeMethodDescriptionCDOSession.getBranchManager()
Returns the CDObranch manager
that manages thebranches
of the repository of this session.CDOSessionConfiguration.getBranchManager()
Methods in org.eclipse.emf.cdo.session with parameters of type CDOBranchManagerModifier and TypeMethodDescriptionvoid
CDOSessionConfiguration.setBranchManager
(CDOBranchManager branchManager) -
Uses of CDOBranchManager in org.eclipse.emf.cdo.spi.common.branch
Subinterfaces of CDOBranchManager in org.eclipse.emf.cdo.spi.common.branchModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDOBranchManagerModifier 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
Methods in org.eclipse.emf.cdo.spi.common.commit that return CDOBranchManagerMethods in org.eclipse.emf.cdo.spi.common.commit with parameters of type CDOBranchManagerModifier and TypeMethodDescriptionvoid
InternalCDOCommitInfoManager.setBranchManager
(CDOBranchManager branchManager) -
Uses of CDOBranchManager in org.eclipse.emf.cdo.spi.common.protocol
Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOBranchManagerModifier and TypeMethodDescriptionprotected CDOBranchManager
CDODataInputImpl.Default.getBranchManager()
protected abstract CDOBranchManager
CDODataInputImpl.getBranchManager()
-
Uses of CDOBranchManager in org.eclipse.emf.cdo.spi.common.revision
Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDOBranchManagerModifier and TypeMethodDescriptionvoid
BaseCDORevision.adjustBranches
(CDOBranchManager newBranchManager) void
DelegatingCDORevision.adjustBranches
(CDOBranchManager newBranchManager) void
StubCDORevision.adjustBranches
(CDOBranchManager newBranchManager) DelegatingCDORevisionManager.getObjectType
(CDOID id, CDOBranchManager branchManagerForLoadOnDemand)