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

Contents

Overview

Resource BulkContext stores the context for bulk-operations in recent activity framework.

Members

Name Type Description

id

string

Unique Id of the bulk-operation context.

type

bulkOperationType

Bulk-operation type of the context.

Hierarchy

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:bulkContext xsi:type="obh:bulkContext" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:id>your_string_0</obh:id>
        <obh:type>your_bulkOperationType_0</obh:type>
</obh:bulkContext>

JSON Example

(show inherited members)

{
    "beeType":"bulkContext",
        "id":"your_{http://www.oracle.com/beehive}id_as_string0",
        "type":{ your_{http://www.oracle.com/beehive}type_as_bulkOperationType0 }
}

XML Schema


<xs:complexType name="bulkContext">
    <xs:sequence>
        <xs:element minOccurs="0" name="id" type="xs:string"/>
        <xs:element minOccurs="0" name="type" type="tns:bulkOperationType"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to bulkContext

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions