![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Required | Description |
|---|---|---|---|
conferenceType |
![]() |
Returns the type of the conference artifact, which reflects its common use (like instant conference, scheduled conference via calendar, chat room and etc.). | |
creatorName |
![]() |
Get creator name. | |
description |
![]() |
Get conference description. | |
endTime |
![]() |
Get conference end time. | |
guestRoleCount |
![]() |
Get conference guest role count. | |
hostNames |
string[] |
![]() |
Returns conference host names. Returned array contains one entry for each conference host
in a form of |
isHost |
![]() |
Returns true if current user is a host of this conference or false otherwise. | |
isInvited |
![]() |
Returns true if current user is explicitly or implicitly (via group) is invited into the conference. | |
isPublic |
![]() |
Returns boolean flag indicating whether this conference artifact is public or not. | |
keyProtectedRoleCount |
![]() |
Get key protected role count. | |
runningSession |
![]() |
Get running conference session or null if there are no running session. Loaded by RUNNING_SESSION projection. | |
settings |
![]() |
Get read-only interface to conference settings. Loaded by SETTINGS projection. | |
startTime |
![]() |
Get conference start time. | |
state |
![]() |
Get current conference state. Initially conference is created in a ConferenceNotStarted state. The conference becomes started when a conference participant, who has a right to start the conference, is requesting the conference address for the first time. Loaded by BASIC projection. | |
visibility |
![]() |
Get the visibility status of the artifact. |
Inherits From
Applied Markers
<xs:complexType name="conference">
<xs:complexContent>
<xs:extension base="tns:artifact">
<xs:sequence>
<xs:element minOccurs="0" name="conferenceType" type="tns:conferenceType"/>
<xs:element minOccurs="0" name="creatorName" type="xs:string"/>
<xs:element minOccurs="0" name="description" type="xs:string"/>
<xs:element minOccurs="0" name="endTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="guestRoleCount" type="xs:int"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="hostNames" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="isHost" type="xs:boolean"/>
<xs:element minOccurs="0" name="isInvited" type="xs:boolean"/>
<xs:element minOccurs="0" name="isPublic" type="xs:boolean"/>
<xs:element minOccurs="0" name="keyProtectedRoleCount" type="xs:int"/>
<xs:element minOccurs="0" name="runningSession" type="tns:conferenceSession"/>
<xs:element minOccurs="0" name="settings" type="tns:conferenceSettings"/>
<xs:element minOccurs="0" name="startTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="state" type="tns:conferenceState"/>
<xs:element minOccurs="0" name="visibility" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Response | Conference | Copy |
| Response | Conference | Create |
| Response | Conference | List |
| Response | Conference | Read |
| Response | Conference | Read Batch |
| Request | Conference | Read Batch |
| Response | Conference | Update |

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices