FlatFileDto Data Type

Equivalent of BusinessEntity in DTO

Implemented Interfaces
Serializable
Properties
name data type constraints description
fileOriginalName string max size: 255, min size: 0 File original name.
fileCurrentName string max size: 255, min size: 0 File current name.
currentDirectory string max size: 255, min size: 0 Current directory.
status FileStatusEnum   File status
fileFormat FileFormat   File Format
errorMessage string   Rejection reason
linesInSuccess number   Number of lines in success
linesInWarning number   Number of lines in warning
linesInError number   Number of lines in error
processingAttempts number   Number of processing attempts
flatFileJobCode string max size: 255, min size: 0 Flat file job name (e.g : CDR_job).
id number   The id.
auditableField array of AuditableFieldDto  
code string required The code
description string   The description
updatedCode string   The updated code.

Example

{
  "fileOriginalName" : "...",
  "fileCurrentName" : "...",
  "currentDirectory" : "...",
  "status" : "ARCHIVED",
  "fileFormat" : {
    "notified" : true,
    "outputDirectory" : "...",
    "configurationTemplate" : "...",
    "parentEntityType" : { },
    "fileNamePattern" : "...",
    "inputDirectory" : "...",
    "historized" : true,
    "descriptionOrCode" : "...",
    "referenceDescription" : "...",
    "id" : 12345,
    "fileNameUniqueness" : true,
    "recordName" : "...",
    "parentEntity" : {
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "codeChanged" : true,
      "description" : "...",
      "auditable" : { },
      "transient" : true,
      "referenceCode" : "...",
      "version" : 12345,
      "code" : "...",
      "parentEntityType" : { },
      "id" : 12345,
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "historized" : true,
      "descriptionOrCode" : "..."
    },
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "updater" : "...",
      "updated" : 12345,
      "lastModified" : 12345
    },
    "fileTypes" : [ {
      "parentEntityType" : { },
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "referenceDescription" : "...",
      "parentEntity" : { },
      "notified" : true,
      "version" : 12345,
      "referenceCode" : "...",
      "auditable" : { },
      "descriptionOrCode" : "...",
      "id" : 12345,
      "transient" : true,
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "historized" : true,
      "appendGeneratedCode" : true
    }, {
      "parentEntityType" : { },
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "referenceDescription" : "...",
      "parentEntity" : { },
      "notified" : true,
      "version" : 12345,
      "referenceCode" : "...",
      "auditable" : { },
      "descriptionOrCode" : "...",
      "id" : 12345,
      "transient" : true,
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "historized" : true,
      "appendGeneratedCode" : true
    } ],
    "jobCode" : "...",
    "descriptionAndCode" : "...",
    "version" : 12345,
    "auditableFields" : [ {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "RENEWAL",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    }, {
      "fieldName" : "...",
      "notfiable" : true,
      "auditType" : "OTHER",
      "historized" : true,
      "previousState" : { },
      "currentState" : { },
      "historable" : true,
      "notified" : true
    } ],
    "transient" : true,
    "appendGeneratedCode" : true,
    "codeChanged" : true,
    "rejectDirectory" : "...",
    "code" : "...",
    "archiveDirectory" : "...",
    "referenceCode" : "...",
    "description" : "..."
  },
  "errorMessage" : "...",
  "linesInSuccess" : 12345,
  "linesInWarning" : 12345,
  "linesInError" : 12345,
  "processingAttempts" : 12345,
  "flatFileJobCode" : "...",
  "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" : "..."
  } ],
  "code" : "...",
  "description" : "...",
  "updatedCode" : "..."
}