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 
        
            Resource EnterpriseUpdater is used to specify the values for various fields when
 updating an Enterprise.
        
        Members 
         Show inherited members
        
            
                
                    Name 
                    Type 
                    Description 
                 
                
                    activePreferenceProfile
 
                    beeId <preferenceProfile >
 
                    Active PreferenceProfile of this scope. 
                 
                
                    description
 
                    string 
 
                    Description of the scope 
                 
                
                    name
 
                    string 
 
                    Get the Name of the Entity 
                 
                
                    propertiesUpdater
 
                    collabPropertiesUpdater 
 
                    CollabPropertiesUpdater which can be used to add or remove
 CollabProperties for this Scope. 
                 
                
                    quotaConfiguration
 
                    communityQuotaConfiguration 
 
                    Community quota configuration, including hard quota for the Community and default
  settings for its sub containers. 
                 
            
         
        Hierarchy 
        
        Examples 
        
            Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.
        
        XML Example 
        (show inherited members) 
        
<obh:enterpriseUpdater xsi:type="obh:enterpriseUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    
        <obh:activePreferenceProfile>your_beeId_0  </obh:activePreferenceProfile> 
     
    
        <obh:description>your_string_0 </obh:description> 
     
    
        <obh:name>your_string_0 </obh:name> 
     
    
        <obh:propertiesUpdater>your_collabPropertiesUpdater_0  </obh:propertiesUpdater> 
     
    
        <obh:quotaConfiguration>your_communityQuotaConfiguration_0  </obh:quotaConfiguration> 
     
</obh:enterpriseUpdater>
        
 
        JSON Example 
        (show inherited members) 
        
        XML Schema 
        
<xs:complexType name="enterpriseUpdater">
    <xs:complexContent>
        <xs:extension base="tns:communityUpdater">
            <xs:sequence/>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
         
        References 
        
            The following data represents the references to enterpriseUpdater
        
        Referenced By Resources 
        
        Referenced By Representaions 
        
          
        Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
          
        Legal Notices