Overview

Expertise Term is a phrase which defines
  • language of the term
  • the actual text of the term
  • confidence is the frequency of how often the term appears in someone's profile compared to other terms, in the range 0 to 1000
  • visibility is a constant which indicates the visibility
  • a boolean that is true if the terms are reviewed

Members

Show inherited members

Name Type Required Description

collabId

beeId

The CollabId associated with this term

confidence

int

The confidence of this term

language

int

The languages of this term.

reviewed

boolean

The reviewed status of this term

stateModifiedOn

dateTime

The time when this term's state was last modified

text

string

The text of this term.

visibility

visibility

The visibility of this term

Hierarchy

Inherits From

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:expertiseTerm xsi:type="obh:expertiseTerm" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <collabId>your_beeId_0</collabId>
        <confidence>your_int_0</confidence>
        <language>your_int_0</language>
        <reviewed>your_boolean_0</reviewed>
        <stateModifiedOn>your_dateTime_0</stateModifiedOn>
        <text>your_string_0</text>
        <visibility>your_visibility_0</visibility>
</obh:expertiseTerm>

Referenced By Representaions