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

Contents

Overview

ClientApplicationConfigurationCreator is used to create a new ClientApplicationConfiguration.

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

JSON Example

(show inherited members)

{
    "beeType":"clientApplicationConfigurationCreator",
        "config":[
            { your_{http://www.oracle.com/beehive}config_as_collabProperty0 },
            { your_{http://www.oracle.com/beehive}config_as_collabProperty1 },
            { your_{http://www.oracle.com/beehive}config_as_collabProperty2 }
        ],
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "verHdl":{ your_{http://www.oracle.com/beehive}verHdl_as_beeId0 }
}

XML Schema


<xs:complexType name="clientApplicationConfigurationCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="config" nillable="true" type="tns:collabProperty"/>
                <xs:element minOccurs="0" name="name" type="xs:string"/>
                <xs:element minOccurs="0" name="verHdl" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to clientApplicationConfigurationCreator

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations