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

Contents

Overview

Enumeration Members

Name Description

ANNOUNCEMENT

Returns all announcements in the default forum associated with the team workspace.

FOLDER

Returns the documents and folders in the parent folder.

FORUM

Returns the topics and announcements in the forum.

LABEL

Return the entities marked with the particular label.

RECENT

Returns the recent items in the workspace or collection of workspaces.

TOPIC

Returns the discussion messages inside the topic

VERSION

Returns the version history of the document or wikipage.

POPULAR

TAG

XML Schema


<xs:simpleType name="feedType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="ANNOUNCEMENT"/>
        <xs:enumeration value="FOLDER"/>
        <xs:enumeration value="FORUM"/>
        <xs:enumeration value="LABEL"/>
        <xs:enumeration value="RECENT"/>
        <xs:enumeration value="TOPIC"/>
        <xs:enumeration value="VERSION"/>
        <xs:enumeration value="POPULAR"/>
        <xs:enumeration value="TAG"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to feedType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions