Overview

Resource TopicCreator is used to specify the values of various fields when creating Topics.

Members

Show inherited members

Name Type Description

parentForumHandle

beeId<forum>

The handle to the Forum that will contain the new Topic.

subject

string

The subject and name of the Topic.

updater

topicUpdater

The updater used to update Topic fields not specified in the creator.

Hierarchy

Inherits From

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:topicCreator xsi:type="obh:topicCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <parentForumHandle>your_beeId_0</parentForumHandle>
        <subject>your_string_0</subject>
        <updater>your_topicUpdater_0</updater>
</obh:topicCreator>

Referenced By Representaions

Not Referenced Directly by Representations