Overview

Represents a descriptor of update intentions for an onlineContent

Members

Show inherited 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

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

Referenced By Representaions

Not Referenced Directly by Representations