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

Contents

Overview

Predicate matching message flags

Members

Name Type Required Description

flags

messageFlag[]

The flags to match

on

boolean

True if trying find messages with flags 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:messageFlagPredicate xsi:type="obh:messageFlagPredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:flags>your_messageFlag_0</obh:flags>
        <obh:flags>your_messageFlag_1</obh:flags>
        <obh:flags>your_messageFlag_2</obh:flags>
        <obh:on>your_boolean_0</obh:on>
</obh:messageFlagPredicate>

JSON Example

(show inherited members)

{
    "beeType":"messageFlagPredicate",
        "flags":[
            { your_{http://www.oracle.com/beehive}flags_as_messageFlag0 },
            { your_{http://www.oracle.com/beehive}flags_as_messageFlag1 },
            { your_{http://www.oracle.com/beehive}flags_as_messageFlag2 }
        ],
        "on":your_{http://www.oracle.com/beehive}on_as_boolean0
}

XML Schema


<xs:complexType name="messageFlagPredicate">
    <xs:complexContent>
        <xs:extension base="tns:predicate">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="flags" nillable="true" type="tns:messageFlag"/>
                <xs:element name="on" type="xs:boolean"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to messageFlagPredicate

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations