Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Members

Name Type Description

changeStatus

changeStatus

Artifact change status.

description

string

Description of the Folder.

discussionsMessageDeletePermissionsUpdater

discussionsMessageDeletePermissionsUpdater

An updater used to change who is allowed to delete DiscussionsMessages in this Forum and when.

discussionsMessageUpdatePermissionsUpdater

discussionsMessageUpdatePermissionsUpdater

An updater used to change who is allowed to update DiscussionsMessages in this Forum and when.

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.

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 JSON and 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:forumUpdater xsi:type="obh:forumUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:changeStatus>your_changeStatus_0</obh:changeStatus>
        <obh:description>your_string_0</obh:description>
        <obh:discussionsMessageDeletePermissionsUpdater>your_discussionsMessageDeletePermissionsUpdater_0</obh:discussionsMessageDeletePermissionsUpdater>
        <obh:discussionsMessageUpdatePermissionsUpdater>your_discussionsMessageUpdatePermissionsUpdater_0</obh:discussionsMessageUpdatePermissionsUpdater>
        <obh:folderChangeStatus>your_changeStatus_0</obh:folderChangeStatus>
        <obh:incrementViewCount>your_boolean_0</obh:incrementViewCount>
        <obh:name>your_string_0</obh:name>
        <obh:propertiesUpdater>your_collabPropertiesUpdater_0</obh:propertiesUpdater>
        <obh:userCreatedOn>your_dateTime_0</obh:userCreatedOn>
        <obh:userModifiedOn>your_dateTime_0</obh:userModifiedOn>
        <obh:viewerPropertiesUpdater>your_collabPropertiesUpdater_0</obh:viewerPropertiesUpdater>
</obh:forumUpdater>

JSON Example

(show inherited members)

{
    "beeType":"forumUpdater",
        "changeStatus":{ your_{http://www.oracle.com/beehive}changeStatus_as_changeStatus0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "discussionsMessageDeletePermissionsUpdater":{ your_{http://www.oracle.com/beehive}discussionsMessageDeletePermissionsUpdater_as_discussionsMessageDeletePermissionsUpdater0 },
        "discussionsMessageUpdatePermissionsUpdater":{ your_{http://www.oracle.com/beehive}discussionsMessageUpdatePermissionsUpdater_as_discussionsMessageUpdatePermissionsUpdater0 },
        "folderChangeStatus":{ your_{http://www.oracle.com/beehive}folderChangeStatus_as_changeStatus0 },
        "incrementViewCount":your_{http://www.oracle.com/beehive}incrementViewCount_as_boolean0,
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "propertiesUpdater":{ your_{http://www.oracle.com/beehive}propertiesUpdater_as_collabPropertiesUpdater0 },
        "userCreatedOn":"your_{http://www.oracle.com/beehive}userCreatedOn_as_dateTime0",
        "userModifiedOn":"your_{http://www.oracle.com/beehive}userModifiedOn_as_dateTime0",
        "viewerPropertiesUpdater":{ your_{http://www.oracle.com/beehive}viewerPropertiesUpdater_as_collabPropertiesUpdater0 }
}

XML Schema


<xs:complexType name="forumUpdater">
    <xs:complexContent>
        <xs:extension base="tns:folderUpdater">
            <xs:sequence>
                <xs:element minOccurs="0"
                    name="discussionsMessageDeletePermissionsUpdater" type="tns:discussionsMessageDeletePermissionsUpdater"/>
                <xs:element minOccurs="0"
                    name="discussionsMessageUpdatePermissionsUpdater" type="tns:discussionsMessageUpdatePermissionsUpdater"/>
                <xs:element minOccurs="0" name="incrementViewCount" type="xs:boolean"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to forumUpdater

Referenced By Resources

Usage Resource Method
Request DiscussThisForum Update
Request Forum Update

Referenced By Representaions