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

Contents

Overview

an updater for profiling content into a profile

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

JSON Example

(show inherited members)

{
    "beeType":"expertiseProfileContentUpdater",
        "contentUpdater":{ your_{http://www.oracle.com/beehive}contentUpdater_as_contentUpdater0 },
        "createDate":"your_{http://www.oracle.com/beehive}createDate_as_dateTime0",
        "profileOwner":{ your_{http://www.oracle.com/beehive}profileOwner_as_beeId0 }
}

XML Schema


<xs:complexType name="expertiseProfileContentUpdater">
    <xs:complexContent>
        <xs:extension base="tns:expertiseProfileUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="contentUpdater" type="tns:contentUpdater"/>
                <xs:element minOccurs="0" name="createDate" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="profileOwner" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to expertiseProfileContentUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations