GetJobTriggerResponseDto Data Type

The Class GetJobTriggerResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
jobTriggerDto JobTriggerDto The job trigger dto.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "jobTriggerDto" : {
    "disabled" : true,
    "jobParams" : {
      "property1" : "...",
      "property2" : "..."
    },
    "jobInstance" : "...",
    "id" : 12345,
    "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" : "..."
    } ],
    "classNameFilter" : "...",
    "code" : "...",
    "eventTypeFilter" : "PROCESSED",
    "description" : "...",
    "elFilter" : "...",
    "updatedCode" : "...",
    "scriptInstanceCode" : "...",
    "scriptParams" : {
      "property1" : "...",
      "property2" : "..."
    },
    "counterTemplate" : "...",
    "priority" : 12345,
    "runAsync" : true,
    "saveSuccessfulNotifications" : true
  },
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}