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

Contents

Overview

Enumeration specifying the possible types of locks that can be acquired on an artifact.

Enumeration Members

Name Description

USER_REQUEST

WORKFLOW

VERSION

DAV

ALL

XML Schema


<xs:simpleType name="lockType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="USER_REQUEST"/>
        <xs:enumeration value="WORKFLOW"/>
        <xs:enumeration value="VERSION"/>
        <xs:enumeration value="DAV"/>
        <xs:enumeration value="ALL"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to lockType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions