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

Contents

Overview

Base updater for simple cntents.

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

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

simpleContentBaseUpdater is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Inherited By

XML Schema


<xs:complexType abstract="true" name="simpleContentBaseUpdater">
    <xs:complexContent>
        <xs:extension base="tns:contentUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="characterEncoding" type="xs:string"/>
                <xs:element minOccurs="0" name="contentEncoding" type="tns:contentEncodingType"/>
                <xs:element minOccurs="0" name="contentLanguage" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to simpleContentBaseUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations