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

Contents

Overview

Represent a descriptor of intention to remove parts from a multiContent.

Members

Name Type Description

RemoveParts

int[]

Sets the list of part indexes

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:multiContentTrimmer xsi:type="obh:multiContentTrimmer" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:RemoveParts>your_int_0</obh:RemoveParts>
        <obh:RemoveParts>your_int_1</obh:RemoveParts>
        <obh:RemoveParts>your_int_2</obh:RemoveParts>
</obh:multiContentTrimmer>

JSON Example

(show inherited members)

{
    "beeType":"multiContentTrimmer",
        "RemoveParts":[
            your_{http://www.oracle.com/beehive}RemoveParts_as_int0,
            your_{http://www.oracle.com/beehive}RemoveParts_as_int1,
            your_{http://www.oracle.com/beehive}RemoveParts_as_int2
        ]
}

XML Schema


<xs:complexType name="multiContentTrimmer">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="RemoveParts" type="xs:int"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to multiContentTrimmer

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions