Class EventStatus


  • public class EventStatus
    extends Object
    • Method Detail

      • RUNNING

        public static EventStatus RUNNING​(String instanceId,
                                          org.json.simple.JSONObject input)
      • COMPLETED

        public static EventStatus COMPLETED​(String instanceId,
                                            org.json.simple.JSONObject input,
                                            org.json.simple.JSONObject output)
      • FAILED

        public static EventStatus FAILED​(String instanceId,
                                         org.json.simple.JSONObject input,
                                         org.json.simple.JSONObject output)
      • TIMED_OUT

        public static EventStatus TIMED_OUT​(String instanceId,
                                            org.json.simple.JSONObject input)
      • TERMINATED

        public static EventStatus TERMINATED​(String instanceId,
                                             org.json.simple.JSONObject input,
                                             org.json.simple.JSONObject output)
      • PAUSED

        public static EventStatus PAUSED​(String instanceId,
                                         org.json.simple.JSONObject input)
      • setInstanceId

        public void setInstanceId​(String instanceId)
      • getInstanceId

        public String getInstanceId()
      • setInput

        public void setInput​(org.json.simple.JSONObject input)
      • getInput

        public org.json.simple.JSONObject getInput()
      • setOutput

        public void setOutput​(org.json.simple.JSONObject output)
      • getOutput

        public org.json.simple.JSONObject getOutput()