Overview

Resource PersonalWorkspaceCreator is used to specify the values for various fields upon the creation of a PersonalWorkspace.

Members

Show inherited members

Name Type Description

name

string

The name of this PersonalWorkspace

owner

beeId<actor>

The user that owns this PersonalWorkspace.

parent

beeId<community>

A handle to the Community that contains this PersonalWorkspace

templateInstantiator

personalWorkspaceTemplateInstantiator

A WorkspaceTemplateInstantiator that specifies the Template used to create this PersonalWorkspace.

updater

personalWorkspaceUpdater

An Updater used for updating the fields of this PersonalWorkspace that aren't specifie with this Creator.

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:personalWorkspaceCreator xsi:type="obh:personalWorkspaceCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <name>your_string_0</name>
        <owner>your_beeId_0</owner>
        <parent>your_beeId_0</parent>
        <templateInstantiator>your_personalWorkspaceTemplateInstantiator_0</templateInstantiator>
        <updater>your_personalWorkspaceUpdater_0</updater>
</obh:personalWorkspaceCreator>

Referenced By Representaions

Not Referenced Directly by Representations