Overview

Creator to create a relationshipConnectionRequest

Members

Show inherited 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 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">
        <maxRequestsToSend>your_int_0</maxRequestsToSend>
        <needResponseBy>your_dateTime_0</needResponseBy>
        <priority>your_priority_0</priority>
        <requestMessageBody>your_string_0</requestMessageBody>
        <requestMessageSubject>your_string_0</requestMessageSubject>
        <searchInfo>your_relationshipSearchInfo_0</searchInfo>
</obh:relationshipConnectionRequestCreator>

Referenced By Representaions

Not Referenced Directly by Representations