Overview

Snapshot of common internal resource attributes.

An internal resource is a non-user actor within the system.
A delegate/contact person for resource could act on a system and perform operations on other entities on behalf of the resource.
The resource can own artifacts. It has privileges and preferences that can be delegated to a User.
For these reasons, a resource must be an Actor and cannot be merely an Agent.

An InternalResource may have a stationary or non-stationary location, which in turn provides the time zone.
A resource can be directly involved in an event, such as conferences or meetings.
Contrast this to the entities that can be merely bonded to an event.

An internal resource is an Actor in the system, and is also a Resource.

Members

Show inherited members

Projections
Name Type Required Description

activePreferenceProfile

preferenceProfile

Active preference profile of the accessor.

addresses

entityAddress[]

Addresses of the accessor.

assignedRoles

assignedRole[]

Roles assigned to this base accessor.

attachedMarkers

marker[]

Set of marker elements associated with the entity.

attachedReminders

reminder[]

List of reminders attached to the entity

attachedSubscriptions

subscription[]

List of subscriptions attached to the entity

availablePreferenceProfiles

preferenceProfile[]

All the available preference profiles for this accessor.

bonds

bond[]

Bonds for this base accessor.

bookingBehavior

bookingBehavior

Get the Resource default calendar booking behavior(FCFS/OPEN).

bookingInfo

string

The BookingInfo of the InternalResource

capacity

int

The capacity of the InternalResource

classification

string

The Classification of the InternalResource

classificationChanged

string

The ClassificationChanged of the InternalResource

collabId

beeId

CollabId of the snapshot

createdOn

dateTime

Entity's creation date

creator

actor

The actor that created this entity

deleted

boolean

Deletion flag. If this property is set to true the entity is deleted.

description

string

The Description of the InternalResource

effectiveGroups

group[]

Groups that this base accessor is a member of, directly or indirectly (via sub-grouping).

groups

group[]

Groups that this base accessor is a direct member of.

identifier

string

Get the Resource Identifier, a user supplied identifier for the resource.

This is often used to hold a room identifier or a laptop serial number for example.

modifiedBy

actor

The actor that last modified the entity

modifiedOn

dateTime

The date when entity was last modified

name

string

Name of the entity.

parent

entity

The parent for this entity.

primaryAddress

entityAddress

Primary address of the accessor.

principals

principal[]

Principals of this actor.

properties

collabProperties

Properties for this accessor.

resourceType

resourceType

The ResourceType of the InternalResource

resourceWorkspace

workspace

Get the Bookable Resource workspace Please note the generic workspace returned. One must check the instanceof and typecast it to the appropriate non abstract class.

snapshotId

string

Contains the snapshot identifier for this snapshot. Snapshot identifiers are used to implement optimistic locking on the server.

staticLocation

location

The StaticLocation of the InternalResource

status

provisioningStatus

Provisioning status of this actor.

Hierarchy

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

Inherits From

Inherited By

Referenced By Representaions

Not Referenced Directly by Representations