Overview

ClientApplicationConfigurationCreator is used to create a new ClientApplicationConfiguration.

Members

Show inherited members

Name Type Description

config

collabProperty[]

The configuration properties of this type.

name

string

The name of the ClientApplicationConfiguration.

verHdl

beeId<clientApplicationVersion>

The ClientApplicationVersion associated with the this type.

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:clientApplicationConfigurationCreator xsi:type="obh:clientApplicationConfigurationCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <config>your_collabProperty_0</config>
        <config>your_collabProperty_1</config>
        <config>your_collabProperty_2</config>
        <name>your_string_0</name>
        <verHdl>your_beeId_0</verHdl>
</obh:clientApplicationConfigurationCreator>

Referenced By Representaions

Not Referenced Directly by Representations