Overview

Resource TopicDraftUpdater is used to update Topic-specific fields of a DiscussionsDraft that is intended to be posted as a new Topic.

Members

Show inherited members

Name Type Description

addedFlags

messageFlag[]

Sets the specified enum set of message flags to this updater

changeStatus

changeStatus

Artifact change status.

draftDestination

beeId<forum>

The Forum that will contain the new Topic when the DiscussionsDraft is posted.

flags

messageFlag[]

Message flags for the message. Flags not included in the collection are to be reset. Flags not added previously are to be added implicitly.

name

string

Get the Name of the Entity

overriddenFlags

messageFlag[]

Sets the overridden message flags

propertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove CollabProperties for this Artifact.

removedFlags

messageFlag[]

Sets the enum set of removed message flags

updatedBody

contentUpdater

The updater for updating the content of the DiscussionsDraft's internal DiscussionsMessage.

userCreatedOn

dateTime

The user creation time (if created offline) for the Artifact

userModifiedOn

dateTime

The user modification time (if created offline) for the Artifact

viewerPropertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove viewer private CollabProperties for this Artifact.

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:topicDraftUpdater xsi:type="obh:topicDraftUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <addedFlags>your_messageFlag_0</addedFlags>
        <addedFlags>your_messageFlag_1</addedFlags>
        <addedFlags>your_messageFlag_2</addedFlags>
        <changeStatus>your_changeStatus_0</changeStatus>
        <draftDestination>your_beeId_0</draftDestination>
        <flags>your_messageFlag_0</flags>
        <flags>your_messageFlag_1</flags>
        <flags>your_messageFlag_2</flags>
        <name>your_string_0</name>
        <overriddenFlags>your_messageFlag_0</overriddenFlags>
        <overriddenFlags>your_messageFlag_1</overriddenFlags>
        <overriddenFlags>your_messageFlag_2</overriddenFlags>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <removedFlags>your_messageFlag_0</removedFlags>
        <removedFlags>your_messageFlag_1</removedFlags>
        <removedFlags>your_messageFlag_2</removedFlags>
        <updatedBody>your_contentUpdater_0</updatedBody>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:topicDraftUpdater>

Referenced By Representaions