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

Contents

Overview

Members

Name Type Description

matches

listResult

The matches the searcher has access to.

searchInfo

relationshipSearchInfo

Search parameters

Hierarchy

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:relationshipSearchResult xsi:type="obh:relationshipSearchResult" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:matches>your_listResult_0</obh:matches>
        <obh:searchInfo>your_relationshipSearchInfo_0</obh:searchInfo>
</obh:relationshipSearchResult>

JSON Example

(show inherited members)

{
    "beeType":"relationshipSearchResult",
        "matches":{ your_{http://www.oracle.com/beehive}matches_as_listResult0 },
        "searchInfo":{ your_{http://www.oracle.com/beehive}searchInfo_as_relationshipSearchInfo0 }
}

XML Schema


<xs:complexType name="relationshipSearchResult">
    <xs:sequence>
        <xs:element minOccurs="0" name="matches" type="tns:listResult"/>
        <xs:element minOccurs="0" name="searchInfo" type="tns:relationshipSearchInfo"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to relationshipSearchResult

Referenced By Resources

Usage Resource Method
Response Expertise Management List Contacts To Companies
Response Expertise Management List Expertise Relationship Contacts
Response Expertise Management List Targets at Companies
Response Organization User List Expertise Relationship Contacts
Response Organization User List Expertise Relationship Targets

Referenced By Representaions

Not Referenced Directly by Representations