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

Contents

Overview

AccessType Definitions.

These AccessTypes definitions define, globally, the complete set of AccessTypes implemented by the Beehive system.

Enumeration Members

Name Description

READ

Allows a User to view any attributes of the Entity. Allows the Entity to be loaded.

WRITE

Allows a User to update any non-security attributes of the Entity. Allows the Entity to be updated.

DELETE

Allows a User to delete an Entity.

EXECUTE

Allows a User to perform certain actions using the Entity.

For example, used to determine whether a Sensitivity can be assigned to an Entity.

DISCOVER

Allows a User to discover the existence of an Entity.

Used for path related descent through a parent Entity to a child Entity when the client knows the name of a child but does not have READ access to the Folder.

Also used to discover existence information for Calendar events (free/busy lookup).

XML Schema


<xs:simpleType name="accessType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="READ"/>
        <xs:enumeration value="WRITE"/>
        <xs:enumeration value="DELETE"/>
        <xs:enumeration value="EXECUTE"/>
        <xs:enumeration value="DISCOVER"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to accessType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions