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

Contents

Overview

Type of filter to be applied.

Enumeration Members

Name Description

HOST

Conferences in which accessor is in the host role. Use the following parameters from the filter:

  • accessor
  • email (used only when accessor is not set)

PUBLIC

Conferences marked as public.

RUNNING

Conferences in the running state: - public - user is explicitly invited to (possibly as group member)

GUEST_ROLE_KEYWORDS

Guest role keywords. Use the following parameters from the filter:

  • RoleKeyword

INVITED

Conferences to which the user is explicitly invited.

XML Schema


<xs:simpleType name="listType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="HOST"/>
        <xs:enumeration value="PUBLIC"/>
        <xs:enumeration value="RUNNING"/>
        <xs:enumeration value="GUEST_ROLE_KEYWORDS"/>
        <xs:enumeration value="INVITED"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to listType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions