Uses of Class
org.eclipse.emf.cdo.common.branch.CDODuplicateBranchException
Package
Description
Common concepts for dealing with branches.
Common service provider interfaces and useful base implementations for dealing with branches.
-
Uses of CDODuplicateBranchException 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.void
-
Uses of CDODuplicateBranchException in org.eclipse.emf.cdo.spi.common.branch
Modifier and TypeMethodDescriptionInternalCDOBranch.createBranch
(String name) InternalCDOBranch.createBranch
(String name, long timeStamp) InternalCDOBranchManager.createBranch
(int id, String name, InternalCDOBranch baseBranch, long baseTimeStamp) void
InternalCDOBranchManager.BranchLoader3.renameBranch
(int branchID, String oldName, String newName)