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

Contents

Overview

Represents the definition of subscription action.

Members

Name Type Description

attributes

attributeDefinition[]

Set AttributeDefinitions of SubscriptionActionDefinition

bindings

subscriptionActionBinding[]

Set internal bindings of SubscriptionActionDefinition

collabId

beeId

Set collab id of SubscriptionActionDefinition

description

string

Set Description of SubscriptionActionDefinition

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:subscriptionActionDefinition xsi:type="obh:subscriptionActionDefinition" 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_subscriptionActionBinding_0</obh:bindings>
        <obh:bindings>your_subscriptionActionBinding_1</obh:bindings>
        <obh:bindings>your_subscriptionActionBinding_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:subscriptionActionDefinition>

JSON Example

(show inherited members)

{
    "beeType":"subscriptionActionDefinition",
        "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_subscriptionActionBinding0 },
            { your_{http://www.oracle.com/beehive}bindings_as_subscriptionActionBinding1 },
            { your_{http://www.oracle.com/beehive}bindings_as_subscriptionActionBinding2 }
        ],
        "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="subscriptionActionDefinition">
    <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:subscriptionActionBinding"/>
        <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 subscriptionActionDefinition

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions