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

Contents

Overview

The expertise profile status on a entity in Beehive.

Members

Name Type Required Description

bootstrapCompleteTime

dateTime

The date when bootstrap was complete for the entity. If the user is not bootstrapped or is in bootstrapped mode then this value is NULL.

profilingEnabled

boolean

A flag representing if the entity is being profiled.

relationshipsSearchable

boolean

A flag representing if the entities relationships are searchable post bootstrap

termsSearchable

boolean

A flag representing if the entities terms are searchable post bootstrap

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:expertiseProfileStatus xsi:type="obh:expertiseProfileStatus" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:bootstrapCompleteTime>your_dateTime_0</obh:bootstrapCompleteTime>
        <obh:profilingEnabled>your_boolean_0</obh:profilingEnabled>
        <obh:relationshipsSearchable>your_boolean_0</obh:relationshipsSearchable>
        <obh:termsSearchable>your_boolean_0</obh:termsSearchable>
</obh:expertiseProfileStatus>

JSON Example

(show inherited members)

{
    "beeType":"expertiseProfileStatus",
        "bootstrapCompleteTime":"your_{http://www.oracle.com/beehive}bootstrapCompleteTime_as_dateTime0",
        "profilingEnabled":your_{http://www.oracle.com/beehive}profilingEnabled_as_boolean0,
        "relationshipsSearchable":your_{http://www.oracle.com/beehive}relationshipsSearchable_as_boolean0,
        "termsSearchable":your_{http://www.oracle.com/beehive}termsSearchable_as_boolean0
}

XML Schema


<xs:complexType name="expertiseProfileStatus">
    <xs:sequence>
        <xs:element minOccurs="0" name="bootstrapCompleteTime" type="xs:dateTime"/>
        <xs:element name="profilingEnabled" type="xs:boolean"/>
        <xs:element name="relationshipsSearchable" type="xs:boolean"/>
        <xs:element name="termsSearchable" type="xs:boolean"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to expertiseProfileStatus

Referenced By Resources

Usage Resource Method
Response Current User Utilities Get Expertise Profile Status
Response Organization User Get Expertise Profile Status

Referenced By Representaions

Not Referenced Directly by Representations