Overview

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

ElementModifications contains the following attributes:

  • anchor: anchor of the container at the time this object was created. This value should be passed to the subsequent call to get the new ElementModifications.
  • modifiedElements: collection of elements that were added to the container or updated.
  • removedElements: collection of elements that were removed from the container.

Members

Name Type Description

modifiedElements

entity[]

removedElements

entity[]

snapshotId

string

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

Referenced By Representaions

Not Referenced Directly by Representations