MeveoModuleItem Data Type

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

Example

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