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

Contents

Overview

ElementModifications holds the modification applied to the elements of a folder since a given point in time.

ElementModifications contains the following attributes:

Members

Name Type Description

modifiedElements

entity[]

removedElements

entity[]

snapshotId

string

Hierarchy

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:elementModifications xsi:type="obh:elementModifications" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:modifiedElements>your_entity_0</obh:modifiedElements>
        <obh:modifiedElements>your_entity_1</obh:modifiedElements>
        <obh:modifiedElements>your_entity_2</obh:modifiedElements>
        <obh:removedElements>your_entity_0</obh:removedElements>
        <obh:removedElements>your_entity_1</obh:removedElements>
        <obh:removedElements>your_entity_2</obh:removedElements>
        <obh:snapshotId>your_string_0</obh:snapshotId>
</obh:elementModifications>

JSON Example

(show inherited members)

{
    "beeType":"elementModifications",
        "modifiedElements":[
            { your_{http://www.oracle.com/beehive}modifiedElements_as_entity0 },
            { your_{http://www.oracle.com/beehive}modifiedElements_as_entity1 },
            { your_{http://www.oracle.com/beehive}modifiedElements_as_entity2 }
        ],
        "removedElements":[
            { your_{http://www.oracle.com/beehive}removedElements_as_entity0 },
            { your_{http://www.oracle.com/beehive}removedElements_as_entity1 },
            { your_{http://www.oracle.com/beehive}removedElements_as_entity2 }
        ],
        "snapshotId":"your_{http://www.oracle.com/beehive}snapshotId_as_string0"
}

XML Schema


<xs:complexType name="elementModifications">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="modifiedElements" type="tns:entity"/>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="removedElements" type="tns:entity"/>
        <xs:element minOccurs="0" name="snapshotId" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to elementModifications

Referenced By Resources

Usage Resource Method
Response AddressBook Get Element Modifications
Response Announcement Get Element Modifications
Response Calendar Get Element Modifications
Response DiscussThisForum Get Element Modifications
Response Forum Get Element Modifications
Response Heterogeneous Folder Get Element Modifications
Response PersonalWorkspace Get Element Modifications
Response ReminderList Get Element Modifications
Response SubscriptionList Get Element Modifications
Response TaskList Get Element Modifications
Response TeamWorkspace Get Element Modifications
Response Topic Get Element Modifications
Response Trash Get Element Modifications

Referenced By Representaions

Not Referenced Directly by Representations