Overview

Creator to create an ExpertiseConnectionRequest. An ExpertiseConnectionRequest can be created using either a collection of ExpertiseAggregateTopics OR ExpertiseSearchParameters containing a search search expression (but NOT both).

Members

Show inherited members

Name Type Description

collaborationChannel

connectionRequestCollaborationChannel

Collaboration option (direct/discussion forum) to be used. Will default to DIRECT if unspecified.

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.

searchParameters

expertiseSearchParameters

ExpertiseSearchParameters to create a request based on a search expression.

topics

expertiseAggregateTopic[]

ExpertiseAggregateTopics to create a request based on ExpertiseTopics returned from an expertise search

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:expertiseConnectionRequestCreator xsi:type="obh:expertiseConnectionRequestCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <collaborationChannel>your_connectionRequestCollaborationChannel_0</collaborationChannel>
        <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>
        <searchParameters>your_expertiseSearchParameters_0</searchParameters>
        <topics>your_expertiseAggregateTopic_0</topics>
        <topics>your_expertiseAggregateTopic_1</topics>
        <topics>your_expertiseAggregateTopic_2</topics>
</obh:expertiseConnectionRequestCreator>

Referenced By Representaions

Not Referenced Directly by Representations