MeveoModuleItem Data Type

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

Example

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