Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

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

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 JSON and 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">
        <obh:clientApplication>your_beeId_0</obh:clientApplication>
        <obh:configurationUpdater>your_collabPropertiesUpdater_0</obh:configurationUpdater>
        <obh:patchsetNumber>your_int_0</obh:patchsetNumber>
        <obh:version>your_string_0</obh:version>
        <obh:versionNumber>your_int_0</obh:versionNumber>
</obh:installedClientApplicationUpdater>

JSON Example

(show inherited members)

{
    "beeType":"installedClientApplicationUpdater",
        "clientApplication":{ your_{http://www.oracle.com/beehive}clientApplication_as_beeId0 },
        "configurationUpdater":{ your_{http://www.oracle.com/beehive}configurationUpdater_as_collabPropertiesUpdater0 },
        "patchsetNumber":your_{http://www.oracle.com/beehive}patchsetNumber_as_int0,
        "version":"your_{http://www.oracle.com/beehive}version_as_string0",
        "versionNumber":your_{http://www.oracle.com/beehive}versionNumber_as_int0
}

XML Schema


<xs:complexType name="installedClientApplicationUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="clientApplication" type="tns:beeId"/>
                <xs:element minOccurs="0" name="configurationUpdater" type="tns:collabPropertiesUpdater"/>
                <xs:element minOccurs="0" name="patchsetNumber" type="xs:int"/>
                <xs:element minOccurs="0" name="version" type="xs:string"/>
                <xs:element minOccurs="0" name="versionNumber" type="xs:int"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to installedClientApplicationUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions