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 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">
        <categoryHandle>your_beeId_0</categoryHandle>
        <categoryName>your_string_0</categoryName>
        <categoryTemplateUpdater>your_categoryTemplateUpdater_0</categoryTemplateUpdater>
</obh:categoryTemplateCreateParameter>

Referenced By Representaions