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

Contents

Overview

Represent a ReminderCondition. These conditions are used to fulfill the requirement that reminders be delivered when not all participants have accepted, or when not all required participant have accepted.

Enumeration Members

Name Description

NOTALLPARTICIPANTSACCEPTED

NOTALLREQUIREDPARTICIPANTSACCEPTED

XML Schema


<xs:simpleType name="reminderCondition">
    <xs:restriction base="xs:string">
        <xs:enumeration value="NOTALLPARTICIPANTSACCEPTED"/>
        <xs:enumeration value="NOTALLREQUIREDPARTICIPANTSACCEPTED"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to reminderCondition

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions