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

Contents

Overview

Wrapper object to track a CategoryTemplate Id and a corresponding CategoryApplicationUpdater that can hold updates for a Category application

Members

Name Type Description

categoryApplicationUpdater

categoryApplicationUpdater

The CategoryApplicationUpdater

categoryTemplateHandle

beeId

The CategoryTemplate

Hierarchy

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:categoryApplicationUpdateParameter xsi:type="obh:categoryApplicationUpdateParameter" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:categoryApplicationUpdater>your_categoryApplicationUpdater_0</obh:categoryApplicationUpdater>
        <obh:categoryTemplateHandle>your_beeId_0</obh:categoryTemplateHandle>
</obh:categoryApplicationUpdateParameter>

JSON Example

(show inherited members)

{
    "beeType":"categoryApplicationUpdateParameter",
        "categoryApplicationUpdater":{ your_{http://www.oracle.com/beehive}categoryApplicationUpdater_as_categoryApplicationUpdater0 },
        "categoryTemplateHandle":{ your_{http://www.oracle.com/beehive}categoryTemplateHandle_as_beeId0 }
}

XML Schema


<xs:complexType name="categoryApplicationUpdateParameter">
    <xs:sequence>
        <xs:element minOccurs="0" name="categoryApplicationUpdater" type="tns:categoryApplicationUpdater"/>
        <xs:element minOccurs="0" name="categoryTemplateHandle" type="tns:beeId"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to categoryApplicationUpdateParameter

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions