Package org.labkey.remoteapi.di
Class RunTransformResponse
java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.di.BaseTransformResponse
org.labkey.remoteapi.di.RunTransformResponse
-
Constructor Summary
ConstructorsConstructorDescriptionRunTransformResponse
(String text, int statusCode, String contentType, org.json.JSONObject json) Constructs a new CommandResponse, initialized with the provided response text and status code. -
Method Summary
Methods inherited from class org.labkey.remoteapi.di.BaseTransformResponse
getSuccess
Methods inherited from class org.labkey.remoteapi.CommandResponse
findObject, getContentType, getParsedData, getProperty, getProperty, getStatusCode, getText
-
Constructor Details
-
RunTransformResponse
public RunTransformResponse(String text, int statusCode, String contentType, org.json.JSONObject json) Constructs a new CommandResponse, initialized with the provided response text and status code.- Parameters:
text
- The response textstatusCode
- The HTTP status codecontentType
- The response content typejson
- The parsed JSONObject (or null if JSON was not returned)
-
-
Method Details
-
getJobId
- Returns:
- The pipeline job id.
-
getPipelineURL
- Returns:
- The URL for the pipeline status page for this job
-
getStatus
- Returns:
- The job status- success, complete, error, or 'no work'
-