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

Contents

Overview

Members

Name Type Required Description

countLimitExceeded

boolean

elements

anyType[]

The wrapped list.

Hierarchy

Inherits From

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

JSON Example

(show inherited members)

{
    "beeType":"listResult",
        "countLimitExceeded":your_{http://www.oracle.com/beehive}countLimitExceeded_as_boolean0,
        "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="listResult">
    <xs:complexContent>
        <xs:extension base="tns:list">
            <xs:sequence>
                <xs:element name="countLimitExceeded" type="xs:boolean"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to listResult

Referenced By Resources

Usage Resource Method
Response AddressBook Apply Label Batch
Response Announcement Apply Label Batch
Response Announcement List
Response Announcement List Activity Stream
Response Assigned Role Apply Label Batch
Response Assigned Role List
Response BookableResource Apply Label Batch
Response Category Apply Label Batch
Response Category List
Response CategoryTemplate Apply Label Batch
Response Conference Apply Label Batch
Response Conference List
Response Current User Utilities List Activity Stream
Response Current User Utilities List All Connection Requests
Response Current User Utilities List Expertise Exemplar Terms
Response Current User Utilities List Expertise Relationship Targets
Response Current User Utilities List Expertise Terms
Response Current User Utilities List Posts
Response Current User Utilities List Received Connection Requests
Response Current User Utilities List Sent Connection Requests
Response Current User Utilities List Workspaces Activity Stream
Response DiscussThisForum Apply Label Batch
Response DiscussionsDraft Apply Label Batch
Response DiscussionsDraft List
Response DiscussionsMessage Apply Label Batch
Response DiscussionsMessage List
Response DiscussionsMessage List Activity Stream
Response Document Apply Label Batch
Response Document List
Response Document List Activity Stream
Response DynamicGroup Apply Label Batch
Response EmailMessage Apply Label Batch
Response EmailMessage List
Response Enterprise Apply Label Batch
Response Enterprise List
Response Expertise Management List Companies
Response ExpertiseConnection Apply Label Batch
Response ExpertiseUserScope Apply Label Batch
Response ExpertiseUserScope List
Response External Person List
Response ExternalArtifact Apply Label Batch
Response Fax Message Apply Label Batch
Response Fax Message List
Response Forum Apply Label Batch
Response Forum List
Response Forum List Activity Stream
Response Forum List Subforums
Response Group Apply Label Batch
Response Group List
Response GroupContact Apply Label Batch
Response GroupContact List
Response Heterogeneous Folder Apply Label Batch
Response Heterogeneous Folder List
Response Heterogeneous Folder List Activity Stream
Response Heterogeneous Folder List Subfolders
Response Label List
Response Label List Applications of Label
Response Label List Labeled Entities
Response LabelBundle Apply Label Batch
Response Link Apply Label Batch
Response Lock Apply Label Batch
Response Meeting List Meetings In Range
Response Organization Apply Label Batch
Response Organization List
Response Organization User List
Response Organization User List Activity Stream
Response Organization User List Expertise Public Terms
Response PersonContact Apply Label Batch
Response PersonContact List
Response PersonalWorkspace Apply Label Batch
Response PersonalWorkspace List Activity Stream
Response PersonalWorkspace List Subfolders
Response RelationshipConnection Apply Label Batch
Response Reminder Apply Label Batch
Response ReminderList Apply Label Batch
Response RemoteDocument Apply Label Batch
Response RemoteFolder Apply Label Batch
Response RemoteRepository Apply Label Batch
Response RemoteShare Apply Label Batch
Response ResourceContact Apply Label Batch
Response Role Definition Apply Label Batch
Response Role Definition List
Response Sensitivity Apply Label Batch
Response Sensitivity List
Response Subscription Apply Label Batch
Response Subscription List
Response SubscriptionList Apply Label Batch
Response Task List Tasks In Range
Response TeamWorkspace Apply Label Batch
Response TeamWorkspace List
Response TeamWorkspace List Activity Stream
Response TeamWorkspace List Directory Workspaces
Response TeamWorkspace List Subfolders
Response TeamWorkspaceTemplate List
Response Topic Apply Label Batch
Response Topic List
Response Topic List Activity Stream
Response Trash Apply Label Batch
Response Trash List Subfolders
Response TrashItem Apply Label Batch
Response TrashItem List
Response Version Apply Label Batch
Response Version List
Response Voice Message Apply Label Batch
Response Voice Message List
Response Wiki Page Apply Label Batch
Response Wiki Page List
Response Wiki Page List Activity Stream
Response Wiki Page List Orphan WikiPages
Response Wiki Page List Wanted WikiPages

Referenced By Representaions