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

Contents

Overview

Creator to create a ExpertiseConnectionRequest.

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.

Hierarchy

connectionRequestCreator is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Inherited By

XML Schema


<xs:complexType abstract="true" name="connectionRequestCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="maxRequestsToSend" type="xs:int"/>
                <xs:element minOccurs="0" name="needResponseBy" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="priority" type="tns:priority"/>
                <xs:element minOccurs="0" name="requestMessageBody" type="xs:string"/>
                <xs:element minOccurs="0" name="requestMessageSubject" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to connectionRequestCreator

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations