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

Contents

Overview

Resource WikiRenderMode is used to instruct the Wiki service on how to render a WikiPage in xhtml or Creole markup.
There are four different modes that can be used to render a WikiPage:

Enumeration Members

Name Description

EDIT_CREOLE

EDIT_XHTML

STATIC_ONLY

FULL

XML Schema


<xs:simpleType name="wikiRenderMode">
    <xs:restriction base="xs:string">
        <xs:enumeration value="EDIT_CREOLE"/>
        <xs:enumeration value="EDIT_XHTML"/>
        <xs:enumeration value="STATIC_ONLY"/>
        <xs:enumeration value="FULL"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to wikiRenderMode

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions