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

Contents

Overview

Creation/Update parameters for Notification objects.

Members

Name Type Description

actionDoer

beeId

Gets the Action doer of the Notification.

changeStatus

changeStatus

Artifact change status.

contentMetadata

collabProperties

Gets metadata properties for this Notification.

contentUpdater

multiContentUpdater

Gets the multi content updater for this Notification. Used to pass in a list of Simple Contents.

eventDefinition

beeId<eventDefinition>

Gets the EventDefintion of the Notification.

name

string

Get the Name of the Entity

origin

beeId<artifact>

Gets the Entity acting as the origin of the Notification.

priority

priority

Gets the Priority of the Notification.

propertiesUpdater

collabPropertiesUpdater

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

recipient

beeId

Gets the Recipient of the Notification.

schema

beeId<notificationSchema>

Gets the NotificationSchema of the Notification.

source

beeId<entity>

Gets the Source of the Notification.

sourceModifiedOnTime

dateTime

Gets the Modified time of the source of the Notification.

updatedAttachment

contentUpdater

Get updated attachement

updatedContent

multiContentUpdater

Gets the multi content updater for this Notification. Used to pass in a list of Simple Contents.

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.

wapRequestData

wapRequest

Gets the WapRequestData object for this Notificatino.

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:notificationUpdater xsi:type="obh:notificationUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:actionDoer>your_beeId_0</obh:actionDoer>
        <obh:changeStatus>your_changeStatus_0</obh:changeStatus>
        <obh:contentMetadata>your_collabProperties_0</obh:contentMetadata>
        <obh:contentUpdater>your_multiContentUpdater_0</obh:contentUpdater>
        <obh:eventDefinition>your_beeId_0</obh:eventDefinition>
        <obh:name>your_string_0</obh:name>
        <obh:origin>your_beeId_0</obh:origin>
        <obh:priority>your_priority_0</obh:priority>
        <obh:propertiesUpdater>your_collabPropertiesUpdater_0</obh:propertiesUpdater>
        <obh:recipient>your_beeId_0</obh:recipient>
        <obh:schema>your_beeId_0</obh:schema>
        <obh:source>your_beeId_0</obh:source>
        <obh:sourceModifiedOnTime>your_dateTime_0</obh:sourceModifiedOnTime>
        <obh:updatedAttachment>your_contentUpdater_0</obh:updatedAttachment>
        <obh:updatedContent>your_multiContentUpdater_0</obh:updatedContent>
        <obh:userCreatedOn>your_dateTime_0</obh:userCreatedOn>
        <obh:userModifiedOn>your_dateTime_0</obh:userModifiedOn>
        <obh:viewerPropertiesUpdater>your_collabPropertiesUpdater_0</obh:viewerPropertiesUpdater>
        <obh:wapRequestData>your_wapRequest_0</obh:wapRequestData>
</obh:notificationUpdater>

JSON Example

(show inherited members)

{
    "beeType":"notificationUpdater",
        "actionDoer":{ your_{http://www.oracle.com/beehive}actionDoer_as_beeId0 },
        "changeStatus":{ your_{http://www.oracle.com/beehive}changeStatus_as_changeStatus0 },
        "contentMetadata":{ your_{http://www.oracle.com/beehive}contentMetadata_as_collabProperties0 },
        "contentUpdater":{ your_{http://www.oracle.com/beehive}contentUpdater_as_multiContentUpdater0 },
        "eventDefinition":{ your_{http://www.oracle.com/beehive}eventDefinition_as_beeId0 },
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "origin":{ your_{http://www.oracle.com/beehive}origin_as_beeId0 },
        "priority":{ your_{http://www.oracle.com/beehive}priority_as_priority0 },
        "propertiesUpdater":{ your_{http://www.oracle.com/beehive}propertiesUpdater_as_collabPropertiesUpdater0 },
        "recipient":{ your_{http://www.oracle.com/beehive}recipient_as_beeId0 },
        "schema":{ your_{http://www.oracle.com/beehive}schema_as_beeId0 },
        "source":{ your_{http://www.oracle.com/beehive}source_as_beeId0 },
        "sourceModifiedOnTime":"your_{http://www.oracle.com/beehive}sourceModifiedOnTime_as_dateTime0",
        "updatedAttachment":{ your_{http://www.oracle.com/beehive}updatedAttachment_as_contentUpdater0 },
        "updatedContent":{ your_{http://www.oracle.com/beehive}updatedContent_as_multiContentUpdater0 },
        "userCreatedOn":"your_{http://www.oracle.com/beehive}userCreatedOn_as_dateTime0",
        "userModifiedOn":"your_{http://www.oracle.com/beehive}userModifiedOn_as_dateTime0",
        "viewerPropertiesUpdater":{ your_{http://www.oracle.com/beehive}viewerPropertiesUpdater_as_collabPropertiesUpdater0 },
        "wapRequestData":{ your_{http://www.oracle.com/beehive}wapRequestData_as_wapRequest0 }
}

XML Schema


<xs:complexType name="notificationUpdater">
    <xs:complexContent>
        <xs:extension base="tns:artifactUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="actionDoer" type="tns:beeId"/>
                <xs:element minOccurs="0" name="contentMetadata" type="tns:collabProperties"/>
                <xs:element minOccurs="0" name="contentUpdater" type="tns:multiContentUpdater"/>
                <xs:element minOccurs="0" name="eventDefinition" type="tns:beeId"/>
                <xs:element minOccurs="0" name="origin" type="tns:beeId"/>
                <xs:element minOccurs="0" name="priority" type="tns:priority"/>
                <xs:element minOccurs="0" name="recipient" type="tns:beeId"/>
                <xs:element minOccurs="0" name="schema" type="tns:beeId"/>
                <xs:element minOccurs="0" name="source" type="tns:beeId"/>
                <xs:element minOccurs="0" name="sourceModifiedOnTime" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="updatedAttachment" type="tns:contentUpdater"/>
                <xs:element minOccurs="0" name="updatedContent" type="tns:multiContentUpdater"/>
                <xs:element minOccurs="0" name="wapRequestData" type="tns:wapRequest"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to notificationUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations