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

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

Referenced By Representaions