Uses of Class
de.aristaflow.adept2.model.common.Branch
- 
Packages that use Branch Package Description de.aristaflow.adept2.core.activityrepository  - 
- 
Uses of Branch in de.aristaflow.adept2.core.activityrepository
Methods in de.aristaflow.adept2.core.activityrepository that return Branch Modifier and Type Method Description BranchRevisionManager. createBranch(SessionToken session, String comment)Creates a new branch with the designated comment.BranchRevisionManager. getBranchData(SessionToken session, long branch)Gets detailed information on the designated branch, that is, the base revision, the creation time of the branch, the last modification time, the creator and a comment.Methods in de.aristaflow.adept2.core.activityrepository that return types with arguments of type Branch Modifier and Type Method Description Collection<Branch>RevisionManager. getAllBranches(SessionToken session)Gets all branches that are currently in use by this manager.RemoteIterator<List<Branch>>RevisionManager. getAllBranchesIterator(SessionToken session)The same asRevisionManager.getAllBranches(SessionToken)but with partial retrieval of the branches. 
 -