Overview

A simple content type representing attachment or document content.

Members

Show inherited members

Projections
Name Type Required Description

characterEncoding

string

Character set of the content object.

collabId

beeId

Unique identifier for this content object.

contentDisposition

contentDispositionType

Content disposition of this content. The disposition of a content can be INLINE or ATTACHMENT.

contentEncoding

contentEncodingType

Transport encoding used for the content object.

contentId

string

ID of this content. A content component in a multipart/related content group has a unique ID property that can be used to reference the part in an HTML part within the group.

contentLanguage

string

Language used for the content object.

contentStreamId

string

The Id of the stream associated with the content.

mediaType

string

The IANA media type for this content. This is also known as MIME type.

mimeHeaders

mimeHeadersWrapper

The collection of MIME headers associated with this content. Every content object may potentially come from MIME source regardless of its type. Therefore along with content data and attributes there can be arbitrary MIME headers associated with it.

name

rawString

Name of the content object.

size

long

Size in bytes of the content object.

type

contentType

Type of the content. A content can be of type MULTIPART, INLINE, MESSAGE or REFERENCE.

Hierarchy

Inherits From

Examples

Below are examples in 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:identifiableSimpleContent xsi:type="obh:identifiableSimpleContent" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <characterEncoding>your_string_0</characterEncoding>
        <collabId>your_beeId_0</collabId>
        <contentDisposition>your_contentDispositionType_0</contentDisposition>
        <contentEncoding>your_contentEncodingType_0</contentEncoding>
        <contentId>your_string_0</contentId>
        <contentLanguage>your_string_0</contentLanguage>
        <contentStreamId>your_string_0</contentStreamId>
        <mediaType>your_string_0</mediaType>
        <mimeHeaders>your_mimeHeadersWrapper_0</mimeHeaders>
        <name>your_rawString_0</name>
        <size>your_long_0</size>
        <type>your_contentType_0</type>
</obh:identifiableSimpleContent>

Referenced By Representaions

Not Referenced Directly by Representations