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

Contents

Overview

This class wraps a list and is useful while dealing with multi-dimensional lists.

Members

Name Type Description

elements

anyType[]

The wrapped list.

Hierarchy

Inherited By

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:list xsi:type="obh:list" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:elements>your_anyType_0</obh:elements>
        <obh:elements>your_anyType_1</obh:elements>
        <obh:elements>your_anyType_2</obh:elements>
</obh:list>

JSON Example

(show inherited members)

{
    "beeType":"list",
        "elements":[
            "your_{http://www.oracle.com/beehive}elements_as_anyType0",
            "your_{http://www.oracle.com/beehive}elements_as_anyType1",
            "your_{http://www.oracle.com/beehive}elements_as_anyType2"
        ]
}

XML Schema


<xs:complexType name="list">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="elements" type="xs:anyType"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to list

Referenced By Resources

Usage Resource Method
Response AddressBook Copy Batch
Response AddressBook Move Batch to Trash
Response AddressBook Read Batch
Response Announcement Read Batch
Response Assigned Role Read Batch
Response Bond Read Batch
Response BookableResource Read Batch
Response Calendar Read Batch
Response Category Read Batch
Response CategoryTemplate Read Batch
Response Conference Read Batch
Response Current User Utilities Read Presence Activities
Response DiscussThisForum Read Batch
Response DiscussionsDraft Read Batch
Response DiscussionsMessage Read Batch
Response Document Copy Batch
Response Document Move Batch
Response Document Move Batch to Trash
Response Document Read Batch
Response EmailMessage Move Batch to Trash
Response EmailMessage Read Batch
Response Enterprise Read Batch
Response Expertise Management Batch Update Expertise Terms
Response Expertise Management Build Topics
Response Expertise Management List Persons
Response Expertise Management Search Profiles
Response ExpertiseConnection Read Batch
Response ExpertiseConnection Update Batch
Response ExpertiseUserScope Read Batch
Response ExternalArtifact Read Batch
Response Fax Message Read Batch
Response Forum Read Batch
Response Global Directory Search
Response Group Read Batch
Response GroupContact Copy Batch
Response GroupContact Move Batch to Trash
Response GroupContact Read Batch
Response Heterogeneous Folder Move Batch to Trash
Response Heterogeneous Folder Read Batch
Response Label Read Batch
Response LabelBundle Read Batch
Response Link Read Batch
Response Meeting Read Batch
Response MeetingSeries Read Batch
Response Organization Read Batch
Response Organization User Read Batch
Response PersonContact Copy Batch
Response PersonContact Move Batch to Trash
Response PersonContact Read Batch
Response PersonalWorkspace Read Batch
Response Preference Profile Read Batch
Response Preference Set Read Batch
Response Presence Read Batch
Response Principal Read Batch
Response Principal Resolve
Response RelationshipConnection Read Batch
Response RelationshipConnection Update Batch
Response Reminder Read Batch
Response ReminderList Read Batch
Response RemoteDocument Read Batch
Response RemoteFolder Read Batch
Response ResourceContact Move Batch to Trash
Response ResourceContact Read Batch
Response Role Definition Read Batch
Response Sensitivity Read Batch
Response Session Utilities Pending Event Notifications
Response Task Read Batch
Response TaskList Read Batch
Response TeamWorkspace Read Batch
Response TeamWorkspaceTemplate Read Batch
Response Topic Read Batch
Response TrashItem Read Batch
Response Version Read Batch
Response Voice Message Read Batch
Response Wiki Page Read Batch

Referenced By Representaions