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

Contents

Overview

Resource BulkOperationType defines the set of bulk-operation types used by Recent Activity Framework. In 1.6 only APPLY_TAGS are supported.

Enumeration Members

Name Description

COPY_ENTITIES

Copy multiple entities such as Documents or Heterogeneous Folders. This is NOT supported in 1.6.

MOVE_ENTITIES

Move multiple entities such as Documents or Heterogeneous Folders. This is NOT supported in 1.6.

DELETE_ENTITIES

Delete multiple entities such as Documents or Heterogeneous Folders. This is NOT supported in 1.6.

UNDELETE_ENTITIES

Undelete multiple entities such as Documents or Heterogeneous Folders. This is NOT supported in 1.6.

BOND_ENTITIES

Create/Delete bonds among multiple entities. This is NOT supported in 1.6.

TAG_ENTITIES

Apply/Un-apply a tag to multiple entities. This is NOT supported in 1.6.

APPLY_TAGS

Apply/Un-apply multiple tags to an entity. Supported in 1.6.

WORKSPACE_CREATION

Create workspace (from template). Support in 1.6 is TBD.

NON_BULK

Default non-bulk operation.

XML Schema


<xs:simpleType name="bulkOperationType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="COPY_ENTITIES"/>
        <xs:enumeration value="MOVE_ENTITIES"/>
        <xs:enumeration value="DELETE_ENTITIES"/>
        <xs:enumeration value="UNDELETE_ENTITIES"/>
        <xs:enumeration value="BOND_ENTITIES"/>
        <xs:enumeration value="TAG_ENTITIES"/>
        <xs:enumeration value="APPLY_TAGS"/>
        <xs:enumeration value="WORKSPACE_CREATION"/>
        <xs:enumeration value="NON_BULK"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to bulkOperationType

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions