Overview

Represents an activity that a presentity is doing. An activity can be derived from any calendar information, free busy intervals, and real-time status of user sessions for conference, voice, etc. The viewer can judge from the activity when and how is appropriate to communicate with the presentity.

Members

Name Type Required Description

collabId

beeId

end

long

Returns the time at which the activity ends

handle

beeId<activity>

note

note

Returns any note that is attached to this Activity.

reference

beeId<entity>

Returns a handle to another Entity which may give more context to the activity, such as a Calendar occurence.

start

long

Returns the timestamp at which the activity has started or is scheduled to start.

type

activityType

Returns the type of this Activity

Hierarchy

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:activity xsi:type="obh:activity" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <collabId>your_beeId_0</collabId>
        <end>your_long_0</end>
        <handle>your_beeId_0</handle>
        <note>your_note_0</note>
        <reference>your_beeId_0</reference>
        <start>your_long_0</start>
        <type>your_activityType_0</type>
</obh:activity>

Referenced By Representaions