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

Contents

Overview

Represents a descriptor of update intentions for an onlineContent

Members

Name Type Description

artifact

beeId

The referenced artifact for this content.

contentDisposition

contentDispositionType

Content disposition as in one of the values of

contentId

string

Content ID value for this content.

mediaType

string

Media type of the this content.

mimeHeaders

mimeHeadersWrapper

The MIME headers for this content. MIME headers is a single valued object containing a collection of headers.

Hierarchy

Inherits From

Applied Markers

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:onlineContentUpdater xsi:type="obh:onlineContentUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:artifact>your_beeId_0</obh:artifact>
        <obh:contentDisposition>your_contentDispositionType_0</obh:contentDisposition>
        <obh:contentId>your_string_0</obh:contentId>
        <obh:mediaType>your_string_0</obh:mediaType>
        <obh:mimeHeaders>your_mimeHeadersWrapper_0</obh:mimeHeaders>
</obh:onlineContentUpdater>

JSON Example

(show inherited members)

{
    "beeType":"onlineContentUpdater",
        "artifact":{ your_{http://www.oracle.com/beehive}artifact_as_beeId0 },
        "contentDisposition":{ your_{http://www.oracle.com/beehive}contentDisposition_as_contentDispositionType0 },
        "contentId":"your_{http://www.oracle.com/beehive}contentId_as_string0",
        "mediaType":"your_{http://www.oracle.com/beehive}mediaType_as_string0",
        "mimeHeaders":{ your_{http://www.oracle.com/beehive}mimeHeaders_as_mimeHeadersWrapper0 }
}

XML Schema


<xs:complexType final="extension restriction" name="onlineContentUpdater">
    <xs:complexContent>
        <xs:extension base="tns:contentUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="artifact" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to onlineContentUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations