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

Contents

Overview

An enumeration that defines the types of activities that may be attached to a Presence object. See RFC 4480.

Enumeration Members

Name Description

ON_THE_PHONE

CONFERENCE

MEETING

TRAVEL

STEERING

MEAL

OUT_OF_OFFICE

HOLIDAY

VACATION

OUT_OF_CONTACT

Although the presentity may have available contact methods, the presentity has an activity that likely prevents him from being contactable

OTHER

XML Schema


<xs:simpleType name="activityType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="ON_THE_PHONE"/>
        <xs:enumeration value="CONFERENCE"/>
        <xs:enumeration value="MEETING"/>
        <xs:enumeration value="TRAVEL"/>
        <xs:enumeration value="STEERING"/>
        <xs:enumeration value="MEAL"/>
        <xs:enumeration value="OUT_OF_OFFICE"/>
        <xs:enumeration value="HOLIDAY"/>
        <xs:enumeration value="VACATION"/>
        <xs:enumeration value="OUT_OF_CONTACT"/>
        <xs:enumeration value="OTHER"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to activityType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions