Overview

Resource AnnouncementDraftPropertiesUpdater is for updating properties of a DiscussionsDraft object intended as a new Announcement. Specifically, it is for updating properties that do not apply to the draft itself, but will apply to the new Announcement when the draft is posted, such as expiration date. As Announcement is a subclass of Topic, so AnnouncementDraftPropertiesUpdater extends TopicDraftPropertiesUpdater, so any Topic-specific properties may also be updated for Announcement drafts.

Members

Show inherited members

Name Type Description

activatesOn

dateTime

The activation date of the future Announcement. This may be null. Before the activation date, by default, only Forum managers will be able to view this Announcement.

description

string

The description the new Topic will have.

expiresOn

dateTime

The expiration date of the future Announcement. This may be null. After the expiration date, this Announcement may be hidden or archived.

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

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:announcementDraftPropertiesUpdater xsi:type="obh:announcementDraftPropertiesUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <activatesOn>your_dateTime_0</activatesOn>
        <description>your_string_0</description>
        <expiresOn>your_dateTime_0</expiresOn>
        <incrementViewCount>your_boolean_0</incrementViewCount>
        <propMods>your_propMod_0</propMods>
        <propMods>your_propMod_1</propMods>
        <propMods>your_propMod_2</propMods>
</obh:announcementDraftPropertiesUpdater>

Referenced By Representaions

Not Referenced Directly by Representations