VXModuleDef Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
addedById long element 0/1 the addedById
createTime dateTime element 0/1 the createTime
groupPermList list of VXGroupPermission element 0/unbounded the groupPermList
module string element 0/1 the module
updateTime dateTime element 0/1 the updateTime
updatedById long element 0/1 the updatedById
url string element 0/1 the url
userPermList list of VXUserPermission element 0/unbounded the userPermList
Properties inherited from VXDataObject
createDate dateTime element 0/1 Returns the value for the member attribute createDate
id long element 0/1 Returns the value for the member attribute id
owner string element 0/1 Returns the value for the member attribute owner
updateDate dateTime element 0/1 Returns the value for the member attribute updateDate
updatedBy string element 0/1 Returns the value for the member attribute updatedBy

Example

<VXModuleDef>
  <userPermList>
    <userId>...</userId>
    <moduleId>...</moduleId>
    <isAllowed>...</isAllowed>
    <userName>...</userName>
    <moduleName>...</moduleName>
    <loginId>...</loginId>
    <id>...</id>
    <createDate>...</createDate>
    <updateDate>...</updateDate>
    <owner>...</owner>
    <updatedBy>...</updatedBy>
  </userPermList>
  <groupPermList>
    <groupId>...</groupId>
    <groupName>...</groupName>
    <moduleId>...</moduleId>
    <isAllowed>...</isAllowed>
    <moduleName>...</moduleName>
    <id>...</id>
    <createDate>...</createDate>
    <updateDate>...</updateDate>
    <owner>...</owner>
    <updatedBy>...</updatedBy>
  </groupPermList>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <addedById>...</addedById>
  <updatedById>...</updatedById>
  <module>...</module>
  <url>...</url>
  <id>...</id>
  <createDate>...</createDate>
  <updateDate>...</updateDate>
  <owner>...</owner>
  <updatedBy>...</updatedBy>
</VXModuleDef>