JobExecutionResultImpl Data Type

Implemented Interfaces
Serializable
Properties
name data type description
status JobExecutionResultStatusEnum
report string
jobLauncherEnum JobLauncherEnum
startDate number
nbItemsProcessedWithError number
nbItemsCorrectlyProcessed number
id number
jobInstance JobInstance
nbItemsProcessedWithWarning number
warnings array of string
moreToProcess boolean
nbItemsProcessed number
nbItemsToProcess number
version number
errors array of string
endDate number
transient boolean

Example

{
  "status" : "FAILED",
  "report" : "...",
  "jobLauncherEnum" : "TIMER",
  "startDate" : 12345,
  "nbItemsProcessedWithError" : 12345,
  "nbItemsCorrectlyProcessed" : 12345,
  "id" : 12345,
  "jobInstance" : {
    "parentCFEntities" : [ {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "cfAccumulatedValues" : { },
      "CFValuesCopy" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesNullSafe" : { },
      "dirtyCF" : true,
      "uuid" : "...",
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      }
    }, {
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "cfAccumulatedValues" : { },
      "CFValuesCopy" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValuesNullSafe" : { },
      "dirtyCF" : true,
      "uuid" : "...",
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      }
    } ],
    "jobSpeed" : "SLOW",
    "auditable" : {
      "updater" : "...",
      "created" : 12345,
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "descriptionAndCode" : "...",
    "version" : 12345,
    "jobCategoryEnum" : "...",
    "providerCode" : "...",
    "code" : "...",
    "runTimeValues" : {
      "property1" : { },
      "property2" : { }
    },
    "disabled" : true,
    "parametres" : "...",
    "followingJob" : { },
    "queryScheduler" : {
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "isQueryScheduler" : true,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "notified" : true,
      "version" : 12345,
      "descriptionAndCode" : "...",
      "fileFormat" : "...",
      "jobInstance" : { },
      "parentEntity" : { },
      "referenceCode" : "...",
      "usersToNotify" : [ { }, { } ],
      "reportQuery" : { },
      "appendGeneratedCode" : true,
      "parentEntityType" : { },
      "historized" : true,
      "id" : 12345,
      "description" : "...",
      "emailsToNotify" : [ "...", "..." ],
      "codeChanged" : true,
      "auditable" : { },
      "code" : "...",
      "queryTimer" : { }
    },
    "limitToSingleNode" : true,
    "notified" : true,
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "parentEntity" : {
      "codeChanged" : true,
      "historized" : true,
      "referenceCode" : "...",
      "description" : "...",
      "auditable" : { },
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "notified" : true,
      "code" : "...",
      "parentEntity" : { },
      "descriptionAndCode" : "...",
      "version" : 12345,
      "transient" : true,
      "parentEntityType" : { },
      "descriptionOrCode" : "...",
      "id" : 12345
    },
    "verboseReport" : true,
    "jobTemplate" : "...",
    "runOnNodes" : "...",
    "stopOnError" : true,
    "descriptionOrCode" : "...",
    "timerEntity" : {
      "code" : "...",
      "historized" : true,
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "notified" : true,
      "descriptionOrCode" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "active" : true,
      "descriptionAndCode" : "...",
      "dayOfWeek" : "...",
      "jobInstances" : [ { }, { } ],
      "hour" : "...",
      "parentEntityType" : { },
      "end" : 12345,
      "start" : 12345,
      "transient" : true,
      "month" : "...",
      "auditable" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "parentEntity" : { },
      "timerSchedule" : "...",
      "referenceDescription" : "...",
      "minute" : "...",
      "dayOfMonth" : "...",
      "codeChanged" : true,
      "second" : "...",
      "year" : "..."
    },
    "runTimeParametres" : "...",
    "referenceDescription" : "...",
    "parentEntityType" : { },
    "referenceCode" : "...",
    "executionResults" : [ {
      "status" : "COMPLETED",
      "report" : "...",
      "jobLauncherEnum" : "TIMER",
      "startDate" : 12345,
      "nbItemsProcessedWithError" : 12345,
      "nbItemsCorrectlyProcessed" : 12345,
      "id" : 12345,
      "jobInstance" : { },
      "nbItemsProcessedWithWarning" : 12345,
      "warnings" : [ "...", "..." ],
      "moreToProcess" : true,
      "nbItemsProcessed" : 12345,
      "nbItemsToProcess" : 12345,
      "version" : 12345,
      "errors" : [ "...", "..." ],
      "endDate" : 12345,
      "transient" : true
    }, {
      "status" : "COMPLETED_MORE",
      "report" : "...",
      "jobLauncherEnum" : "GUI",
      "startDate" : 12345,
      "nbItemsProcessedWithError" : 12345,
      "nbItemsCorrectlyProcessed" : 12345,
      "id" : 12345,
      "jobInstance" : { },
      "nbItemsProcessedWithWarning" : 12345,
      "warnings" : [ "...", "..." ],
      "moreToProcess" : true,
      "nbItemsProcessed" : 12345,
      "nbItemsToProcess" : 12345,
      "version" : 12345,
      "errors" : [ "...", "..." ],
      "endDate" : 12345,
      "transient" : true
    } ],
    "transient" : true,
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "codeChanged" : true,
    "auditableFields" : [ {
      "previousState" : { },
      "currentState" : { },
      "auditType" : "STATUS",
      "historized" : true,
      "fieldName" : "...",
      "notified" : true,
      "notfiable" : true,
      "historable" : true
    }, {
      "previousState" : { },
      "currentState" : { },
      "auditType" : "STATUS",
      "historized" : true,
      "fieldName" : "...",
      "notified" : true,
      "notfiable" : true,
      "historable" : true
    } ],
    "uuid" : "...",
    "active" : true,
    "excludeInvoicesWithoutAmount" : true,
    "description" : "...",
    "id" : 12345,
    "appendGeneratedCode" : true,
    "historized" : true
  },
  "nbItemsProcessedWithWarning" : 12345,
  "warnings" : [ "...", "..." ],
  "moreToProcess" : true,
  "nbItemsProcessed" : 12345,
  "nbItemsToProcess" : 12345,
  "version" : 12345,
  "errors" : [ "...", "..." ],
  "endDate" : 12345,
  "transient" : true
}