Overview

Resource HREFEidContext is an HREFContext specific to Entity types that use an Eid- based Wiki link syntax. It contains a template string that determines how the URL parameters will be formatted, and can contain the following parameter placeholders: <eid>, <bomType> and <parent-eid>. <eid> is replaced with the EntityId and <parent-id> will be replaced with the parent Entity's Id. For example "?eid=<parent-eid>#<eid> or ?eid=<eid>

Members

Show inherited members

Name Type Description

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.

template

string

The template String that determines how the URL parameters will be formatted in the rendered HRef.

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

Referenced By Representaions

Not Referenced Directly by Representations