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

Contents

Overview

Creator of SubscriptionList.

Members

Name Type Description

actorHandle

beeId<actor>

Set handle of the actor

description

string

Set description

workspaceHandle

beeId<workspace>

Set handle of the Workspace that SubscriptionList is contained in

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:subscriptionListCreator xsi:type="obh:subscriptionListCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:actorHandle>your_beeId_0</obh:actorHandle>
        <obh:description>your_string_0</obh:description>
        <obh:workspaceHandle>your_beeId_0</obh:workspaceHandle>
</obh:subscriptionListCreator>

JSON Example

(show inherited members)

{
    "beeType":"subscriptionListCreator",
        "actorHandle":{ your_{http://www.oracle.com/beehive}actorHandle_as_beeId0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "workspaceHandle":{ your_{http://www.oracle.com/beehive}workspaceHandle_as_beeId0 }
}

XML Schema


<xs:complexType name="subscriptionListCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="actorHandle" type="tns:beeId"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" name="workspaceHandle" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to subscriptionListCreator

Referenced By Resources

Usage Resource Method
Request SubscriptionList Create

Referenced By Representaions

Not Referenced Directly by Representations