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 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">
        <id>your_string_0</id>
        <type>your_bulkOperationType_0</type>
</obh:bulkContext>

Referenced By Representaions