Overview

Update parameters for a NotificationSchema.

Members

Show inherited members

Name Type Description

attributesUpdater

attributeDefinitionListUpdater

Returns a List updater to add/remove/update AttributeDefinitions for the NotificationSchema.

description

string

Gets the description of this NotificationSchema object.

eventMapping

string

Gets the ECA event mapping of this NotificationSchema object.

name

string

Get the Name of the Entity

notifType

string

Gets the EmailMessageType for this schema.

renderers

notificationContentInfo[]

Gets the Content for this NotificationSchema object.

renderersUpdater

notificationContentInfoListUpdater

Returns a List updater to add/remove/update Renderers for the NotificationSchema.

resourcePackage

string

Gets the Resource Bundle package name.

subject

string

Gets the subject for this Schema.

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:notificationSchemaUpdater xsi:type="obh:notificationSchemaUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attributesUpdater>your_attributeDefinitionListUpdater_0</attributesUpdater>
        <description>your_string_0</description>
        <eventMapping>your_string_0</eventMapping>
        <name>your_string_0</name>
        <notifType>your_string_0</notifType>
        <renderers>your_notificationContentInfo_0</renderers>
        <renderers>your_notificationContentInfo_1</renderers>
        <renderers>your_notificationContentInfo_2</renderers>
        <renderersUpdater>your_notificationContentInfoListUpdater_0</renderersUpdater>
        <resourcePackage>your_string_0</resourcePackage>
        <subject>your_string_0</subject>
</obh:notificationSchemaUpdater>

Referenced By Representaions