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 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">
        <categoryTemplateHandle>your_beeId_0</categoryTemplateHandle>
        <categoryTemplateUpdater>your_categoryTemplateUpdater_0</categoryTemplateUpdater>
</obh:categoryTemplateUpdateParameter>

Referenced By Representaions