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

Contents

Overview

Read-only interface to conference session.
Conference session can be either running or ended with one of the following statuses:

Session contains a transcript and a log. Both are available once a session is ended.

Members

Name Type Required Description

collabId

beeId

Retunrs CollabId assigned to this session object.

endStatus

conferenceSessionEndStatus

Get Session end status

endTime

dateTime

Get Session end time

running

boolean

Check if session is running

serverAddress

string

Returns address of the server handling this session (if it's currently running).

startTime

dateTime

Get Session start time

Hierarchy

Applied Markers

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:conferenceSession xsi:type="obh:conferenceSession" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:collabId>your_beeId_0</obh:collabId>
        <obh:endStatus>your_conferenceSessionEndStatus_0</obh:endStatus>
        <obh:endTime>your_dateTime_0</obh:endTime>
        <obh:running>your_boolean_0</obh:running>
        <obh:serverAddress>your_string_0</obh:serverAddress>
        <obh:startTime>your_dateTime_0</obh:startTime>
</obh:conferenceSession>

JSON Example

(show inherited members)

{
    "beeType":"conferenceSession",
        "collabId":{ your_{http://www.oracle.com/beehive}collabId_as_beeId0 },
        "endStatus":{ your_{http://www.oracle.com/beehive}endStatus_as_conferenceSessionEndStatus0 },
        "endTime":"your_{http://www.oracle.com/beehive}endTime_as_dateTime0",
        "running":your_{http://www.oracle.com/beehive}running_as_boolean0,
        "serverAddress":"your_{http://www.oracle.com/beehive}serverAddress_as_string0",
        "startTime":"your_{http://www.oracle.com/beehive}startTime_as_dateTime0"
}

XML Schema


<xs:complexType name="conferenceSession">
    <xs:sequence>
        <xs:element minOccurs="0" name="collabId" type="tns:beeId"/>
        <xs:element minOccurs="0" name="endStatus" type="tns:conferenceSessionEndStatus"/>
        <xs:element minOccurs="0" name="endTime" type="xs:dateTime"/>
        <xs:element name="running" type="xs:boolean"/>
        <xs:element minOccurs="0" name="serverAddress" type="xs:string"/>
        <xs:element minOccurs="0" name="startTime" type="xs:dateTime"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to conferenceSession

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions