MeveoModuleItem Data Type

Implemented Interfaces
Serializable
Properties
name data type description
itemCode string
transient boolean
validity DatePeriod
version number
id number
itemEntity BusinessEntity
itemClass string
appliesTo string
meveoModule MeveoModule
itemClassSimpleName string

Example

{
  "itemCode" : "...",
  "transient" : true,
  "validity" : {
    "from" : 12345,
    "to" : 12345,
    "valid" : true,
    "empty" : true,
    "strictMatch" : true,
    "fromMatch" : 12345,
    "toMatch" : 12345
  },
  "version" : 12345,
  "id" : 12345,
  "itemEntity" : {
    "code" : "...",
    "appendGeneratedCode" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "OTHER",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    }, {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "OTHER",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    } ],
    "notified" : true,
    "parentEntity" : { },
    "referenceDescription" : "...",
    "id" : 12345,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastModified" : 12345,
      "updater" : "...",
      "updated" : 12345,
      "lastUser" : "..."
    },
    "codeChanged" : true,
    "transient" : true,
    "referenceCode" : "...",
    "descriptionOrCode" : "...",
    "historized" : true,
    "version" : 12345,
    "parentEntityType" : { },
    "description" : "...",
    "descriptionAndCode" : "..."
  },
  "itemClass" : "...",
  "appliesTo" : "...",
  "meveoModule" : {
    "downloaded" : true,
    "descriptionAndCode" : "...",
    "installed" : true,
    "auditableFields" : [ {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "OTHER",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    }, {
      "fieldName" : "...",
      "historable" : true,
      "historized" : true,
      "auditType" : "STATUS",
      "notfiable" : true,
      "currentState" : { },
      "notified" : true,
      "previousState" : { }
    } ],
    "historized" : true,
    "notified" : true,
    "auditable" : {
      "created" : 12345,
      "creator" : "...",
      "lastModified" : 12345,
      "updater" : "...",
      "updated" : 12345,
      "lastUser" : "..."
    },
    "moduleItems" : [ {
      "itemCode" : "...",
      "transient" : true,
      "validity" : { },
      "version" : 12345,
      "id" : 12345,
      "itemEntity" : { },
      "itemClass" : "...",
      "appliesTo" : "...",
      "meveoModule" : { },
      "itemClassSimpleName" : "..."
    }, {
      "itemCode" : "...",
      "transient" : true,
      "validity" : { },
      "version" : 12345,
      "id" : 12345,
      "itemEntity" : { },
      "itemClass" : "...",
      "appliesTo" : "...",
      "meveoModule" : { },
      "itemClassSimpleName" : "..."
    } ],
    "moduleSource" : "...",
    "code" : "...",
    "logoPicture" : "...",
    "parentEntityType" : { },
    "license" : "MIT",
    "active" : true,
    "descriptionOrCode" : "...",
    "script" : {
      "scriptInstanceCategory" : { },
      "sourcingRoles" : [ "...", "..." ],
      "parentEntity" : { },
      "descriptionOrCode" : "...",
      "historized" : true,
      "codeChanged" : true,
      "id" : 12345,
      "executionRoles" : [ "...", "..." ],
      "appendGeneratedCode" : true,
      "description" : "...",
      "transient" : true,
      "code" : "...",
      "auditable" : { },
      "active" : true,
      "parentEntityType" : { },
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "disabled" : true,
      "script" : "...",
      "sourceTypeEnum" : "JAVA",
      "referenceDescription" : "...",
      "version" : 12345,
      "referenceCode" : "...",
      "reuse" : true,
      "descriptionAndCode" : "...",
      "scriptErrors" : [ { }, { } ],
      "error" : true
    },
    "description" : "...",
    "referenceCode" : "...",
    "referenceDescription" : "...",
    "parentEntity" : {
      "code" : "...",
      "appendGeneratedCode" : true,
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "parentEntity" : { },
      "referenceDescription" : "...",
      "id" : 12345,
      "auditable" : { },
      "codeChanged" : true,
      "transient" : true,
      "referenceCode" : "...",
      "descriptionOrCode" : "...",
      "historized" : true,
      "version" : 12345,
      "parentEntityType" : { },
      "description" : "...",
      "descriptionAndCode" : "..."
    },
    "id" : 12345,
    "transient" : true,
    "disabled" : true,
    "version" : 12345,
    "codeChanged" : true,
    "appendGeneratedCode" : true
  },
  "itemClassSimpleName" : "..."
}