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

Contents

Overview

Creator to create a relationshipConnectionRequest

Members

Name Type Description

maxRequestsToSend

int

Maximum number of experts to be approached

needResponseBy

dateTime

Date by which responses are needed

priority

priority

Priority of the request

requestMessageBody

string

Message body associated with the request

requestMessageSubject

string

Message subject associated with the request. This parameter is a mandatory.

searchInfo

relationshipSearchInfo

Result from an expertise relationship search. This parameter is mandatory.

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:relationshipConnectionRequestCreator xsi:type="obh:relationshipConnectionRequestCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:maxRequestsToSend>your_int_0</obh:maxRequestsToSend>
        <obh:needResponseBy>your_dateTime_0</obh:needResponseBy>
        <obh:priority>your_priority_0</obh:priority>
        <obh:requestMessageBody>your_string_0</obh:requestMessageBody>
        <obh:requestMessageSubject>your_string_0</obh:requestMessageSubject>
        <obh:searchInfo>your_relationshipSearchInfo_0</obh:searchInfo>
</obh:relationshipConnectionRequestCreator>

JSON Example

(show inherited members)

{
    "beeType":"relationshipConnectionRequestCreator",
        "maxRequestsToSend":your_{http://www.oracle.com/beehive}maxRequestsToSend_as_int0,
        "needResponseBy":"your_{http://www.oracle.com/beehive}needResponseBy_as_dateTime0",
        "priority":{ your_{http://www.oracle.com/beehive}priority_as_priority0 },
        "requestMessageBody":"your_{http://www.oracle.com/beehive}requestMessageBody_as_string0",
        "requestMessageSubject":"your_{http://www.oracle.com/beehive}requestMessageSubject_as_string0",
        "searchInfo":{ your_{http://www.oracle.com/beehive}searchInfo_as_relationshipSearchInfo0 }
}

XML Schema


<xs:complexType name="relationshipConnectionRequestCreator">
    <xs:complexContent>
        <xs:extension base="tns:connectionRequestCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="searchInfo" type="tns:relationshipSearchInfo"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to relationshipConnectionRequestCreator

Referenced By Resources

Usage Resource Method
Request RelationshipConnection Create

Referenced By Representaions

Not Referenced Directly by Representations