MeveoModuleItem Data Type

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

Example

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