Overview

Represents a descriptor of update intentions for an email message. It can be used via to apply the changes

Members

Show inherited members

Name Type Description

addedFlags

messageFlag[]

Sets the specified enum set of message flags to this updater

changeStatus

changeStatus

Artifact change status.

contentTrimmer

multiContentTrimmer

Create a content trimmer object that allows attachment stripping. Only multi content types are eligible for part stripping.

flags

messageFlag[]

Message flags for the message. Flags not included in the collection are to be reset. Flags not added previously are to be added implicitly.

name

string

Get the Name of the Entity

overriddenFlags

messageFlag[]

Sets the overridden message flags

propertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove CollabProperties for this Artifact.

removedFlags

messageFlag[]

Sets the enum set of removed message flags

sendNotReadReturnReceipt

boolean

sendReturnReceipt

boolean

updatedTrimmer

multiContentTrimmer

Get updater for backend processing

userCreatedOn

dateTime

The user creation time (if created offline) for the Artifact

userModifiedOn

dateTime

The user modification time (if created offline) for the Artifact

viewerPropertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove viewer private CollabProperties for this Artifact.

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:emailMessageUpdater xsi:type="obh:emailMessageUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <addedFlags>your_messageFlag_0</addedFlags>
        <addedFlags>your_messageFlag_1</addedFlags>
        <addedFlags>your_messageFlag_2</addedFlags>
        <changeStatus>your_changeStatus_0</changeStatus>
        <contentTrimmer>your_multiContentTrimmer_0</contentTrimmer>
        <flags>your_messageFlag_0</flags>
        <flags>your_messageFlag_1</flags>
        <flags>your_messageFlag_2</flags>
        <name>your_string_0</name>
        <overriddenFlags>your_messageFlag_0</overriddenFlags>
        <overriddenFlags>your_messageFlag_1</overriddenFlags>
        <overriddenFlags>your_messageFlag_2</overriddenFlags>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <removedFlags>your_messageFlag_0</removedFlags>
        <removedFlags>your_messageFlag_1</removedFlags>
        <removedFlags>your_messageFlag_2</removedFlags>
        <sendNotReadReturnReceipt>your_boolean_0</sendNotReadReturnReceipt>
        <sendReturnReceipt>your_boolean_0</sendReturnReceipt>
        <updatedTrimmer>your_multiContentTrimmer_0</updatedTrimmer>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:emailMessageUpdater>

Referenced By Representaions

Not Referenced Directly by Representations