Overview

Resource AnnouncementCreator is used to create a new Announcement.

Members

Show inherited members

Name Type Description

activatesOn

dateTime

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

body

string

The content of the first DiscussionsMessage in the new Announcement.

expiresOn

dateTime

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

parentForumHandle

beeId<forum>

A handle to the Forum that contains the new Announcement.

subject

string

The name and subject of the new Announcement.

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:announcementCreator xsi:type="obh:announcementCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <activatesOn>your_dateTime_0</activatesOn>
        <body>your_string_0</body>
        <expiresOn>your_dateTime_0</expiresOn>
        <parentForumHandle>your_beeId_0</parentForumHandle>
        <subject>your_string_0</subject>
</obh:announcementCreator>

Referenced By Representaions

Not Referenced Directly by Representations