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

Contents

Overview

Condition with a list of users specified as the condition checking criteria.

It represents the condition is created to monitor on certain users for checking whether the users are manipulating (creating, updating, or deleting) on the attached document or the documents under the attached container.

Members

Name Type Description

users

beeId<user>[]

List of user handles the condition is checking on.

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:documentByUsersSubscriptionCondition xsi:type="obh:documentByUsersSubscriptionCondition" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:users>your_beeId_0</obh:users>
        <obh:users>your_beeId_1</obh:users>
        <obh:users>your_beeId_2</obh:users>
</obh:documentByUsersSubscriptionCondition>

JSON Example

(show inherited members)

{
    "beeType":"documentByUsersSubscriptionCondition",
        "users":[
            { your_{http://www.oracle.com/beehive}users_as_beeId0 },
            { your_{http://www.oracle.com/beehive}users_as_beeId1 },
            { your_{http://www.oracle.com/beehive}users_as_beeId2 }
        ]
}

XML Schema


<xs:complexType name="documentByUsersSubscriptionCondition">
    <xs:complexContent>
        <xs:extension base="tns:documentSubscriptionCondition">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="users" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to documentByUsersSubscriptionCondition

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations