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

Contents

Overview

Resource DiscussionsDraftProperties is used to encapsulate properties which do not apply directly to DiscussionsDrafts, but apply to the discussions objects they are intended to become. For example, a DiscussionsDraft cannot have an expiration date, but an Announcement can; if the DiscussionsDraft object is intended to become a new Announcement, it can have an expiration date in its properties that only takes effect when the draft is posted. Only the subtypes of DiscussionsDraftProperties are used directly; these are TopicDraftProperties, AnnouncementDraftProperties, and DiscussionsMessageDraftProperties.

Members

Name Type Description

map

associativeArray<stringcollabProperty>

Map of the properties.

Hierarchy

discussionsDraftProperties is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Inherited By

XML Schema


<xs:complexType abstract="true" name="discussionsDraftProperties">
    <xs:complexContent>
        <xs:extension base="tns:collabProperties">
            <xs:sequence/>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to discussionsDraftProperties

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations