|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of HistoryQuery in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc |
|---|
| Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc with parameters of type HistoryQuery | |
|---|---|
List<HistoryInfo> |
XmlRpcConnectionManager.getHistoryInfo(SessionId sessionId,
ProjectId projectId,
HistoryQuery<?> historyQuery)
Get history information from the server. |
| Uses of HistoryQuery in org.eclipse.emf.emfstore.internal.server |
|---|
| Methods in org.eclipse.emf.emfstore.internal.server with parameters of type HistoryQuery | |
|---|---|
List<HistoryInfo> |
EMFStore.getHistoryInfo(SessionId sessionId,
ProjectId projectId,
HistoryQuery<?> historyQuery)
Get history information from the server. |
| Uses of HistoryQuery in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc |
|---|
| Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc with parameters of type HistoryQuery | |
|---|---|
List<HistoryInfo> |
XmlRpcEmfStoreImpl.getHistoryInfo(SessionId sessionId,
ProjectId projectId,
HistoryQuery<?> historyQuery)
Get history information from the server. |
| Uses of HistoryQuery in org.eclipse.emf.emfstore.internal.server.core.subinterfaces |
|---|
| Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces with parameters of type HistoryQuery | |
|---|---|
List<HistoryInfo> |
HistorySubInterfaceImpl.getHistoryInfo(ProjectId projectId,
HistoryQuery<?> historyQuery)
Returns history information for the given project. |
| Uses of HistoryQuery in org.eclipse.emf.emfstore.internal.server.model.impl.api.query |
|---|
| Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api.query with type parameters of type HistoryQuery | |
|---|---|
class |
ESHistoryQueryImpl<U extends ESHistoryQuery<?>,T extends HistoryQuery<U>>
Mapping between ESHistoryQueryImpl and HistoryQuery. |
| Uses of HistoryQuery in org.eclipse.emf.emfstore.internal.server.model.versioning |
|---|
| Subinterfaces of HistoryQuery in org.eclipse.emf.emfstore.internal.server.model.versioning | |
|---|---|
interface |
ModelElementQuery
A representation of the model object ' Model Element Query'. |
interface |
PathQuery
A representation of the model object ' Path Query'. |
interface |
RangeQuery<T extends ESRangeQuery<?>>
A representation of the model object ' Range Query'. |
| Uses of HistoryQuery in org.eclipse.emf.emfstore.internal.server.model.versioning.impl |
|---|
| Classes in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that implement HistoryQuery | |
|---|---|
class |
HistoryQueryImpl<T extends ESHistoryQuery<?>>
An implementation of the model object ' History Query'. |
class |
ModelElementQueryImpl
An implementation of the model object ' Model Element Query'. |
class |
PathQueryImpl
An implementation of the model object ' Path Query'. |
class |
RangeQueryImpl<T extends ESRangeQuery<?>>
An implementation of the model object ' Range Query'. |
| Uses of HistoryQuery 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 HistoryQuery | |
|---|---|
T |
VersioningSwitch.caseHistoryQuery(HistoryQuery object)
Returns the result of interpreting the object as an instance of 'History Query'. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||