Overview

Resource DiscussionsDraftCreator is used to specify the DiscussionsDraft's fields upon creation.

Members

Show inherited members

Name Type Description

destinationForum

beeId<forum>

The future parent Forum of this DiscussionsDraft. When the DiscussionsDraft is posted as a new Topic or Announcement, this will be its parent.

draftFolder

beeId<heterogeneousFolder>

The parent Folder that contains this DiscussionsDraft

subject

string

The subject and name of the new DiscussionsDraft

updater

topicDraftUpdater

The updater used to update fields that apply to a new Topic, that don't apply to the DiscussionsDraft itself.

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

Referenced By Representaions

Not Referenced Directly by Representations