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

Contents

Overview

Specifies whether updates to Versionable entities should apply to the working copy or to the family.

Enumeration Members

Name Description

UPDATE_FAMILY

Specifies that the attributes of an update should apply to the family of the entity, meaning that the attribute values will not be subject to version control but rather are always in effect for the entity.

UPDATE_WORKING_COPY

Specifies that the attributes of an update should apply to the working copy of the entity, meaning that they will only be in effect when the working copy becomes the latest version of the entity.

XML Schema


<xs:simpleType name="versionUpdateMode">
    <xs:restriction base="xs:string">
        <xs:enumeration value="UPDATE_FAMILY"/>
        <xs:enumeration value="UPDATE_WORKING_COPY"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to versionUpdateMode

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions