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

Contents

Overview

Types of contents.

Enumeration Members

Name Description

MULTIPART

This content is a multi-part container for sub contents. Multiparts has its own list of enumerated multipart relationships.

INLINE

This content is a inline generic part with a data source to get the byte stream and simple meta data description about the content.

REFERENCE

This content is a artifact reference to an existing artifact in the system. The content is meant to be a (weak) reference.

MESSAGE

This content is an embedded message content.

XML Schema


<xs:simpleType name="contentType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="MULTIPART"/>
        <xs:enumeration value="INLINE"/>
        <xs:enumeration value="REFERENCE"/>
        <xs:enumeration value="MESSAGE"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to contentType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions