Class APICommunication


  • public class APICommunication
    extends Object
    • Method Detail

      • getProjects

        public org.codehaus.jettison.json.JSONArray getProjects()
      • getJobsFromProject

        public org.codehaus.jettison.json.JSONArray getJobsFromProject​(String projectId)
      • getAlgorithmsFromJob

        public List<org.codehaus.jettison.json.JSONObject> getAlgorithmsFromJob​(org.codehaus.jettison.json.JSONObject jobJSONObj)
                                                                         throws org.codehaus.jettison.json.JSONException
        Throws:
        org.codehaus.jettison.json.JSONException
      • getNodes

        public org.codehaus.jettison.json.JSONArray getNodes​(org.codehaus.jettison.json.JSONObject jobJSONObj)
                                                      throws org.codehaus.jettison.json.JSONException
        Throws:
        org.codehaus.jettison.json.JSONException
      • readFlowRaw

        public org.codehaus.jettison.json.JSONObject readFlowRaw​(org.codehaus.jettison.json.JSONObject jobJSONObj)
                                                          throws org.codehaus.jettison.json.JSONException
        Throws:
        org.codehaus.jettison.json.JSONException