![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Name | Type | Description |
---|---|---|
operation |
The Operation this WorkspaceParticipantUpdater will perform on the WorkspaceParticipant | |
participant |
The Participant that will be modified by this WorkspaceParticipantUpdater. | |
propertiesUpdater |
The updater used to modify the CollabProperties for this Participant. | |
roles |
The Roles for this Participant. If an AssignedRole already exists in this TeamWorkspace for the specified RoleDefinition, this Participant will be added as an Accessor to the corresponding AssignedRole. Once this method is called, this Participant will only have the specified role(s). If an empty set is specified, no Role will be assigned. |
<xs:complexType name="workspaceParticipantUpdater"> <xs:sequence> <xs:element minOccurs="0" name="operation" type="tns:workspaceParticipantUpdaterOperation"/> <xs:element minOccurs="0" name="participant" type="tns:beeId"/> <xs:element minOccurs="0" name="propertiesUpdater" type="tns:collabPropertiesUpdater"/> <xs:element maxOccurs="unbounded" minOccurs="0" name="roles" nillable="true" type="tns:beeId"/> </xs:sequence> </xs:complexType>
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices