![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
name |
The name of this PersonalWorkspace | |
owner |
The user that owns this PersonalWorkspace. | |
parent |
A handle to the Community that contains this PersonalWorkspace | |
templateInstantiator |
A WorkspaceTemplateInstantiator that specifies the Template used to create this PersonalWorkspace. | |
updater |
An Updater used for updating the fields of this PersonalWorkspace that aren't specifie with this Creator. |
Inherits From
<xs:complexType name="personalWorkspaceCreator">
<xs:complexContent>
<xs:extension base="tns:entityCreator">
<xs:sequence>
<xs:element minOccurs="0" name="name" type="xs:string"/>
<xs:element minOccurs="0" name="owner" type="tns:beeId"/>
<xs:element minOccurs="0" name="parent" type="tns:beeId"/>
<xs:element minOccurs="0" name="templateInstantiator" type="tns:personalWorkspaceTemplateInstantiator"/>
<xs:element minOccurs="0" name="updater" type="tns:personalWorkspaceUpdater"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices