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

Contents

Overview

This type describes the mutual presence subscription state of the current user with a presentity.

Members

Name Type Description

presentity

beeId<Watchable>

The id of the entity whose presence is subscribed to.

state

mutualSubscriptionState

The subscription relationship between the current user and the presentity.

Hierarchy

Inherited By

Examples

Below are examples in JSON and 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:rosterEntry xsi:type="obh:rosterEntry" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:presentity>your_beeId_0</obh:presentity>
        <obh:state>your_mutualSubscriptionState_0</obh:state>
</obh:rosterEntry>

JSON Example

(show inherited members)

{
    "beeType":"rosterEntry",
        "presentity":{ your_{http://www.oracle.com/beehive}presentity_as_beeId0 },
        "state":{ your_{http://www.oracle.com/beehive}state_as_mutualSubscriptionState0 }
}

XML Schema


<xs:complexType name="rosterEntry">
    <xs:sequence>
        <xs:element minOccurs="0" name="presentity" type="tns:beeId"/>
        <xs:element minOccurs="0" name="state" type="tns:mutualSubscriptionState"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to rosterEntry

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions