Class StartScriptExecutionParmDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.StartScriptExecutionParmDTO

public class StartScriptExecutionParmDTO extends Object
parameters for start script execution
  • Field Details

    • scriptContent

      public String scriptContent
      string value represents the content of script
    • maxRows

      public Integer maxRows
      max. number of rows included in result of script execution
    • scriptType

      public String scriptType
      type of script, sql, oql and java script are supported
    • dataPoolName

      public String dataPoolName
      Data pool name for sql and oql scripts
  • Constructor Details

    • StartScriptExecutionParmDTO

      public StartScriptExecutionParmDTO()