Uses of Interface
org.eclipse.emf.emfstore.server.model.ESBranchInfo

Packages that use ESBranchInfo
org.eclipse.emf.emfstore.client   
org.eclipse.emf.emfstore.internal.client.model.impl.api   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
 

Uses of ESBranchInfo in org.eclipse.emf.emfstore.client
 

Methods in org.eclipse.emf.emfstore.client that return types with arguments of type ESBranchInfo
 List<ESBranchInfo> ESRemoteProject.getBranches(ESUsersession usersession, org.eclipse.core.runtime.IProgressMonitor monitor)
          Returns all branches for the current project.
 List<ESBranchInfo> ESProject.getBranches(org.eclipse.core.runtime.IProgressMonitor monitor)
           Returns a list of branches for the current project.
 

Uses of ESBranchInfo in org.eclipse.emf.emfstore.internal.client.model.impl.api
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl.api that return types with arguments of type ESBranchInfo
 List<ESBranchInfo> ESRemoteProjectImpl.getBranches(ESUsersession usersession, org.eclipse.core.runtime.IProgressMonitor monitor)
          Returns all branches for the current project.
 List<ESBranchInfo> ESRemoteProjectImpl.getBranches(org.eclipse.core.runtime.IProgressMonitor monitor)
           Returns a list of branches for the current project.
 List<ESBranchInfo> ESLocalProjectImpl.getBranches(org.eclipse.core.runtime.IProgressMonitor monitor)
           Returns a list of branches for the current project.
 

Uses of ESBranchInfo in org.eclipse.emf.emfstore.internal.server.model.impl.api
 

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api that implement ESBranchInfo
 class ESBranchInfoImpl
          Mapping between ESBranchInfo and BranchInfo.
 



Copyright © 2016. All Rights Reserved.