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

Contents

Overview

Participation status of a todo participant.

Enumeration Members

Name Description

NEEDS_ACTION

ACCEPTED

DECLINED

COMPLETED

IN_PROCESS

WAITING_ON_OTHER

TENTATIVE

DEFERRED

XML Schema


<xs:simpleType name="todoParticipantStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="NEEDS_ACTION"/>
        <xs:enumeration value="ACCEPTED"/>
        <xs:enumeration value="DECLINED"/>
        <xs:enumeration value="COMPLETED"/>
        <xs:enumeration value="IN_PROCESS"/>
        <xs:enumeration value="WAITING_ON_OTHER"/>
        <xs:enumeration value="TENTATIVE"/>
        <xs:enumeration value="DEFERRED"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to todoParticipantStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions