Overview

This type represents a resource contact.

Members

Show inherited members

Projections
Name Type Required Description

addresses

entityAddress[]

Addresses of the AddressesBookElement.

alias

string

Alias of the element. Note that this is distinct from the name or nickname of the element.

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

attachments

anyType[]

Attachments to the AddressBookElement.

autoCreated

boolean

Checks if this element has been created automatically. When a user/group/resource is added to a team workspace, a bookmarked contact is automatically created in the default team workspace address book. The type of contact created depends on the entity added to the workspace i.e. PersonContact for OrganizationUser, GroupContact for Group, ResourceContact for Resource. The automatically created contacts are read-only.

bonds

bond[]

List of artifact bonds

bookingInfo

string

bookmark

anyType

Bookmark to the entry in the directory.

buddyListEntry

boolean

Checks if this element is also included in the owner's buddy list.

capacity

int

Capacity to the entry in the directory.

changeStatus

changeStatus

The change status of the artifact

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

Description of the Resource contact.

favorite

anyType

BuddyList if the contact is marked as BuddyList entry or PeopleList if the contact is marked as PeopleList entry

groupContacts

groupContact[]

GroupContacts to which the AddressBookElement directly belongs.

location

string

Location of the Resource.

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.

peopleListEntry

boolean

Checks if this element is also included in the owner's people list.

primaryAddress

entityAddress

Primary Address of the AddressBookElement.

priority

priority

Priority of the element for the current user.

properties

collabProperties

The properties of the artifact that are shared among all the actors

resourceName

string

Resource name of this ResourceContact. The resource name is distinct from the name as in entity which is used as the display name.

resourceType

resourceType

sensitivity

sensitivity

Sensitivity assigned to the element

size

long

Size of the AddressBookElement.

snapshotId

string

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

speedDial

int

Speed dial number of the element for the current user. The speed dial may be set to null.

staticLocation

location

see resourceContact

userCreatedOn

dateTime

The user creation date (if created offline)

userModifiedOn

dateTime

The user last modified date (if modified offline)

viewer

actor

The actor for which this artifact snapshot was loaded. All the artifact viewer properties in this snapshot are loaded for this actor.

viewerProperties

collabProperties

The viewer properties of the artifact that are private to loading actor

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:resourceContact xsi:type="obh:resourceContact" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <addresses>your_entityAddress_0</addresses>
        <addresses>your_entityAddress_1</addresses>
        <addresses>your_entityAddress_2</addresses>
        <alias>your_string_0</alias>
        <attachedMarkers>your_marker_0</attachedMarkers>
        <attachedMarkers>your_marker_1</attachedMarkers>
        <attachedMarkers>your_marker_2</attachedMarkers>
        <attachedReminders>your_reminder_0</attachedReminders>
        <attachedReminders>your_reminder_1</attachedReminders>
        <attachedReminders>your_reminder_2</attachedReminders>
        <attachedSubscriptions>your_subscription_0</attachedSubscriptions>
        <attachedSubscriptions>your_subscription_1</attachedSubscriptions>
        <attachedSubscriptions>your_subscription_2</attachedSubscriptions>
        <attachments>your_anyType_0</attachments>
        <attachments>your_anyType_1</attachments>
        <attachments>your_anyType_2</attachments>
        <autoCreated>your_boolean_0</autoCreated>
        <bonds>your_bond_0</bonds>
        <bonds>your_bond_1</bonds>
        <bonds>your_bond_2</bonds>
        <bookingInfo>your_string_0</bookingInfo>
        <bookmark>your_anyType_0</bookmark>
        <buddyListEntry>your_boolean_0</buddyListEntry>
        <capacity>your_int_0</capacity>
        <changeStatus>your_changeStatus_0</changeStatus>
        <collabId>your_beeId_0</collabId>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <deleted>your_boolean_0</deleted>
        <description>your_string_0</description>
        <favorite>your_anyType_0</favorite>
        <groupContacts>your_groupContact_0</groupContacts>
        <groupContacts>your_groupContact_1</groupContacts>
        <groupContacts>your_groupContact_2</groupContacts>
        <location>your_string_0</location>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <parent>your_entity_0</parent>
        <peopleListEntry>your_boolean_0</peopleListEntry>
        <primaryAddress>your_entityAddress_0</primaryAddress>
        <priority>your_priority_0</priority>
        <properties>your_collabProperties_0</properties>
        <resourceName>your_string_0</resourceName>
        <resourceType>your_resourceType_0</resourceType>
        <sensitivity>your_sensitivity_0</sensitivity>
        <size>your_long_0</size>
        <snapshotId>your_string_0</snapshotId>
        <speedDial>your_int_0</speedDial>
        <staticLocation>your_location_0</staticLocation>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewer>your_actor_0</viewer>
        <viewerProperties>your_collabProperties_0</viewerProperties>
</obh:resourceContact>

Referenced By Representaions

Not Referenced Directly by Representations