Overview

Notify action for DocumentSubscription

Notification will be delivered in the list of specified channels.

Members

Show inherited members

Name Type Description

channels

notificationDeliveryChannel[]

A list of NotificationDeliverChannel for the notify action.

Hierarchy

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:documentNotificationSubscriptionAction xsi:type="obh:documentNotificationSubscriptionAction" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <channels>your_notificationDeliveryChannel_0</channels>
        <channels>your_notificationDeliveryChannel_1</channels>
        <channels>your_notificationDeliveryChannel_2</channels>
</obh:documentNotificationSubscriptionAction>

Referenced By Representaions

Not Referenced Directly by Representations