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

Contents

Overview

Represents the definition of subscription condition.

Members

Name Type Description

attributes

attributeDefinition[]

Set attribute definitions of the SubscriptionConditionDefinition

bindings

subscriptionConditionBinding[]

Set internal bindings of the SubscriptionConditionDefinition

collabId

beeId

Set collab id of the SubscriptionConditionDefinition

description

string

Set description of the SubscriptionConditionDefinition

name

string

Getters

Hierarchy

Applied Markers

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:subscriptionConditionDefinition xsi:type="obh:subscriptionConditionDefinition" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:attributes>your_attributeDefinition_0</obh:attributes>
        <obh:attributes>your_attributeDefinition_1</obh:attributes>
        <obh:attributes>your_attributeDefinition_2</obh:attributes>
        <obh:bindings>your_subscriptionConditionBinding_0</obh:bindings>
        <obh:bindings>your_subscriptionConditionBinding_1</obh:bindings>
        <obh:bindings>your_subscriptionConditionBinding_2</obh:bindings>
        <obh:collabId>your_beeId_0</obh:collabId>
        <obh:description>your_string_0</obh:description>
        <obh:name>your_string_0</obh:name>
</obh:subscriptionConditionDefinition>

JSON Example

(show inherited members)

{
    "beeType":"subscriptionConditionDefinition",
        "attributes":[
            { your_{http://www.oracle.com/beehive}attributes_as_attributeDefinition0 },
            { your_{http://www.oracle.com/beehive}attributes_as_attributeDefinition1 },
            { your_{http://www.oracle.com/beehive}attributes_as_attributeDefinition2 }
        ],
        "bindings":[
            { your_{http://www.oracle.com/beehive}bindings_as_subscriptionConditionBinding0 },
            { your_{http://www.oracle.com/beehive}bindings_as_subscriptionConditionBinding1 },
            { your_{http://www.oracle.com/beehive}bindings_as_subscriptionConditionBinding2 }
        ],
        "collabId":{ your_{http://www.oracle.com/beehive}collabId_as_beeId0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0"
}

XML Schema


<xs:complexType name="subscriptionConditionDefinition">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="attributes" nillable="true" type="tns:attributeDefinition"/>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="bindings"
            nillable="true" type="tns:subscriptionConditionBinding"/>
        <xs:element minOccurs="0" name="collabId" type="tns:beeId"/>
        <xs:element minOccurs="0" name="description" type="xs:string"/>
        <xs:element minOccurs="0" name="name" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to subscriptionConditionDefinition

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions