Uses of Interface
org.eclipse.emf.emfstore.internal.server.model.versioning.BranchInfo

Packages that use BranchInfo
org.eclipse.emf.emfstore.internal.client.model   
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc   
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.client.ui.dialogs   
org.eclipse.emf.emfstore.internal.server   
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc   
org.eclipse.emf.emfstore.internal.server.core.subinterfaces   
org.eclipse.emf.emfstore.internal.server.model   
org.eclipse.emf.emfstore.internal.server.model.impl   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
org.eclipse.emf.emfstore.internal.server.model.versioning   
org.eclipse.emf.emfstore.internal.server.model.versioning.impl   
org.eclipse.emf.emfstore.internal.server.model.versioning.util   
 

Uses of BranchInfo in org.eclipse.emf.emfstore.internal.client.model
 

Methods in org.eclipse.emf.emfstore.internal.client.model that return types with arguments of type BranchInfo
 List<BranchInfo> ProjectSpace.getBranches()
          Returns a list of branches of the current project.
 

Uses of BranchInfo in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc that return types with arguments of type BranchInfo
 List<BranchInfo> XmlRpcConnectionManager.getBranches(SessionId sessionId, ProjectId projectId)
          Lista all branches of the given project.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model.impl that return types with arguments of type BranchInfo
 List<BranchInfo> ProjectSpaceBase.getBranches()
          Returns a list of branches of the current project.
 

Uses of BranchInfo in org.eclipse.emf.emfstore.internal.client.ui.dialogs
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.dialogs that return BranchInfo
 BranchInfo BranchSelectionDialog.getResult()
          Returns a BranchInfo as result or null for certain dialogs.
 

Constructor parameters in org.eclipse.emf.emfstore.internal.client.ui.dialogs with type arguments of type BranchInfo
BranchSelectionDialog.CheckoutSelection(org.eclipse.swt.widgets.Shell parentShell, List<BranchInfo> branches)
          Default constructor.
BranchSelectionDialog.Creation(org.eclipse.swt.widgets.Shell parentShell, List<BranchInfo> branches)
          Default constructor.
BranchSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, List<BranchInfo> branches)
          Create the dialog.
CreateTagDialog(org.eclipse.swt.widgets.Shell parentShell, List<BranchInfo> branches)
          Constructor.
 

Uses of BranchInfo in org.eclipse.emf.emfstore.internal.server
 

Methods in org.eclipse.emf.emfstore.internal.server that return types with arguments of type BranchInfo
 List<BranchInfo> EMFStore.getBranches(SessionId sessionId, ProjectId projectId)
          Lista all branches of the given project.
 

Uses of BranchInfo in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that return types with arguments of type BranchInfo
 List<BranchInfo> XmlRpcEmfStoreImpl.getBranches(SessionId sessionId, ProjectId projectId)
          Lista all branches of the given project.
 

Uses of BranchInfo in org.eclipse.emf.emfstore.internal.server.core.subinterfaces
 

Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces that return types with arguments of type BranchInfo
 List<BranchInfo> VersionSubInterfaceImpl.getBranches(ProjectId projectId)
          Returns all branches for the project with the given ID.
 

Uses of BranchInfo in org.eclipse.emf.emfstore.internal.server.model
 

Methods in org.eclipse.emf.emfstore.internal.server.model that return types with arguments of type BranchInfo
 org.eclipse.emf.common.util.EList<BranchInfo> ProjectHistory.getBranches()
          Returns the value of the 'Branches' containment reference list.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model.impl that return types with arguments of type BranchInfo
 org.eclipse.emf.common.util.EList<BranchInfo> ProjectHistoryImpl.getBranches()
           
 

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

Constructors in org.eclipse.emf.emfstore.internal.server.model.impl.api with parameters of type BranchInfo
ESBranchInfoImpl(BranchInfo branchInfo)
          Constructor.
 

Uses of BranchInfo in org.eclipse.emf.emfstore.internal.server.model.versioning
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning that return BranchInfo
 BranchInfo VersioningFactory.createBranchInfo()
          Returns a new object of class 'Branch Info'.
 

Uses of BranchInfo in org.eclipse.emf.emfstore.internal.server.model.versioning.impl
 

Classes in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that implement BranchInfo
 class BranchInfoImpl
          An implementation of the model object ' Branch Info'.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that return BranchInfo
 BranchInfo VersioningFactoryImpl.createBranchInfo()
           
 

Uses of BranchInfo in org.eclipse.emf.emfstore.internal.server.model.versioning.util
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.util with parameters of type BranchInfo
 T VersioningSwitch.caseBranchInfo(BranchInfo object)
          Returns the result of interpreting the object as an instance of 'Branch Info'.
 



Copyright © 2015. All Rights Reserved.