![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Name | Type | Required | Description |
---|---|---|---|
expertiseTopicTitles |
string[] |
![]() |
Titles of the ExpertiseTopics associated with the request |
responseDiscussionForum |
![]() |
Discussion forum for the request when the collaboration option is a Discussion Forum. | |
responseDiscussionTopic |
![]() |
Discussion topic for the request when the collaboration option is a Discussion Forum. | |
searchExpression |
![]() |
Search expression used to build the request when it is NOT a topic based request | |
terms |
![]() |
Terms matching the search expression used to create the request belonging to the calling user | |
topicBased |
![]() |
Flag to indicate if the request is driven by one or more topics or a search expression | |
topics |
![]() |
ExpertiseTopics used to build the request when it is a topic based request. ExpertiseTopics returned will contain terms belonging to the calling user. |
Inherits From
Applied Markers
<xs:complexType name="expertiseConnectionRequest"> <xs:complexContent> <xs:extension base="tns:connectionRequest"> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="expertiseTopicTitles" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="responseDiscussionForum" type="tns:forum"/> <xs:element minOccurs="0" name="responseDiscussionTopic" type="tns:topic"/> <xs:element minOccurs="0" name="searchExpression" type="xs:string"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="terms" nillable="true" type="tns:expertiseTerm"/> <xs:element name="topicBased" type="xs:boolean"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="topics" nillable="true" type="tns:expertiseDynamicTopic"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Usage | Resource | Method |
---|---|---|
Response | ExpertiseConnection | Create |
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices