Overview

InstallableClientApplication is used as a record to indicate the clientApplicationPatchset and the configuration installed on the client device. The model does not point to ClientApplicationPatchset directly, but point to ClientApplication, and have version number and patchset number as attributes. Thus, it removes the "hard link" to a ClientApplicationPatchset. So even if the patchset is removed from the repository by administrator, InstallableClientApplication still keeps the record of which patchset was installed on the device.

Members

Name Type Required Description

clientApplication

clientApplication

Returns the client application associated with this InstalledClientApplication. Usually the returned application is loaded using Projection.BASIC.

configuration

collabProperties

Return the configuration properties of this installed client application.

patchsetNumber

int

Return the patchset number of this installed client application.

version

string

Return the version string of this installed client application.

versionNumber

int

Return the internal version number of this installed client application.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:installedClientApplication xsi:type="obh:installedClientApplication" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <clientApplication>your_clientApplication_0</clientApplication>
        <configuration>your_collabProperties_0</configuration>
        <patchsetNumber>your_int_0</patchsetNumber>
        <version>your_string_0</version>
        <versionNumber>your_int_0</versionNumber>
</obh:installedClientApplication>

Referenced By Representaions