Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Resource TopicDraftPropertiesUpdater is for updating properties of a DiscussionsDraft intended as a new Topic. Specifically, it is for updating properties that do not apply to the DiscussionsDraft itself, but will apply to the new Topic when the draft is posted, such as folder change status.

Members

Name Type Description

description

string

The description the new Topic will have.

incrementViewCount

boolean

Indicates whether or not the view count should be incremented by one when the DiscussionsDraft is posted as a new Topic.

propMods

propMod[]

Property modifications

Hierarchy

Inherits From

Inherited By

Examples

Below are examples in JSON and 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:topicDraftPropertiesUpdater xsi:type="obh:topicDraftPropertiesUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:description>your_string_0</obh:description>
        <obh:incrementViewCount>your_boolean_0</obh:incrementViewCount>
        <obh:propMods>your_propMod_0</obh:propMods>
        <obh:propMods>your_propMod_1</obh:propMods>
        <obh:propMods>your_propMod_2</obh:propMods>
</obh:topicDraftPropertiesUpdater>

JSON Example

(show inherited members)

{
    "beeType":"topicDraftPropertiesUpdater",
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "incrementViewCount":your_{http://www.oracle.com/beehive}incrementViewCount_as_boolean0,
        "propMods":[
            { your_{http://www.oracle.com/beehive}propMods_as_propMod0 },
            { your_{http://www.oracle.com/beehive}propMods_as_propMod1 },
            { your_{http://www.oracle.com/beehive}propMods_as_propMod2 }
        ]
}

XML Schema


<xs:complexType name="topicDraftPropertiesUpdater">
    <xs:complexContent>
        <xs:extension base="tns:discussionsDraftPropertiesUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" name="incrementViewCount" type="xs:boolean"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to topicDraftPropertiesUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations