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

Contents

Overview

Members

Name Type Description

internalState

string

The checksum. For internal use only.

searchType

relationshipSearchType

The search type

spec

relationshipSpec

The ExpertiseRelationshipSpec used in the search

targetCompanies

expertiseCompany[]

The companies searched for

targetPerson

expertisePerson

The person searched for

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:relationshipSearchInfo xsi:type="obh:relationshipSearchInfo" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:internalState>your_string_0</obh:internalState>
        <obh:searchType>your_relationshipSearchType_0</obh:searchType>
        <obh:spec>your_relationshipSpec_0</obh:spec>
        <obh:targetCompanies>your_expertiseCompany_0</obh:targetCompanies>
        <obh:targetCompanies>your_expertiseCompany_1</obh:targetCompanies>
        <obh:targetCompanies>your_expertiseCompany_2</obh:targetCompanies>
        <obh:targetPerson>your_expertisePerson_0</obh:targetPerson>
</obh:relationshipSearchInfo>

JSON Example

(show inherited members)

{
    "beeType":"relationshipSearchInfo",
        "internalState":"your_{http://www.oracle.com/beehive}internalState_as_string0",
        "searchType":{ your_{http://www.oracle.com/beehive}searchType_as_relationshipSearchType0 },
        "spec":{ your_{http://www.oracle.com/beehive}spec_as_relationshipSpec0 },
        "targetCompanies":[
            { your_{http://www.oracle.com/beehive}targetCompanies_as_expertiseCompany0 },
            { your_{http://www.oracle.com/beehive}targetCompanies_as_expertiseCompany1 },
            { your_{http://www.oracle.com/beehive}targetCompanies_as_expertiseCompany2 }
        ],
        "targetPerson":{ your_{http://www.oracle.com/beehive}targetPerson_as_expertisePerson0 }
}

XML Schema


<xs:complexType name="relationshipSearchInfo">
    <xs:sequence>
        <xs:element minOccurs="0" name="internalState" type="xs:string"/>
        <xs:element minOccurs="0" name="searchType" type="tns:relationshipSearchType"/>
        <xs:element minOccurs="0" name="spec" type="tns:relationshipSpec"/>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="targetCompanies" nillable="true" type="tns:expertiseCompany"/>
        <xs:element minOccurs="0" name="targetPerson" type="tns:expertisePerson"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to relationshipSearchInfo

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions