![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
The Sort ordering of a TodoStatus is
| Name | Description |
|---|---|
NEEDS_ACTION |
|
IN_PROCESS |
|
COMPLETED |
|
CANCELLED |
<xs:simpleType name="todoStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="NEEDS_ACTION"/>
<xs:enumeration value="IN_PROCESS"/>
<xs:enumeration value="COMPLETED"/>
<xs:enumeration value="CANCELLED"/>
</xs:restriction>
</xs:simpleType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices