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 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">
        <bootstrapCompleteTime>your_dateTime_0</bootstrapCompleteTime>
        <profilingEnabled>your_boolean_0</profilingEnabled>
        <relationshipsSearchable>your_boolean_0</relationshipsSearchable>
        <termsSearchable>your_boolean_0</termsSearchable>
</obh:expertiseProfileStatus>

Referenced By Representaions

Not Referenced Directly by Representations