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

Contents

Overview

Enumeration for all Enrollment types.

When the EnrollmentType attribute is set to public the invited enrollees are added as participants of the occurrence. When the Enrollment- Type attribute is set to private, the system will only add invitation artifacts to the participant calendars.

Enumeration Members

Name Description

PUBLIC

The EnrollmentType is public.

PRIVATE

The EnrollmentType is private.

XML Schema


<xs:simpleType name="enrollmentType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="PUBLIC"/>
        <xs:enumeration value="PRIVATE"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to enrollmentType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions