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 CategoryTemplateUpdater that can hold updates to be performed on the CategoryTemplate corresponding to the Id.

Members

Name Type Description

categoryTemplateHandle

beeId

The CategoryTemplate that is to be updated

categoryTemplateUpdater

categoryTemplateUpdater

The CategoryTemplateUpdater for 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:categoryTemplateUpdateParameter xsi:type="obh:categoryTemplateUpdateParameter" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:categoryTemplateHandle>your_beeId_0</obh:categoryTemplateHandle>
        <obh:categoryTemplateUpdater>your_categoryTemplateUpdater_0</obh:categoryTemplateUpdater>
</obh:categoryTemplateUpdateParameter>

JSON Example

(show inherited members)

{
    "beeType":"categoryTemplateUpdateParameter",
        "categoryTemplateHandle":{ your_{http://www.oracle.com/beehive}categoryTemplateHandle_as_beeId0 },
        "categoryTemplateUpdater":{ your_{http://www.oracle.com/beehive}categoryTemplateUpdater_as_categoryTemplateUpdater0 }
}

XML Schema


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

        

References

The following data represents the references to categoryTemplateUpdateParameter

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions