public interface IProjectOnServer
| Modifier and Type | Method and Description |
|---|---|
IConfiguredProject |
fetchProjectFromServer()
Fetches this project from server.
|
java.lang.String |
getProjectDumpAsFileName(java.lang.String fileNamePrefix,
int timeOutInSeconds)
Retrieves a project dump file from the server and returns the local file
name.
|
java.lang.String |
getProjectName()
Returns a string representation of the project's name.
|
java.lang.String |
getProjectUID()
Returns the project UID.
|
IConfiguredServerConnection |
getServerConnection()
Returns the server connection to the server on which this project is
stored.
|
IConfiguredServerConnection getServerConnection()
java.lang.String getProjectUID()
java.lang.String getProjectName()
IConfiguredProject fetchProjectFromServer()
The project may be opened or closed. If the project is already present on the client, this method returns the corresponding project.
java.lang.String getProjectDumpAsFileName(java.lang.String fileNamePrefix,
int timeOutInSeconds)
fileNamePrefix - prefix that is added to the file nametimeOutInSeconds - time out in seconds (0 for no timeout)