Mobile Application Object Settings (from the list)

Description of a mobile application object is stored in the file that contains the list of all published objects.

An object description is framed in the <dict> tag, it is an element of the array: that is, a value of the Contents property.

Properties of Mobile Application Object

Property Description Available value
name Object name.  
LocalizedNames Sets file names in various languages. The user can define names in all languages supported by the mobile device. Names in different languages are defined in the <dict> tag.
The <key> tag is used to set language identifier. The <string> tag contains object name in a selected language.
type Object type. The following values are available:
  • EXPRESSREPORT. Express report.

  • CUBE. Cube.

  • DASHBOARD. Dashboard.

  • RUBRICATOR. Time series database.

  • PROCEDURALREPORT. Regular report.

key Object key.  
objId Object identifier.  
Date of change. Seconds count, starting from January 1st, 1970.
Number of repository object version. Currently only the value one is available.
Identifier of the folder that stored the report.  
Object size in bytes.  
Date of publication. Minutes count starting from January 1st, 2011.
Determines whether the object is hidden. An object can be hidden if it is used as a source for the published object (for example, an express report for a dashboard). The following values are available:
  • YES. The object is hidden.

  • NO. The object is not hidden.

Hash value calculated by MD5 algorithm.  

Example

A section that describes a mobile application object, may look as follows:

<dict>
  <key>name</key>
  <string>World Development Indicators</string>
  <key>LocalizedNames</key>
  <dict>
    <key>1049</key>
    <string>World Development Indicators</string>
    <key>1033</key>
    <string>World indicators</string>
  </dict>
  <key>type</key>
  <string>EXPRESSREPORT</string>
  <key>key</key>
  <string>948929</string>
  <key>objId</key>
  <string>OBJ948929</string>
  <key>modifiedDate</key>
  <string>1362052010</string>
  <key>parentId</key>
  <string>OBJ948925</string>
  <key>formatVersion</key>
  <string>1</string>
  <key>dataSourceRefId</key>
  <string>CUBE_WDI_COPY5</string>
  <key>hidden</key>
  <string>YES</string>
  <key>size</key>
  <string>13605</string>
  <key>currentVersion</key>
  <string>1136894</string>
  <key>md5</key>
  <string>0639D94D3C964D1735C67D89369EC4A7</string>
</dict>

See also:

Structure of File Containing List of Published Objects | Settings of the Mobile Application Container