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

Contents

Overview

Predicate to match atleast one of the multiple FeedItemPredicates.

Members

Name Type Description

predicates

feedItemPredicate[]

The set of FeedItemPredicates for creating a feed based on the filtered feed items.

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:feedItemMatchAnyPredicate xsi:type="obh:feedItemMatchAnyPredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:predicates>your_feedItemPredicate_0</obh:predicates>
        <obh:predicates>your_feedItemPredicate_1</obh:predicates>
        <obh:predicates>your_feedItemPredicate_2</obh:predicates>
</obh:feedItemMatchAnyPredicate>

JSON Example

(show inherited members)

{
    "beeType":"feedItemMatchAnyPredicate",
        "predicates":[
            { your_{http://www.oracle.com/beehive}predicates_as_feedItemPredicate0 },
            { your_{http://www.oracle.com/beehive}predicates_as_feedItemPredicate1 },
            { your_{http://www.oracle.com/beehive}predicates_as_feedItemPredicate2 }
        ]
}

XML Schema


<xs:complexType name="feedItemMatchAnyPredicate">
    <xs:complexContent>
        <xs:extension base="tns:feedItemPredicate">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="predicates" nillable="true" type="tns:feedItemPredicate"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to feedItemMatchAnyPredicate

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations