| Modifier and Type | Method and Description |
|---|---|
ProjectHistory |
XmlRpcConnectionManager.exportProjectHistoryFromServer(SessionId sessionId,
ProjectId projectId)
Exports a given project history from the server.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectId |
XmlRpcConnectionManager.importProjectHistoryToServer(SessionId sessionId,
ProjectHistory projectHistory)
Imports a project history to the server.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectHistory |
EMFStore.exportProjectHistoryFromServer(SessionId sessionId,
ProjectId projectId)
Exports a given project history from the server.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectId |
EMFStore.importProjectHistoryToServer(SessionId sessionId,
ProjectHistory projectHistory)
Imports a project history to the server.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectHistory |
XmlRpcEmfStoreImpl.exportProjectHistoryFromServer(SessionId sessionId,
ProjectId projectId)
Exports a given project history from the server.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectId |
XmlRpcEmfStoreImpl.importProjectHistoryToServer(SessionId sessionId,
ProjectHistory projectHistory)
Imports a project history to the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceHelper.createResourceForProjectHistory(ProjectHistory projectHistory)
Creates a resource for project history.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectHistory |
ProjectSubInterfaceImpl.exportProjectHistoryFromServer(ProjectId projectId)
Returns the history for the project with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectId |
ProjectSubInterfaceImpl.importProjectHistoryToServer(ProjectHistory projectHistory)
Import the given project history to the server.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectHistory |
ModelFactory.createProjectHistory()
Returns a new object of class 'Project History'.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectHistory> |
ProjectRepository.getProjects()
Returns the
ProjectHistories of this repository. |
org.eclipse.emf.common.util.EList<ProjectHistory> |
ServerSpace.getProjects()
Returns the value of the 'Projects' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ProjectHistory> |
ProjectDAO.getProjects()
Returns all project histories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectDAO.add(ProjectHistory history)
Add a project history.
|
void |
ProjectDAO.remove(ProjectHistory history)
Removes a project history.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectHistoryImpl
An implementation of the model object ' Project History'.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectHistory |
ModelFactoryImpl.createProjectHistory() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ProjectHistory> |
ServerSpaceImpl.getProjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSpaceImpl.add(ProjectHistory history)
Add a project history.
|
void |
ServerSpaceImpl.remove(ProjectHistory history)
Removes a project history.
|
| Constructor and Description |
|---|
ESProjectHistoryImpl(ProjectHistory projectHistory)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ModelSwitch.caseProjectHistory(ProjectHistory object)
Returns the result of interpreting the object as an instance of 'Project History'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartupListener.startedUp(List<ProjectHistory> projects)
This method will be called on startup and returns the projects on the server.
|
Copyright © 2017. All rights reserved.