Uses of Interface
org.eclipse.emf.cdo.spi.common.branch.InternalCDOBranch
Packages that use InternalCDOBranch
Package
Description
Server concepts for dealing with repositories and stores.
Common service provider interfaces and useful base implementations for dealing with branches.
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Server service provider interfaces and useful base implementations.
Client service provider interfaces and useful base implementations.
-
Uses of InternalCDOBranch in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server that return InternalCDOBranchModifier and TypeMethodDescriptionCDOServerImporter.Handler.handleBranch
(int id, String name, long time, int parentID) -
Uses of InternalCDOBranch in org.eclipse.emf.cdo.spi.common.branch
Methods in org.eclipse.emf.cdo.spi.common.branch that return InternalCDOBranchModifier and TypeMethodDescriptionInternalCDOBranch.createBranch
(String name) InternalCDOBranch.createBranch
(String name, long timeStamp) InternalCDOBranchManager.createBranch
(int id, String name, InternalCDOBranch baseBranch, long baseTimeStamp) InternalCDOBranchManager.getBranch
(int branchID) InternalCDOBranchManager.getBranch
(int id, String name, InternalCDOBranch baseBranch, long baseTimeStamp) InternalCDOBranchManager.getBranch
(int id, InternalCDOBranchManager.BranchLoader.BranchInfo branchInfo) InternalCDOBranch.getBranches()
InternalCDOBranch.getBranches
(boolean loadOnDemand) InternalCDOBranchManager.getMainBranch()
Methods in org.eclipse.emf.cdo.spi.common.branch with parameters of type InternalCDOBranchModifier and TypeMethodDescriptionvoid
InternalCDOBranch.addChild
(InternalCDOBranch branch) InternalCDOBranchManager.createBranch
(int id, String name, InternalCDOBranch baseBranch, long baseTimeStamp) InternalCDOBranchManager.getBranch
(int id, String name, InternalCDOBranch baseBranch, long baseTimeStamp) void
InternalCDOBranchManager.handleBranchChanged
(InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) Deprecated.void
InternalCDOBranchManager.handleBranchChanged
(InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind, int... branchIDs) void
InternalCDOBranchManager.handleBranchCreated
(InternalCDOBranch branch) Deprecated.void
InternalCDOBranch.removeChild
(InternalCDOBranch branch) void
InternalCDOBranch.setBranchInfo
(String name, InternalCDOBranch baseBranch, long baseTimeStamp) -
Uses of InternalCDOBranch in org.eclipse.emf.cdo.spi.common.revision
Methods in org.eclipse.emf.cdo.spi.common.revision that return InternalCDOBranch -
Uses of InternalCDOBranch in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server with parameters of type InternalCDOBranchModifier and TypeMethodDescriptionvoid
InternalSession.sendBranchNotification
(InternalCDOBranch branch) Deprecated.void
InternalSession.sendBranchNotification
(InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) Deprecated.As of 4.15 useInternalSession.sendBranchNotification(ChangeKind, CDOBranch...)
.void
InternalSessionManager.sendBranchNotification
(InternalSession sender, InternalCDOBranch branch) Deprecated.void
InternalSessionManager.sendBranchNotification
(InternalSession sender, InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) Deprecated.void
ISessionProtocol.sendBranchNotification
(InternalCDOBranch branch) Deprecated.void
ISessionProtocol.sendBranchNotification
(InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) Deprecated. -
Uses of InternalCDOBranch in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo with parameters of type InternalCDOBranchModifier and TypeMethodDescriptionvoid
InternalCDOSession.handleBranchNotification
(InternalCDOBranch branch) Deprecated.As of 4.3 no longer supported.
InternalCDOBranchManager.handleBranchChanged(InternalCDOBranch, ChangeKind, int...)
.