Overview

Contains parameters used to create a new ActionableNotificationTemplate.

Members

Show inherited members

Name Type Description

actionScript

string

attributesUpdater

attributeDefinitionListUpdater

classBinding

string

description

string

methodBinding

string

name

string

Get the Name of the Entity

resourceBundle

string

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:actionableNotificationTemplateUpdater xsi:type="obh:actionableNotificationTemplateUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <actionScript>your_string_0</actionScript>
        <attributesUpdater>your_attributeDefinitionListUpdater_0</attributesUpdater>
        <classBinding>your_string_0</classBinding>
        <description>your_string_0</description>
        <methodBinding>your_string_0</methodBinding>
        <name>your_string_0</name>
        <resourceBundle>your_string_0</resourceBundle>
</obh:actionableNotificationTemplateUpdater>

Referenced By Representaions