Overview

Resource Topic represents a conversation among Forum members. It is structured as a collection of DiscussionsMessages. These DiscussionsMessages can be displayed in chronological order or as a threaded conversation. Topics can be designated as Questions. Questions can contain DiscussionsMessages designated as Answers and have a special QuestionStatus derived from the Answers they contain.

Members

Show inherited members

Projections
Name Type Required Description

attachedMarkers

marker[]

Set of marker elements associated with the entity.

attachedReminders

reminder[]

List of reminders attached to the entity

attachedSubscriptions

subscription[]

List of subscriptions attached to the entity

availableMarkers

marker[]

Set of available Markers.

bonds

bond[]

List of artifact bonds

changeStatus

changeStatus

The change status of the artifact

collabId

beeId

CollabId of the snapshot

correctAnswer

discussionsMessage

The Answer in the Topic with an AnswerStatus of Correct, if any such exist. If the Topic is not a Question or if it does not contain an Answer marked Correct, this returns null.

createdOn

dateTime

Entity's creation date

creator

actor

The actor that created this entity

deleted

boolean

Deletion flag. If this property is set to true the entity is deleted.

description

string

Description of the Folder.

discussionsChangeStatus

changeStatus

The ChangeStatus of this Topic.

discussionsMessages

listResult

A list of the DiscussionsMessages in this Topic.

elementCount

int

The number of elements in the Folder.

elements

listResult

A list of the DiscussionsMessages in this Topic.

firstPost

discussionsMessage

The first DiscussionsMessage posted in this Topic.

lastPost

discussionsMessage

The last DiscussionsMessage posted in this Topic.

locks

lock[]

A list of Locks on this Topic.

messageCount

int

The number of DiscussionsMessages in this Topic.

modifiedBy

actor

The actor that last modified the entity

modifiedOn

dateTime

The date when entity was last modified

name

string

Name of the entity.

nextTopic

topic

The Topic in the Forum that is next after this when all Topics (excluding Announcements) in the Forum are listed by last post creation date descending (latest first). This is null if the Topic is the only Topic in the Forum or if it is the Topic in the Forum with the earliest last post creation date.

parent

entity

The parent for this entity.

policies

policy[]

Set of Policies.

previousTopic

topic

The Topic in the Forum that is previous after this when all Topics (excluding Announcements) in the Forum are listed by last post creation date descending (latest first). This is null if the Topic is the only Topic in the Forum or if it is the Topic in the Forum with the latest last post creation date.

properties

collabProperties

The properties of the artifact that are shared among all the actors

question

boolean

Whether or not the Topic is a Question.

questionStatus

topicQuestionStatus

The QuestionStatus of this Topic. This is a status derived from the AnswerStatuses of any Answers in this Topic. See TopicQuestionStatus for more details. If the Topic is not a Question, this returns null.

snapshotId

string

Contains the snapshot identifier for this snapshot. Snapshot identifiers are used to implement optimistic locking on the server.

userCreatedOn

dateTime

The user creation date (if created offline)

userModifiedOn

dateTime

The user last modified date (if modified offline)

viewCount

int

The number of times this Topic has been viewed.

viewer

actor

The actor for which this artifact snapshot was loaded. All the artifact viewer properties in this snapshot are loaded for this actor.

viewerProperties

collabProperties

The viewer properties of the artifact that are private to loading actor

Hierarchy

Inherits From

Inherited By

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:topic xsi:type="obh:topic" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attachedMarkers>your_marker_0</attachedMarkers>
        <attachedMarkers>your_marker_1</attachedMarkers>
        <attachedMarkers>your_marker_2</attachedMarkers>
        <attachedReminders>your_reminder_0</attachedReminders>
        <attachedReminders>your_reminder_1</attachedReminders>
        <attachedReminders>your_reminder_2</attachedReminders>
        <attachedSubscriptions>your_subscription_0</attachedSubscriptions>
        <attachedSubscriptions>your_subscription_1</attachedSubscriptions>
        <attachedSubscriptions>your_subscription_2</attachedSubscriptions>
        <availableMarkers>your_marker_0</availableMarkers>
        <availableMarkers>your_marker_1</availableMarkers>
        <availableMarkers>your_marker_2</availableMarkers>
        <bonds>your_bond_0</bonds>
        <bonds>your_bond_1</bonds>
        <bonds>your_bond_2</bonds>
        <changeStatus>your_changeStatus_0</changeStatus>
        <collabId>your_beeId_0</collabId>
        <correctAnswer>your_discussionsMessage_0</correctAnswer>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <deleted>your_boolean_0</deleted>
        <description>your_string_0</description>
        <discussionsChangeStatus>your_changeStatus_0</discussionsChangeStatus>
        <discussionsMessages>your_listResult_0</discussionsMessages>
        <elementCount>your_int_0</elementCount>
        <elements>your_listResult_0</elements>
        <firstPost>your_discussionsMessage_0</firstPost>
        <lastPost>your_discussionsMessage_0</lastPost>
        <locks>your_lock_0</locks>
        <locks>your_lock_1</locks>
        <locks>your_lock_2</locks>
        <messageCount>your_int_0</messageCount>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <nextTopic>your_topic_0</nextTopic>
        <parent>your_entity_0</parent>
        <policies>your_policy_0</policies>
        <policies>your_policy_1</policies>
        <policies>your_policy_2</policies>
        <previousTopic>your_topic_0</previousTopic>
        <properties>your_collabProperties_0</properties>
        <question>your_boolean_0</question>
        <questionStatus>your_topicQuestionStatus_0</questionStatus>
        <snapshotId>your_string_0</snapshotId>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewCount>your_int_0</viewCount>
        <viewer>your_actor_0</viewer>
        <viewerProperties>your_collabProperties_0</viewerProperties>
</obh:topic>

Referenced By Representaions