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

Contents

Overview

Resource WikiRenderDataMode is used to instruct the Wiki service on how to render the data portion of a WikiPage.
There are four different modes that can be used to render a WikiPage: RENDER_LINKS mode: Renders all dynamic links in the WikiPage.
RENDER_PLUGINS mode: Renders all dynamic WikiPlugins in the WikiPage .
RENDER_ALL mode: Renders all dynamic content in the WikiPage, including links and plugins.

Enumeration Members

Name Description

RENDER_LINKS

RENDER_PLUGINS

RENDER_ALL

XML Schema


<xs:simpleType name="wikiRenderDataMode">
    <xs:restriction base="xs:string">
        <xs:enumeration value="RENDER_LINKS"/>
        <xs:enumeration value="RENDER_PLUGINS"/>
        <xs:enumeration value="RENDER_ALL"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to wikiRenderDataMode

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions