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

Packages that use HistoryInfo
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc   
org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview   
org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph   
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.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 HistoryInfo 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 HistoryInfo
 List<HistoryInfo> XmlRpcConnectionManager.getHistoryInfo(SessionId sessionId, ProjectId projectId, HistoryQuery<?> historyQuery)
          Get history information from the server.
 

Uses of HistoryInfo in org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview that return types with arguments of type HistoryInfo
 List<HistoryInfo> PaginationManager.retrieveHistoryInfos()
           
 

Uses of HistoryInfo in org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph with parameters of type HistoryInfo
 IPlotCommit IPlotCommitProvider.getCommitFor(HistoryInfo info, boolean isReal)
          Gets a plot commit for the provided history info.
 IPlotCommit PlotCommitProvider.getCommitFor(HistoryInfo info, boolean onlyAChildRequest)
          Gets a plot commit for the provided history info.
 

Method parameters in org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph with type arguments of type HistoryInfo
 void IPlotCommitProvider.refresh(List<HistoryInfo> newInfos)
          Sets a new list of HistoryInfo objects for the same input.
 void PlotCommitProvider.refresh(List<HistoryInfo> newInfos)
          Sets a new list of HistoryInfo objects for the same input.
 void PlotCommitProvider.reset(List<HistoryInfo> infos)
          Reset the state of the plot commit provider and refresh it with the given history info.
 

Constructors in org.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph with parameters of type HistoryInfo
PlotCommit(HistoryInfo historyInfo)
          A PlotCommit object holds graphical information for a certain history object which is used for drawing in the HistoryBrowserView, or rather the SWTPlotRenderer used by this view.
 

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

Methods in org.eclipse.emf.emfstore.internal.server that return types with arguments of type HistoryInfo
 List<HistoryInfo> EMFStore.getHistoryInfo(SessionId sessionId, ProjectId projectId, HistoryQuery<?> historyQuery)
          Get history information from the server.
 

Uses of HistoryInfo 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 HistoryInfo
 List<HistoryInfo> XmlRpcEmfStoreImpl.getHistoryInfo(SessionId sessionId, ProjectId projectId, HistoryQuery<?> historyQuery)
          Get history information from the server.
 

Uses of HistoryInfo 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 HistoryInfo
 List<HistoryInfo> HistorySubInterfaceImpl.getHistoryInfo(ProjectId projectId, HistoryQuery<?> historyQuery)
          Returns history information for the given project.
 

Uses of HistoryInfo 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 HistoryInfo
ESHistoryInfoImpl(HistoryInfo historyInfo)
          Constructor.
 

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

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

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

Classes in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that implement HistoryInfo
 class HistoryInfoImpl
          An implementation of the model object ' History Info'.
 

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

Uses of HistoryInfo 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 HistoryInfo
 T VersioningSwitch.caseHistoryInfo(HistoryInfo object)
          Returns the result of interpreting the object as an instance of 'History Info'.
 



Copyright © 2015. All Rights Reserved.