![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Description |
|---|---|---|
address |
An address that will be added to the set of addresses for this addressable entity. This is a convenience method to add a single address. | |
addresses |
Addresses to be added to the workspace | |
addressesToRemove |
The Addresses that this Updater removes. | |
defaultAddressBook |
The default AddressBook for the TeamWorkspace. | |
defaultAddressForScheme |
Default addresses for scheme. | |
defaultAddressForType |
Default addresses for type. | |
defaultAnnouncements |
The default Announcements Forum for the TeamWorkspace. | |
defaultCalendar |
The default Calendar for the TeamWorkspace. | |
defaultDiscussionsForum |
The default discussions Forum for the TeamWorkspace. | |
defaultForScheme |
The default address for scheme | |
defaultForType |
The default address for type | |
defaultRoleDefinition |
The default RoleDefinition. By default, the default RoleDefinition is specified in the Template, and can be changed only by the Workspace administrator. | |
defaultTaskList |
The default TaskList for the TeamWorkspace. | |
directoryListed |
If true the Workspace will be directory listed. This method was added for compatability with systems which permit null values for number/boolean types | |
inbox |
The Inbox for this TeamWorkspace. A user is only allowed to set the Inbox of the TeamWorkspace if it has not yet been set. This Updater cannot be used to switch to a different Inbox. The HeterogeneousFolder specified must be the direct child of this TeamWorkspace and its name must be "INBOX". | |
participants |
An updater that performs an action on the TeamWorkspace's Participants: adding a Participant, removing a Participant, or updating a Participant. | |
participationMode |
The participation mode of this TeamWorkspace, which indicates how new Participants are added. If this is not set, the default value is INVITE_ONLY. | |
primaryAddress |
Primary address for this team workspace. |
Inherits From
<xs:complexType name="teamWorkspaceUpdater">
<xs:complexContent>
<xs:extension base="tns:workspaceUpdater">
<xs:sequence>
<xs:element minOccurs="0" name="address" type="tns:entityAddress"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="addressesToRemove" type="tns:entityAddress"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="addresses" type="tns:entityAddress"/>
<xs:element minOccurs="0" name="defaultAddressBook" type="tns:beeId"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="defaultAddressForScheme" type="tns:entityAddress"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="defaultAddressForType" type="tns:entityAddress"/>
<xs:element minOccurs="0" name="defaultAnnouncements" type="tns:beeId"/>
<xs:element minOccurs="0" name="defaultCalendar" type="tns:beeId"/>
<xs:element minOccurs="0" name="defaultDiscussionsForum" type="tns:beeId"/>
<xs:element minOccurs="0" name="defaultForScheme" type="tns:entityAddress"/>
<xs:element minOccurs="0" name="defaultForType" type="tns:entityAddress"/>
<xs:element minOccurs="0" name="defaultRoleDefinition" type="tns:beeId"/>
<xs:element minOccurs="0" name="defaultTaskList" type="tns:beeId"/>
<xs:element minOccurs="0" name="directoryListed" type="xs:boolean"/>
<xs:element minOccurs="0" name="inbox" type="tns:beeId"/>
<xs:element minOccurs="0" name="participants" type="tns:workspaceParticipantListUpdater"/>
<xs:element minOccurs="0" name="participationMode" type="tns:teamWorkspaceParticipationMode"/>
<xs:element minOccurs="0" name="primaryAddress" type="tns:entityAddress"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Request | TeamWorkspace | Update |

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