Overview

Resource HREFPathContext provides an HREFContext for Entity types that uses a path-based Wiki link syntax, such as WikiPages, Documents and Folders.
The HREFPathContext contains a base path prefix and workspace path prefix, which are used to convert from the full path of an Entity to its corresponding HRef. For example, for an HREFPathContext with prefix: "/wiki", workspace path prefix: "/Oracle", and base path prefix: "/Wiki/"), a reference to a Wiki page with full path /Oracle/MyTeamWorkspace1/Wiki/APage will produce an HRef like: /wiki/MyTeamWorkspace1:APage

Members

Show inherited members

Name Type Description

basePathPrefix

string

The Artifact base path prefix

hrefPrefix

string

The HRef prefix String, prepended to the HRef of links to this target Entity type. For example, /teamcollab/wiki or /teamcollab/library

linkedEntityType

wikiLinkedEntityType

The type of the Entity that is the target of the link.

workspacePathPrefix

string

The Workspace path prefix

Hierarchy

Inherits From

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:hrefPathContext xsi:type="obh:hrefPathContext" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <basePathPrefix>your_string_0</basePathPrefix>
        <hrefPrefix>your_string_0</hrefPrefix>
        <linkedEntityType>your_wikiLinkedEntityType_0</linkedEntityType>
        <workspacePathPrefix>your_string_0</workspacePathPrefix>
</obh:hrefPathContext>

Referenced By Representaions

Not Referenced Directly by Representations