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

Contents

Overview

an updater for expertise profiling an email message

Members

Name Type Description

emailMessageContentUpdater

emailMessageContentUpdater

Set the EmailMessageContentUpdater to pass in email content that needs to be profiled. At present time only MultiContentUpdater and SimpleContentUpdater are supported. Streaming is not supported. In addition, content types supported are: 7bit, 8bit, base64

profilingType

expertiseProfilingType

The type of profiling to perform from the email message

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:expertiseProfileEmailMessageElementUpdater xsi:type="obh:expertiseProfileEmailMessageElementUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:emailMessageContentUpdater>your_emailMessageContentUpdater_0</obh:emailMessageContentUpdater>
        <obh:profilingType>your_expertiseProfilingType_0</obh:profilingType>
</obh:expertiseProfileEmailMessageElementUpdater>

JSON Example

(show inherited members)

{
    "beeType":"expertiseProfileEmailMessageElementUpdater",
        "emailMessageContentUpdater":{ your_{http://www.oracle.com/beehive}emailMessageContentUpdater_as_emailMessageContentUpdater0 },
        "profilingType":{ your_{http://www.oracle.com/beehive}profilingType_as_expertiseProfilingType0 }
}

XML Schema


<xs:complexType name="expertiseProfileEmailMessageElementUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" ref="tns:emailMessageContentUpdater"/>
                <xs:element minOccurs="0" name="profilingType" type="tns:expertiseProfilingType"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to expertiseProfileEmailMessageElementUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions