MeveoModuleItem Data Type

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

Example

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