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.

Object description is enclosed in the <dict> tag, it is an element of the array, that is, a value of the Contents property.

Mobile Application Object Properties

Property Description Available value
name Object name.  
LocalizedNames It sets file names in various languages. The user can set names in all languages supported by the mobile device. Names in different languages are set in the <dict> tag.
The <key> tag is used to set language identifier. The <string> tag contains object name in the 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.  

modifiedDate

Date of change. Number of seconds starting from January 1st, 1970.

formatVersion

Number of repository object version. Currently, only the value one is available.

parentId

Identifier of the folder that stores the report.  

size

Object size in bytes.  

currentVersion

Date of publication. Number of minutes starting from January 1st, 2011.

hidden

It determines whether the object is hidden. An object can be hidden if it is used as a data 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.

md5

Hash value calculated by MD5 algorithm.  

Example

The 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 | Mobile Application Container Settings