Package migration.rest
Class APICommunication
- java.lang.Object
-
- migration.rest.APICommunication
-
public class APICommunication extends Object
-
-
Constructor Summary
Constructors Constructor Description APICommunication(PrettyStatistics counting, Properties config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.codehaus.jettison.json.JSONObject>getAlgorithmsFromFullJob(org.codehaus.jettison.json.JSONObject fullJobJSONObj)org.codehaus.jettison.json.JSONObjectgetFullJob(String jobId)org.codehaus.jettison.json.JSONArraygetJobsIdsFromProject(String projectId)org.codehaus.jettison.json.JSONArraygetProjects()
-
-
-
Constructor Detail
-
APICommunication
public APICommunication(PrettyStatistics counting, Properties config)
-
-
Method Detail
-
getProjects
public org.codehaus.jettison.json.JSONArray getProjects()
-
getJobsIdsFromProject
public org.codehaus.jettison.json.JSONArray getJobsIdsFromProject(String projectId)
-
getFullJob
public org.codehaus.jettison.json.JSONObject getFullJob(String jobId)
-
getAlgorithmsFromFullJob
public List<org.codehaus.jettison.json.JSONObject> getAlgorithmsFromFullJob(org.codehaus.jettison.json.JSONObject fullJobJSONObj) throws org.codehaus.jettison.json.JSONException
- Throws:
org.codehaus.jettison.json.JSONException
-
-