Overview

Available attributes for a bookable resource.

This interface specifies the data that can be set when an bookable resource is updated.

Members

Show inherited members

Name Type Description

activePreferenceProfile

beeId<preferenceProfile>

The PreferenceProfile to be set to the BookableResource

addresses

addressesListUpdater

Addresses of the accessor.

approvers

organizationUserListUpdater

The users to be set as approvers to the BookableResource

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

noAC

boolean

If add a resource approver without access control. Internally used by test.

noPrincipal

boolean

If add a resource approver without principal. Internally used by test.

noRole

boolean

If add a resource approver without role. Internally used by test.

noSubcription

boolean

If add a resource approver without subscription. Internally used by test.

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.

workspaceCollabId

beeId

Get the capacity of the resource.

Hierarchy

Inherits From

Examples

Below are examples in 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:bookableResourceUpdater xsi:type="obh:bookableResourceUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <activePreferenceProfile>your_beeId_0</activePreferenceProfile>
        <addresses>your_addressesListUpdater_0</addresses>
        <approvers>your_organizationUserListUpdater_0</approvers>
        <bookingBehavior>your_bookingBehavior_0</bookingBehavior>
        <bookingInfo>your_string_0</bookingInfo>
        <capacity>your_int_0</capacity>
        <customProcessingRequired>your_boolean_0</customProcessingRequired>
        <description>your_string_0</description>
        <identifier>your_string_0</identifier>
        <memberships>your_communityListUpdater_0</memberships>
        <name>your_string_0</name>
        <noAC>your_boolean_0</noAC>
        <noPrincipal>your_boolean_0</noPrincipal>
        <noRole>your_boolean_0</noRole>
        <noSubcription>your_boolean_0</noSubcription>
        <parent>your_beeId_0</parent>
        <preferenceProfiles>your_preferenceProfilesListUpdater_0</preferenceProfiles>
        <primaryAddress>your_entityAddress_0</primaryAddress>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <resourceType>your_resourceType_0</resourceType>
        <staticLocation>your_location_0</staticLocation>
        <status>your_provisioningStatus_0</status>
        <workspaceCollabId>your_beeId_0</workspaceCollabId>
</obh:bookableResourceUpdater>

Referenced By Representaions