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

Contents

Overview

Resource DiscussionsMessageUpdatePermissionsUpdater is used to update DiscussionsMessageUpdatePermissions on a Forum.

Members

Name Type Description

timeLimit

int

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

when

discussionsMessageCondition

Description of when DiscussionsMessages in a particular Forum may be updated. See DiscussionsMessageCondition for the meanings of particular values.

who

discussionsMessageActor

Description of who is allowed to update DiscussionsMessages in a particular Forum. See DiscussionsMessageActor for the meanings of particular values.

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:discussionsMessageUpdatePermissionsUpdater xsi:type="obh:discussionsMessageUpdatePermissionsUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:timeLimit>your_int_0</obh:timeLimit>
        <obh:when>your_discussionsMessageCondition_0</obh:when>
        <obh:who>your_discussionsMessageActor_0</obh:who>
</obh:discussionsMessageUpdatePermissionsUpdater>

JSON Example

(show inherited members)

{
    "beeType":"discussionsMessageUpdatePermissionsUpdater",
        "timeLimit":your_{http://www.oracle.com/beehive}timeLimit_as_int0,
        "when":{ your_{http://www.oracle.com/beehive}when_as_discussionsMessageCondition0 },
        "who":{ your_{http://www.oracle.com/beehive}who_as_discussionsMessageActor0 }
}

XML Schema


<xs:complexType name="discussionsMessageUpdatePermissionsUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="timeLimit" type="xs:int"/>
                <xs:element minOccurs="0" name="when" type="tns:discussionsMessageCondition"/>
                <xs:element minOccurs="0" name="who" type="tns:discussionsMessageActor"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to discussionsMessageUpdatePermissionsUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions