Overview

an updater for expertise profiling an email message

Members

Show inherited 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 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">
        <emailMessageContentUpdater>your_emailMessageContentUpdater_0</emailMessageContentUpdater>
        <profilingType>your_expertiseProfilingType_0</profilingType>
</obh:expertiseProfileEmailMessageElementUpdater>

Referenced By Representaions