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 on a simple content where the payload of the content is to be streamed.

Members

Name Type Description

characterEncoding

string

Sets the character encoding

contentDisposition

contentDispositionType

Content disposition as in one of the values of

contentEncoding

contentEncodingType

Sets the content encoding

contentId

string

Content ID value for this content.

contentLanguage

string

Sets the content language

contentStream

base64Binary

Content data. Only supported by SOAP.

contentStreamId

string

Stream identifier string for this content. Only Supported by REST.

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.

name

rawString

Content name

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:streamedSimpleContentUpdater xsi:type="obh:streamedSimpleContentUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:characterEncoding>your_string_0</obh:characterEncoding>
        <obh:contentDisposition>your_contentDispositionType_0</obh:contentDisposition>
        <obh:contentEncoding>your_contentEncodingType_0</obh:contentEncoding>
        <obh:contentId>your_string_0</obh:contentId>
        <obh:contentLanguage>your_string_0</obh:contentLanguage>
        <obh:contentStream>your_base64Binary_0</obh:contentStream>
        <obh:contentStreamId>your_string_0</obh:contentStreamId>
        <obh:mediaType>your_string_0</obh:mediaType>
        <obh:mimeHeaders>your_mimeHeadersWrapper_0</obh:mimeHeaders>
        <obh:name>your_rawString_0</obh:name>
</obh:streamedSimpleContentUpdater>

JSON Example

(show inherited members)

{
    "beeType":"streamedSimpleContentUpdater",
        "characterEncoding":"your_{http://www.oracle.com/beehive}characterEncoding_as_string0",
        "contentDisposition":{ your_{http://www.oracle.com/beehive}contentDisposition_as_contentDispositionType0 },
        "contentEncoding":{ your_{http://www.oracle.com/beehive}contentEncoding_as_contentEncodingType0 },
        "contentId":"your_{http://www.oracle.com/beehive}contentId_as_string0",
        "contentLanguage":"your_{http://www.oracle.com/beehive}contentLanguage_as_string0",
        "contentStream":"your_{http://www.oracle.com/beehive}contentStream_as_base64Binary0",
        "contentStreamId":"your_{http://www.oracle.com/beehive}contentStreamId_as_string0",
        "mediaType":"your_{http://www.oracle.com/beehive}mediaType_as_string0",
        "mimeHeaders":{ your_{http://www.oracle.com/beehive}mimeHeaders_as_mimeHeadersWrapper0 },
        "name":{ your_{http://www.oracle.com/beehive}name_as_rawString0 }
}

XML Schema


<xs:complexType name="streamedSimpleContentUpdater">
    <xs:complexContent>
        <xs:extension base="tns:simpleContentBaseUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="contentStream" type="xs:base64Binary"/>
                <xs:element minOccurs="0" name="contentStreamId" type="xs:string"/>
                <xs:element minOccurs="0" name="name" type="tns:rawString"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to streamedSimpleContentUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations