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

Packages that use ESHistoryInfo
org.eclipse.emf.emfstore.client   
org.eclipse.emf.emfstore.internal.client.model.impl.api   
org.eclipse.emf.emfstore.internal.client.ui.controller   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
 

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

Methods in org.eclipse.emf.emfstore.client that return types with arguments of type ESHistoryInfo
 List<ESHistoryInfo> ESProject.getHistoryInfos(ESHistoryQuery<? extends ESHistoryQuery<?>> query, org.eclipse.core.runtime.IProgressMonitor monitor)
           Retrieves a part of the project's version history from the server based on the given query.
 List<ESHistoryInfo> ESRemoteProject.getHistoryInfos(ESUsersession usersession, ESHistoryQuery<? extends ESHistoryQuery<?>> query, org.eclipse.core.runtime.IProgressMonitor monitor)
          Retrieves a part of the project's version history from the server based on the given query.
 

Uses of ESHistoryInfo 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 ESHistoryInfo
 List<ESHistoryInfo> ESRemoteProjectImpl.getHistoryInfos(ESHistoryQuery<? extends ESHistoryQuery<?>> query, org.eclipse.core.runtime.IProgressMonitor monitor)
           Retrieves a part of the project's version history from the server based on the given query.
 List<ESHistoryInfo> ESLocalProjectImpl.getHistoryInfos(ESHistoryQuery<? extends ESHistoryQuery<?>> query, org.eclipse.core.runtime.IProgressMonitor monitor)
           Retrieves a part of the project's version history from the server based on the given query.
 List<ESHistoryInfo> ESRemoteProjectImpl.getHistoryInfos(ESUsersession session, ESHistoryQuery<? extends ESHistoryQuery<?>> query, org.eclipse.core.runtime.IProgressMonitor monitor)
          Retrieves a part of the project's version history from the server based on the given query.
 

Uses of ESHistoryInfo in org.eclipse.emf.emfstore.internal.client.ui.controller
 

Constructors in org.eclipse.emf.emfstore.internal.client.ui.controller with parameters of type ESHistoryInfo
UIAddTagController(org.eclipse.swt.widgets.Shell shell, ESLocalProject localProject, ESHistoryInfo historyInfo)
          Constructor.
UIRemoveTagController(org.eclipse.swt.widgets.Shell shell, ESHistoryInfo historyInfo)
          Constructor.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api that implement ESHistoryInfo
 class ESHistoryInfoImpl
          Mapping between ESHistoryInfo and HistoryInfo.
 



Copyright © 2015. All Rights Reserved.