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

Contents

Overview

This interface specifies data that can be set when a resource is created.

Members

Name Type Description

addresses

addressesListUpdater

Addresses of the accessor.

bookingBehavior

bookingBehavior

Get BookingBehavior of the resource.

bookingInfo

string

Get the booking information.

capacity

int

Get the capacity of the resource.

customProcessingRequired

boolean

Get the customProcessing.

description

string

Get the resource's description.

identifier

string

Get the resource's identifier.

memberships

communityListUpdater

Memberships of the accessor.

name

string

Get the Name of the Entity

parent

beeId<community>

Get the resource primary community.

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).

resourceType

resourceType

Get the resource's type.

staticLocation

location

Get the resource's location.

status

provisioningStatus

Status of actor.

Hierarchy

internalResourceUpdater 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="internalResourceUpdater">
    <xs:complexContent>
        <xs:extension base="tns:actorUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="bookingBehavior" type="tns:bookingBehavior"/>
                <xs:element minOccurs="0" name="bookingInfo" type="xs:string"/>
                <xs:element minOccurs="0" name="capacity" type="xs:int"/>
                <xs:element minOccurs="0"
                    name="customProcessingRequired" type="xs:boolean"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" name="identifier" type="xs:string"/>
                <xs:element minOccurs="0" name="parent" type="tns:beeId"/>
                <xs:element minOccurs="0" name="resourceType" type="tns:resourceType"/>
                <xs:element minOccurs="0" name="staticLocation" type="tns:location"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to internalResourceUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations