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

Contents

Overview

Represents the binding value defined in subscription condition.

Members

Name Type Description

binding

string

Set condition binding of the Subscription Condition

eventName

string

Set the name of the event that Subscription Condition is listening to

statement

string

Set condition statement of the Subscription Condition

Hierarchy

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:subscriptionConditionBinding xsi:type="obh:subscriptionConditionBinding" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:binding>your_string_0</obh:binding>
        <obh:eventName>your_string_0</obh:eventName>
        <obh:statement>your_string_0</obh:statement>
</obh:subscriptionConditionBinding>

JSON Example

(show inherited members)

{
    "beeType":"subscriptionConditionBinding",
        "binding":"your_{http://www.oracle.com/beehive}binding_as_string0",
        "eventName":"your_{http://www.oracle.com/beehive}eventName_as_string0",
        "statement":"your_{http://www.oracle.com/beehive}statement_as_string0"
}

XML Schema


<xs:complexType name="subscriptionConditionBinding">
    <xs:sequence>
        <xs:element minOccurs="0" name="binding" type="xs:string"/>
        <xs:element minOccurs="0" name="eventName" type="xs:string"/>
        <xs:element minOccurs="0" name="statement" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to subscriptionConditionBinding

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions