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

Contents

Overview

Resource WikiLinkContext provides information on how to derive the path of an artifact from a Wiki link. The implicit Workspace path and implicit artifact base path parameters are used to convert a Wiki link into a path to an artifact path.
For example, with an Workspace path prefix of "/Oracle" and an artifact base path of "/Wiki", a wiki link like "Wksp1:Page1" will be converted to a path "/Oracle/Wksp1/Wiki/Page1".

Members

Name Type Description

basePath

string

The Artifact base path for WikiPages.

wkspPathPrefix

string

The Workspace path prefix

Hierarchy

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:wikiLinkContext xsi:type="obh:wikiLinkContext" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:basePath>your_string_0</obh:basePath>
        <obh:wkspPathPrefix>your_string_0</obh:wkspPathPrefix>
</obh:wikiLinkContext>

JSON Example

(show inherited members)

{
    "beeType":"wikiLinkContext",
        "basePath":"your_{http://www.oracle.com/beehive}basePath_as_string0",
        "wkspPathPrefix":"your_{http://www.oracle.com/beehive}wkspPathPrefix_as_string0"
}

XML Schema


<xs:complexType name="wikiLinkContext">
    <xs:sequence>
        <xs:element minOccurs="0" name="basePath" type="xs:string"/>
        <xs:element minOccurs="0" name="wkspPathPrefix" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to wikiLinkContext

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions