Package ubic.gemma.rest
Class TasksWebService
java.lang.Object
ubic.gemma.rest.TasksWebService
RESTful interface for polling background pipeline tasks submitted via the dispatch endpoints on
DatasetsWebService (preprocess, diagnostics, batch info fetch, differential analysis run/redo/remove).
Tasks are kept in memory only and evicted ~10 minutes after completion; once evicted the endpoint returns 404.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TasksWebService
public TasksWebService()
-
-
Method Details
-
getTaskStatus
@GET @Path("/{taskId}") @Produces("application/json") @Secured("GROUP_ADMIN") public ResponseDataObject<TaskStatusValueObject> getTaskStatus(@PathParam("taskId") String taskId)
-