GetScriptInstanceResponseDto Data Type

The Class GetScriptInstanceResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
scriptInstance ScriptInstanceDto The script instance.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "scriptInstance" : {
    "disabled" : true,
    "type" : "JAVA_CLASS",
    "id" : 12345,
    "reuse" : true,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "executionRoles" : [ "...", "..." ],
    "script" : "...",
    "code" : "...",
    "sourcingRoles" : [ "...", "..." ],
    "scriptInstanceCategoryCode" : "...",
    "languageDescriptions" : [ {
      "languageCode" : "...",
      "description" : "..."
    }, {
      "languageCode" : "...",
      "description" : "..."
    } ],
    "description" : "...",
    "scriptParameters" : [ {
      "code" : "...",
      "className" : "...",
      "defaultValue" : "...",
      "mandatory" : true,
      "allowedValues" : "...",
      "valuesSeparator" : "...",
      "collection" : true,
      "languageDescriptions" : [ { }, { } ]
    }, {
      "code" : "...",
      "className" : "...",
      "defaultValue" : "...",
      "mandatory" : true,
      "allowedValues" : "...",
      "valuesSeparator" : "...",
      "collection" : true,
      "languageDescriptions" : [ { }, { } ]
    } ],
    "updatedCode" : "..."
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}