Overview

InstalledClientApplicationUpdater is used to modify the value of one or more InstalledClientApplication's attributes.

Members

Show inherited members

Name Type Description

clientApplication

beeId<clientApplication>

configurationUpdater

collabPropertiesUpdater

Gets the application configuration updater

patchsetNumber

int

Gets the application patchset number.

version

string

Gets the application version.

versionNumber

int

Gets the application version number.

Hierarchy

Inherits From

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:installedClientApplicationUpdater xsi:type="obh:installedClientApplicationUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <clientApplication>your_beeId_0</clientApplication>
        <configurationUpdater>your_collabPropertiesUpdater_0</configurationUpdater>
        <patchsetNumber>your_int_0</patchsetNumber>
        <version>your_string_0</version>
        <versionNumber>your_int_0</versionNumber>
</obh:installedClientApplicationUpdater>

Referenced By Representaions