Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Specifies new values for updating an Actor.

Members

Name Type Description

addresses

addressesListUpdater

Addresses of the accessor.

memberships

communityListUpdater

Memberships of the accessor.

name

string

Get the Name of the Entity

preferenceProfiles

preferenceProfilesListUpdater

Preference profiles of the accessor.

primaryAddress

entityAddress

Primary address of the accessor.

propertiesUpdater

collabPropertiesUpdater

CollabPropertiesUpdater which can be used to add or remove CollabProperties for this accessor.

Note: Accessor property values, regardless of their type, are limited to a maximum length of 4000 bytes (or 1000 multi-byte characters depending on the encoding).

status

provisioningStatus

Status of actor.

Hierarchy

actorUpdater is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Inherited By

XML Schema


<xs:complexType abstract="true" name="actorUpdater">
    <xs:complexContent>
        <xs:extension base="tns:accessorUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="status" type="tns:provisioningStatus"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to actorUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations