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

Contents

Overview

Expertise Term is a phrase which defines

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

Applied Markers

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

JSON Example

(show inherited members)

{
    "beeType":"expertiseTerm",
        "collabId":{ your_{http://www.oracle.com/beehive}collabId_as_beeId0 },
        "confidence":your_{http://www.oracle.com/beehive}confidence_as_int0,
        "language":your_{http://www.oracle.com/beehive}language_as_int0,
        "reviewed":your_{http://www.oracle.com/beehive}reviewed_as_boolean0,
        "stateModifiedOn":"your_{http://www.oracle.com/beehive}stateModifiedOn_as_dateTime0",
        "text":"your_{http://www.oracle.com/beehive}text_as_string0",
        "visibility":{ your_{http://www.oracle.com/beehive}visibility_as_visibility0 }
}

XML Schema


<xs:complexType name="expertiseTerm">
    <xs:complexContent>
        <xs:extension base="tns:expertiseTermState">
            <xs:sequence>
                <xs:element minOccurs="0" name="collabId" type="tns:beeId"/>
                <xs:element name="confidence" type="xs:int"/>
                <xs:element name="language" type="xs:int"/>
                <xs:element minOccurs="0" name="stateModifiedOn" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="text" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to expertiseTerm

Referenced By Resources

Usage Resource Method
Response Current User Utilities List Expertise Exemplar Terms
Response Current User Utilities List Expertise Terms
Response Expertise Management Batch Update Expertise Terms
Response Expertise Management Update Expertise Term
Response Organization User List Expertise Public Terms

Referenced By Representaions