Uses of Class
org.gcube.event.publisher.EventStatus
-
-
Uses of EventStatus in org.gcube.event.publisher
Methods in org.gcube.event.publisher that return EventStatus Modifier and Type Method Description EventStatusAbstractEventPublisher. check(String instanceId)EventStatusEventPublisher. check(String instanceId)Checks for the workflow results status.static EventStatusEventStatus. COMPLETED(String instanceId, org.json.simple.JSONObject input, org.json.simple.JSONObject output)static EventStatusEventStatus. FAILED(String instanceId, org.json.simple.JSONObject input, org.json.simple.JSONObject output)static EventStatusEventStatus. NOT_FOUND(String instanceId)EventStatusConductorResultsParser. parseResults(String uuid, org.json.simple.JSONObject results)EventStatusResultsParser. parseResults(String uuid, org.json.simple.JSONObject results)static EventStatusEventStatus. PAUSED(String instanceId, org.json.simple.JSONObject input)EventStatusAbstractEventPublisher. publishAndCheck(Event event)EventStatusAbstractEventPublisher. publishAndCheck(Event event, int delayMS)EventStatusEventPublisher. publishAndCheck(Event event)Publish an event and immediately checks for the results status.EventStatusEventPublisher. publishAndCheck(Event event, int delayMS)Publish an event and checks for the results status after a delay.EventStatusAbstractEventPublisher. refresh(EventStatus eventStatus)EventStatusEventPublisher. refresh(EventStatus eventStatus)Refreshes an event status by checking for the status of the workflow execution represented by thegetInstanceId()string.static EventStatusEventStatus. RUNNING(String instanceId, org.json.simple.JSONObject input)static EventStatusEventStatus. TERMINATED(String instanceId, org.json.simple.JSONObject input, org.json.simple.JSONObject output)static EventStatusEventStatus. TIMED_OUT(String instanceId, org.json.simple.JSONObject input)Methods in org.gcube.event.publisher with parameters of type EventStatus Modifier and Type Method Description EventStatusAbstractEventPublisher. refresh(EventStatus eventStatus)EventStatusEventPublisher. refresh(EventStatus eventStatus)Refreshes an event status by checking for the status of the workflow execution represented by thegetInstanceId()string.
-