Overview

an updater for profiling content into a profile

Members

Show inherited members

Name Type Description

contentUpdater

contentUpdater

A content updater loaded with the content to be profiled. Note: Currently only SimpleContentUpdaters are supported.

createDate

dateTime

The date on which this content was created.

profileOwner

beeId

The owner of the content. Profiled content will be added to this owner

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:expertiseProfileContentUpdater xsi:type="obh:expertiseProfileContentUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <contentUpdater>your_contentUpdater_0</contentUpdater>
        <createDate>your_dateTime_0</createDate>
        <profileOwner>your_beeId_0</profileOwner>
</obh:expertiseProfileContentUpdater>

Referenced By Representaions

Not Referenced Directly by Representations