Overview

Creator of SubscriptionList.

Members

Show inherited 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 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">
        <actorHandle>your_beeId_0</actorHandle>
        <description>your_string_0</description>
        <workspaceHandle>your_beeId_0</workspaceHandle>
</obh:subscriptionListCreator>

Referenced By Representaions

Not Referenced Directly by Representations