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

Contents

Overview

Resource HREFContext instructs the Wiki service on how to render the path of an artifact linked from a WikiPage into an XHTML a.href attribute. The HREFContext contains the information needed to build a URL from a Beehive Entity for each Entity type.

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.

Hierarchy

hrefContext is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherited By

XML Schema


<xs:complexType abstract="true" name="hrefContext">
    <xs:sequence>
        <xs:element minOccurs="0" name="hrefPrefix" type="xs:string"/>
        <xs:element minOccurs="0" name="linkedEntityType" type="tns:wikiLinkedEntityType"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to hrefContext

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions