JobInstance Data Type

Implemented Interfaces
Serializable
Properties
name data type description
jobTemplate string
jobCategoryEnum JobCategoryEnum
followingJob JobInstance
parametres string
executionResults array of JobExecutionResultImpl
timerEntity TimerEntity
Properties inherited from BusinessCFEntity
parentCFEntities array of object
uuid string
Properties inherited from BusinessEntity
parentEntityType object
code string
parentEntity BusinessEntity
description string
appendGeneratedCode boolean
descriptionOrCode string
Properties inherited from EnableEntity
active boolean
disabled boolean
Properties inherited from AuditableEntity
auditable Auditable
Properties inherited from BaseEntity
id number
transient boolean
version number

Example

{
  "jobTemplate" : "...",
  "jobCategoryEnum" : "DWH",
  "followingJob" : {
    "jobTemplate" : "...",
    "jobCategoryEnum" : "WALLET",
    "followingJob" : { },
    "parametres" : "...",
    "executionResults" : [ {
      "endDate" : 12345,
      "done" : true,
      "warnings" : [ "...", "..." ],
      "errorsAString" : "...",
      "warningAString" : "...",
      "nbItemsProcessedWithWarning" : 12345,
      "nbItemsProcessedWithError" : 12345,
      "nbItemsCorrectlyProcessed" : 12345,
      "report" : "...",
      "startDate" : 12345,
      "errors" : [ "...", "..." ],
      "jobLauncherEnum" : "GUI",
      "nbItemsToProcess" : 12345,
      "jobInstance" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    }, {
      "endDate" : 12345,
      "done" : true,
      "warnings" : [ "...", "..." ],
      "errorsAString" : "...",
      "warningAString" : "...",
      "nbItemsProcessedWithWarning" : 12345,
      "nbItemsProcessedWithError" : 12345,
      "nbItemsCorrectlyProcessed" : 12345,
      "report" : "...",
      "startDate" : 12345,
      "errors" : [ "...", "..." ],
      "jobLauncherEnum" : "TRIGER",
      "nbItemsToProcess" : 12345,
      "jobInstance" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    } ],
    "timerEntity" : {
      "month" : "...",
      "second" : "...",
      "start" : 12345,
      "hour" : "...",
      "minute" : "...",
      "dayOfWeek" : "...",
      "year" : "...",
      "end" : 12345,
      "dayOfMonth" : "...",
      "jobInstances" : [ { }, { } ],
      "timerSchedule" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "parentCFEntities" : [ { }, { } ],
    "uuid" : "...",
    "parentEntityType" : { },
    "code" : "...",
    "parentEntity" : {
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "description" : "...",
    "appendGeneratedCode" : true,
    "descriptionOrCode" : "...",
    "active" : true,
    "disabled" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updater" : "...",
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  },
  "parametres" : "...",
  "executionResults" : [ {
    "endDate" : 12345,
    "done" : true,
    "warnings" : [ "...", "..." ],
    "errorsAString" : "...",
    "warningAString" : "...",
    "nbItemsProcessedWithWarning" : 12345,
    "nbItemsProcessedWithError" : 12345,
    "nbItemsCorrectlyProcessed" : 12345,
    "report" : "...",
    "startDate" : 12345,
    "errors" : [ "...", "..." ],
    "jobLauncherEnum" : "TRIGER",
    "nbItemsToProcess" : 12345,
    "jobInstance" : {
      "jobTemplate" : "...",
      "jobCategoryEnum" : "RATING",
      "followingJob" : { },
      "parametres" : "...",
      "executionResults" : [ { }, { } ],
      "timerEntity" : { },
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  }, {
    "endDate" : 12345,
    "done" : true,
    "warnings" : [ "...", "..." ],
    "errorsAString" : "...",
    "warningAString" : "...",
    "nbItemsProcessedWithWarning" : 12345,
    "nbItemsProcessedWithError" : 12345,
    "nbItemsCorrectlyProcessed" : 12345,
    "report" : "...",
    "startDate" : 12345,
    "errors" : [ "...", "..." ],
    "jobLauncherEnum" : "TRIGER",
    "nbItemsToProcess" : 12345,
    "jobInstance" : {
      "jobTemplate" : "...",
      "jobCategoryEnum" : "WALLET",
      "followingJob" : { },
      "parametres" : "...",
      "executionResults" : [ { }, { } ],
      "timerEntity" : { },
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  } ],
  "timerEntity" : {
    "month" : "...",
    "second" : "...",
    "start" : 12345,
    "hour" : "...",
    "minute" : "...",
    "dayOfWeek" : "...",
    "year" : "...",
    "end" : 12345,
    "dayOfMonth" : "...",
    "jobInstances" : [ {
      "jobTemplate" : "...",
      "jobCategoryEnum" : "INVOICING",
      "followingJob" : { },
      "parametres" : "...",
      "executionResults" : [ { }, { } ],
      "timerEntity" : { },
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    }, {
      "jobTemplate" : "...",
      "jobCategoryEnum" : "WALLET",
      "followingJob" : { },
      "parametres" : "...",
      "executionResults" : [ { }, { } ],
      "timerEntity" : { },
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    } ],
    "timerSchedule" : "...",
    "parentEntityType" : { },
    "code" : "...",
    "parentEntity" : {
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "description" : "...",
    "appendGeneratedCode" : true,
    "descriptionOrCode" : "...",
    "active" : true,
    "disabled" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updater" : "...",
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  },
  "parentCFEntities" : [ { }, { } ],
  "uuid" : "...",
  "parentEntityType" : { },
  "code" : "...",
  "parentEntity" : {
    "parentEntityType" : { },
    "code" : "...",
    "parentEntity" : { },
    "description" : "...",
    "appendGeneratedCode" : true,
    "descriptionOrCode" : "...",
    "active" : true,
    "disabled" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updater" : "...",
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  },
  "description" : "...",
  "appendGeneratedCode" : true,
  "descriptionOrCode" : "...",
  "active" : true,
  "disabled" : true,
  "auditable" : {
    "lastModified" : 12345,
    "updater" : "...",
    "created" : 12345,
    "updated" : 12345,
    "creator" : "...",
    "lastUser" : "..."
  },
  "id" : 12345,
  "transient" : true,
  "version" : 12345
}