Overview

Members

Show inherited members

Name Type Description

activatesOn

dateTime

The activation date of the Announcement. Announcements that have not yet been activated will generally be hidden to non-Forum managers. This date can be null.

changeStatus

changeStatus

Artifact change status.

description

string

Description of the Folder.

expiresOn

dateTime

The expiration date of the Announcement. Announcements that have expired will generally be archived or hidden to non-Forum managers. This date can be null.

firstPostUpdater

discussionsMessageUpdater

The updater used to update the fields of the first DiscussionsMessage in the Topic.

folderChangeStatus

changeStatus

ChangeStatus of the folder.

incrementViewCount

boolean

This method was added for compatability with systems which permit null values for number/boolean types

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

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

question

boolean

This method was added for compatability with systems which permit null values for number/boolean types

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:announcementUpdater xsi:type="obh:announcementUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <activatesOn>your_dateTime_0</activatesOn>
        <changeStatus>your_changeStatus_0</changeStatus>
        <description>your_string_0</description>
        <expiresOn>your_dateTime_0</expiresOn>
        <firstPostUpdater>your_discussionsMessageUpdater_0</firstPostUpdater>
        <folderChangeStatus>your_changeStatus_0</folderChangeStatus>
        <incrementViewCount>your_boolean_0</incrementViewCount>
        <name>your_string_0</name>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <question>your_boolean_0</question>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:announcementUpdater>

Referenced By Representaions

Not Referenced Directly by Representations