Package org.labkey.remoteapi.di
Class UpdateTransformConfigurationResponse
java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.di.BaseTransformResponse
org.labkey.remoteapi.di.UpdateTransformConfigurationResponse
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateTransformConfigurationResponse
(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
-
UpdateTransformConfigurationResponse
public UpdateTransformConfigurationResponse(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
-
getResult
-
getEnabled
public boolean getEnabled()- Returns:
- true if transform is set to run on a schedule
-
getVerboseLogging
public boolean getVerboseLogging()- Returns:
- true if transform is set for verbose logging
-
getState
- Returns:
- Map of the state saved after the last transform run. Includes row count info, filter values (runId or modifiedSince) for next run, and persisted parameter values for stored procedure transforms.
-
getLastChecked
- Returns:
- The datetime the transform last checked for work
-
getDescriptionId
- Returns:
- The transform name
-