Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Update parameters for a NotificationSchema.

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 JSON and 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">
        <obh:attributesUpdater>your_attributeDefinitionListUpdater_0</obh:attributesUpdater>
        <obh:description>your_string_0</obh:description>
        <obh:eventMapping>your_string_0</obh:eventMapping>
        <obh:name>your_string_0</obh:name>
        <obh:notifType>your_string_0</obh:notifType>
        <obh:renderers>your_notificationContentInfo_0</obh:renderers>
        <obh:renderers>your_notificationContentInfo_1</obh:renderers>
        <obh:renderers>your_notificationContentInfo_2</obh:renderers>
        <obh:renderersUpdater>your_notificationContentInfoListUpdater_0</obh:renderersUpdater>
        <obh:resourcePackage>your_string_0</obh:resourcePackage>
        <obh:subject>your_string_0</obh:subject>
</obh:notificationSchemaUpdater>

JSON Example

(show inherited members)

{
    "beeType":"notificationSchemaUpdater",
        "attributesUpdater":{ your_{http://www.oracle.com/beehive}attributesUpdater_as_attributeDefinitionListUpdater0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "eventMapping":"your_{http://www.oracle.com/beehive}eventMapping_as_string0",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "notifType":"your_{http://www.oracle.com/beehive}notifType_as_string0",
        "renderers":[
            { your_{http://www.oracle.com/beehive}renderers_as_notificationContentInfo0 },
            { your_{http://www.oracle.com/beehive}renderers_as_notificationContentInfo1 },
            { your_{http://www.oracle.com/beehive}renderers_as_notificationContentInfo2 }
        ],
        "renderersUpdater":{ your_{http://www.oracle.com/beehive}renderersUpdater_as_notificationContentInfoListUpdater0 },
        "resourcePackage":"your_{http://www.oracle.com/beehive}resourcePackage_as_string0",
        "subject":"your_{http://www.oracle.com/beehive}subject_as_string0"
}

XML Schema


<xs:complexType name="notificationSchemaUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="attributesUpdater" type="tns:attributeDefinitionListUpdater"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" name="eventMapping" type="xs:string"/>
                <xs:element minOccurs="0" name="notifType" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="renderers" type="tns:notificationContentInfo"/>
                <xs:element minOccurs="0" name="renderersUpdater" type="tns:notificationContentInfoListUpdater"/>
                <xs:element minOccurs="0" name="resourcePackage" type="xs:string"/>
                <xs:element minOccurs="0" name="subject" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to notificationSchemaUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions