A script enabled browser is required for this page to function properly
 
         
         
          
          Oracle® Beehive RESTful Web Services API Reference   
          Release 2 (2.0.1.7)
   
          E16658-04  
          
         
        
         
        
        
        
        Overview 
        
            Specifies new values for updating an Actor.
        
        Members 
         Show inherited 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 
        
        
        
        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 
        
        Referenced By Representaions 
        
          
        Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
          
        Legal Notices