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

Contents

Overview

This is the base type for a clause included in a ExpertiseTopicClauses type object.

Members

Name Type Required Description

relativeWeight

int

The relative weight/importance of this clause. This integer value acts as a multiplier on the clause's weight. For example, if "2", the clause's weight is doubled. Any value larger than 1 can be supplied.

reviewed

boolean

The boolean identifying which terms are being considered when building topics based on the term's reviewed status.

termVisibility

visibility[]

The object identifying which terms are being considered when building topics based on the term visibility.

Hierarchy

Inherited By

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:expertiseTopicClause xsi:type="obh:expertiseTopicClause" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:relativeWeight>your_int_0</obh:relativeWeight>
        <obh:reviewed>your_boolean_0</obh:reviewed>
        <obh:termVisibility>your_visibility_0</obh:termVisibility>
        <obh:termVisibility>your_visibility_1</obh:termVisibility>
        <obh:termVisibility>your_visibility_2</obh:termVisibility>
</obh:expertiseTopicClause>

JSON Example

(show inherited members)

{
    "beeType":"expertiseTopicClause",
        "relativeWeight":your_{http://www.oracle.com/beehive}relativeWeight_as_int0,
        "reviewed":your_{http://www.oracle.com/beehive}reviewed_as_boolean0,
        "termVisibility":[
            { your_{http://www.oracle.com/beehive}termVisibility_as_visibility0 },
            { your_{http://www.oracle.com/beehive}termVisibility_as_visibility1 },
            { your_{http://www.oracle.com/beehive}termVisibility_as_visibility2 }
        ]
}

XML Schema


<xs:complexType name="expertiseTopicClause">
    <xs:sequence>
        <xs:element name="relativeWeight" type="xs:int"/>
        <xs:element minOccurs="0" name="reviewed" type="xs:boolean"/>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="termVisibility" nillable="true" type="tns:visibility"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to expertiseTopicClause

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions