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

Contents

Overview

This enumeration specifies the possible versioning models that a Beehive container may follow.

Enumeration Members

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.

XML Schema


<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>

        

References

The following data represents the references to versionControlModel

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions