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

Contents

Overview

A container for the parameters needed when building topics using buildTopics in ExpertiseSearchControl

Members

Name Type Required Description

buildProperties

expertiseTopicsBuildProperties

The properties that can be used to change the behavior of how the topics are built.

topicClauses

expertiseTopicClauses

The topic clauses that determine what to build topics around.

Hierarchy

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:searchTopicsBuilder xsi:type="obh:searchTopicsBuilder" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:buildProperties>your_expertiseTopicsBuildProperties_0</obh:buildProperties>
        <obh:topicClauses>your_expertiseTopicClauses_0</obh:topicClauses>
</obh:searchTopicsBuilder>

JSON Example

(show inherited members)

{
    "beeType":"searchTopicsBuilder",
        "buildProperties":{ your_{http://www.oracle.com/beehive}buildProperties_as_expertiseTopicsBuildProperties0 },
        "topicClauses":{ your_{http://www.oracle.com/beehive}topicClauses_as_expertiseTopicClauses0 }
}

XML Schema


<xs:complexType name="searchTopicsBuilder">
    <xs:sequence>
        <xs:element name="buildProperties" type="tns:expertiseTopicsBuildProperties"/>
        <xs:element name="topicClauses" type="tns:expertiseTopicClauses"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to searchTopicsBuilder

Referenced By Resources

Usage Resource Method
Request Expertise Management Build Topics

Referenced By Representaions

Not Referenced Directly by Representations