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

Contents

Overview

Enumeration for all the types of Journal entries.

Enumeration Members

Name Description

CONVERSATION

DOCUMENT

EMAILMESSAGE

FAX

LETTER

MEETING

MEETINGCANCELLATION

MEETINGREQUEST

MEETINGRESPONSE

SPREADSHEET

PRESENTATION

WORDPROCESSING

NOTE

PHONECALL

REMOTESESSION

TASK

TASKREQUEST

TASKRESPONSE

XML Schema


<xs:simpleType name="journalEntryType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="CONVERSATION"/>
        <xs:enumeration value="DOCUMENT"/>
        <xs:enumeration value="EMAILMESSAGE"/>
        <xs:enumeration value="FAX"/>
        <xs:enumeration value="LETTER"/>
        <xs:enumeration value="MEETING"/>
        <xs:enumeration value="MEETINGCANCELLATION"/>
        <xs:enumeration value="MEETINGREQUEST"/>
        <xs:enumeration value="MEETINGRESPONSE"/>
        <xs:enumeration value="SPREADSHEET"/>
        <xs:enumeration value="PRESENTATION"/>
        <xs:enumeration value="WORDPROCESSING"/>
        <xs:enumeration value="NOTE"/>
        <xs:enumeration value="PHONECALL"/>
        <xs:enumeration value="REMOTESESSION"/>
        <xs:enumeration value="TASK"/>
        <xs:enumeration value="TASKREQUEST"/>
        <xs:enumeration value="TASKRESPONSE"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to journalEntryType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions