![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Description |
|---|---|
DISABLED |
Disabled specifies that no entities in the container may be placed under version control. |
AUTO |
Auto specifies that versionable entities in the container will have new versions created automatically when a change is applied. |
MANUAL |
Manual specifies that versionable entities in the container may be checked out and checked in when modifications need to be made. |
<xs:simpleType name="versionControlModel">
<xs:restriction base="xs:string">
<xs:enumeration value="DISABLED"/>
<xs:enumeration value="AUTO"/>
<xs:enumeration value="MANUAL"/>
</xs:restriction>
</xs:simpleType>

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