Overview

Resource TopicDraftProperties is used by DiscussionsDrafts intended to become new Topics. It encapsulates properties which do not apply to the DiscussionsDraft itself, but only apply to the Topic it will become when the draft is posted. For example, a DiscussionsDraft cannot have a folder change status, but when the DiscussionsDraft is posted and becomes a new Topic, the folder change status will then be in effect as a field of the new Topic.

Members

Show inherited members

Name Type Required Description

changeStatus

changeStatus

The intended ChangeStatus for the Topic this DiscussionsDraft will become when it is posted.

description

string

The intended description for the Topic this DiscussionsDraft will become when it is posted.

incrementViewCount

boolean

Indicates whether the view count of the new Topic will be incremented by one when the DiscussionsDraft is posted.

map

associativeArray<stringcollabProperty>

Map of the properties.

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:topicDraftProperties xsi:type="obh:topicDraftProperties" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <changeStatus>your_changeStatus_0</changeStatus>
        <description>your_string_0</description>
        <incrementViewCount>your_boolean_0</incrementViewCount>
        <map>your_associativeArray_0</map>
</obh:topicDraftProperties>

Referenced By Representaions

Not Referenced Directly by Representations