Class BaseTransformCommand<ResponseType extends CommandResponse>

java.lang.Object
org.labkey.remoteapi.Command<ResponseType,org.apache.hc.client5.http.classic.methods.HttpPost>
org.labkey.remoteapi.PostCommand<ResponseType>
org.labkey.remoteapi.di.BaseTransformCommand<ResponseType>
All Implemented Interfaces:
HasRequiredVersion
Direct Known Subclasses:
ResetTransformStateCommand, RunTransformCommand, UpdateTransformConfigurationCommand

public abstract class BaseTransformCommand<ResponseType extends CommandResponse> extends PostCommand<ResponseType>
  • Constructor Details

    • BaseTransformCommand

      protected BaseTransformCommand(String actionName, String transformId)
  • Method Details

    • getTransformId

      public String getTransformId()
    • getJsonObject

      public org.json.JSONObject getJsonObject()
      Description copied from class: PostCommand
      Returns the JSON object to post or null for no JSON. Override this method to provide parameters as JSON.
      Overrides:
      getJsonObject in class PostCommand<ResponseType extends CommandResponse>
      Returns:
      The JSON object to post.