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

Contents

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

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

JSON Example

(show inherited members)

{
    "beeType":"hrefEidContext",
        "hrefPrefix":"your_{http://www.oracle.com/beehive}hrefPrefix_as_string0",
        "linkedEntityType":{ your_{http://www.oracle.com/beehive}linkedEntityType_as_wikiLinkedEntityType0 },
        "template":"your_{http://www.oracle.com/beehive}template_as_string0"
}

XML Schema


<xs:complexType name="hrefEidContext">
    <xs:complexContent>
        <xs:extension base="tns:hrefContext">
            <xs:sequence>
                <xs:element minOccurs="0" name="template" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to hrefEidContext

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations