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

Contents

Overview

Role of a participant. The different ways an actor can participate are represented by an enumeration.

Enumeration Members

Name Description

REQUIRED_PARTICIPANT

Indicates a participant whose participation is required.

OPTIONAL_PARTICIPANT

Indicates a participant whose participation is optional.

CHAIR

Indicates the participant who is a chair.

NON_PARTICIPANT

XML Schema


<xs:simpleType name="participantRole">
    <xs:restriction base="xs:string">
        <xs:enumeration value="REQUIRED_PARTICIPANT"/>
        <xs:enumeration value="OPTIONAL_PARTICIPANT"/>
        <xs:enumeration value="CHAIR"/>
        <xs:enumeration value="NON_PARTICIPANT"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to participantRole

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions