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

Contents

Overview

Enumerations of transparency.

Enumeration Members

Name Description

OPAQUE

Transparency is opaque.

TRANSPARENT

Transparency is transparent.

TENTATIVE

Transparency is tentative.

OUT_OF_OFFICE

Transparency is out of office.

DEFAULT_TRANSPARENCY

Transparency is default transparency.

XML Schema


<xs:simpleType name="transparency">
    <xs:restriction base="xs:string">
        <xs:enumeration value="OPAQUE"/>
        <xs:enumeration value="TRANSPARENT"/>
        <xs:enumeration value="TENTATIVE"/>
        <xs:enumeration value="OUT_OF_OFFICE"/>
        <xs:enumeration value="DEFAULT_TRANSPARENCY"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to transparency

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions