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

Contents

Overview

Wrapper object to track an CategoryTemplateUpdater to be used to create a CategoryTemplate corresponding to a Category. The Category corresponding to the CategoryTemplate maybe identified either by using the Category name or the Category Id.

Members

Name Type Description

categoryHandle

beeId

The Category corresponding to the CategoryTemplate that is to be created identified by its Id.

categoryName

string

The Category corresponding to the CategoryTemplate that is to be created identified by its name.

categoryTemplateUpdater

categoryTemplateUpdater

The CategoryTemplateUpdater for the CategoryTemplate to be created

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:categoryTemplateCreateParameter xsi:type="obh:categoryTemplateCreateParameter" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:categoryHandle>your_beeId_0</obh:categoryHandle>
        <obh:categoryName>your_string_0</obh:categoryName>
        <obh:categoryTemplateUpdater>your_categoryTemplateUpdater_0</obh:categoryTemplateUpdater>
</obh:categoryTemplateCreateParameter>

JSON Example

(show inherited members)

{
    "beeType":"categoryTemplateCreateParameter",
        "categoryHandle":{ your_{http://www.oracle.com/beehive}categoryHandle_as_beeId0 },
        "categoryName":"your_{http://www.oracle.com/beehive}categoryName_as_string0",
        "categoryTemplateUpdater":{ your_{http://www.oracle.com/beehive}categoryTemplateUpdater_as_categoryTemplateUpdater0 }
}

XML Schema


<xs:complexType name="categoryTemplateCreateParameter">
    <xs:sequence>
        <xs:element minOccurs="0" name="categoryHandle" type="tns:beeId"/>
        <xs:element minOccurs="0" name="categoryName" type="xs:string"/>
        <xs:element minOccurs="0" name="categoryTemplateUpdater" type="tns:categoryTemplateUpdater"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to categoryTemplateCreateParameter

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions