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 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">
        <basePath>your_string_0</basePath>
        <wkspPathPrefix>your_string_0</wkspPathPrefix>
</obh:wikiLinkContext>

Referenced By Representaions