public class GeppettoProjectController
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private IGeppettoManager |
geppettoManager |
Constructor and Description |
---|
GeppettoProjectController() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
deleteGeppettoProject(int id) |
FileSystemResource |
downloadExperimentResults(int projectId,
int experimentId) |
IGeppettoProject |
getGeppettoProject(int id) |
private IGeppettoManager geppettoManager
public IGeppettoProject getGeppettoProject(int id)
public FileSystemResource downloadExperimentResults(int projectId, int experimentId) throws GeppettoExecutionException, java.io.IOException, GeppettoAccessException
GeppettoExecutionException
java.io.IOException
GeppettoAccessException
public java.lang.String deleteGeppettoProject(int id) throws GeppettoExecutionException, GeppettoAccessException