Overview

Resource DiscussionsDraftUpdater is used to update the various fields of the DiscussionsDraft. It is not used directly. Instead, the user should pick the updater that corresponds to the DiscussionsDraft's type: TopicDraftUpdater, AnnouncementDraftUpdater, and DiscussionsMessageDraftUpdater.

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.

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:discussionsDraftUpdater xsi:type="obh:discussionsDraftUpdater" 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>
        <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:discussionsDraftUpdater>

Referenced By Representaions

Not Referenced Directly by Representations