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

Contents

Overview

Represents a descriptor of creation intentions for a content.

Members

Name Type Description

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

contentUpdater 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="contentUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="contentDisposition" type="tns:contentDispositionType"/>
                <xs:element minOccurs="0" name="contentId" type="xs:string"/>
                <xs:element minOccurs="0" name="mediaType" type="xs:string"/>
                <xs:element minOccurs="0" name="mimeHeaders" type="tns:mimeHeadersWrapper"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to contentUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions