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

Contents

Overview

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

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

Name of the content object.

piecewiseUpdate

boolean

Whether to allow updating of only a specific portion of the content object.

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:identifiableSimpleContentUpdater xsi:type="obh:identifiableSimpleContentUpdater" 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:piecewiseUpdate>your_boolean_0</obh:piecewiseUpdate>
</obh:identifiableSimpleContentUpdater>

JSON Example

(show inherited members)

{
    "beeType":"identifiableSimpleContentUpdater",
        "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 },
        "piecewiseUpdate":your_{http://www.oracle.com/beehive}piecewiseUpdate_as_boolean0
}

XML Schema


<xs:complexType final="extension restriction" name="identifiableSimpleContentUpdater">
    <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:element minOccurs="0" name="piecewiseUpdate" type="xs:boolean"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to identifiableSimpleContentUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions