Overview

Specifies an external person that is known to the system but is not a user of the system.

Members

Show inherited members

Projections
Name Type Required Description

DSTimeZone

timeZone

External person's timezone as set in the external data source (directory).

addresses

entityAddress[]

Addresses of this agent.

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

bonds

bond[]

Bonds.

collabId

beeId

CollabId of the snapshot

company

string

External person's company name.

createdOn

dateTime

Entity's creation date

creator

actor

The actor that created this entity

dataSourceIdentifier

string

Identifier of the external data source (directory) for the user.

dataSourceUserIdentifier

string

Identifier of the user within the external data source (directory).

deleted

boolean

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

department

string

Organizational department name.

effectiveGroups

group[]

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

familyName

string

Family name.

familyNames

lString

Locale specific family names.

givenName

string

Given name.

givenNames

lString

Locale specific given names.

groups

group[]

Groups that this entity is a direct member of.

jobTitle

string

Job title.

jobTitles

lString

Locale specific job titles.

locale

string

External person's preferred locale.

middleName

string

Middle name.

middleNames

lString

Middle names.

modifiedBy

actor

The actor that last modified the entity

modifiedOn

dateTime

The date when entity was last modified

name

string

Name of the entity.

names

lString

Locale specific display Names.

nickname

string

Nickname.

nicknames

lString

Locale specific nicknames.

officeLocation

string

Location of the external person's office.

parent

entity

The parent for this entity.

prefix

string

Name prefix.

prefixes

lString

Locale specific name prefixes.

primaryAddress

entityAddress

Primary address.

profession

string

Profession.

properties

collabProperties

Properties.

snapshotId

string

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

status

provisioningStatus

Lifecycle status.

suffix

string

Name suffix.

suffixes

lString

Locale specific name suffixes.

timeZone

timeZone

Local timezone.

timeZoneModified

boolean

Whether the time zone has been modified by the external person.

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:externalPerson xsi:type="obh:externalPerson" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <DSTimeZone>your_timeZone_0</DSTimeZone>
        <addresses>your_entityAddress_0</addresses>
        <addresses>your_entityAddress_1</addresses>
        <addresses>your_entityAddress_2</addresses>
        <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>
        <bonds>your_bond_0</bonds>
        <bonds>your_bond_1</bonds>
        <bonds>your_bond_2</bonds>
        <collabId>your_beeId_0</collabId>
        <company>your_string_0</company>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <dataSourceIdentifier>your_string_0</dataSourceIdentifier>
        <dataSourceUserIdentifier>your_string_0</dataSourceUserIdentifier>
        <deleted>your_boolean_0</deleted>
        <department>your_string_0</department>
        <effectiveGroups>your_group_0</effectiveGroups>
        <effectiveGroups>your_group_1</effectiveGroups>
        <effectiveGroups>your_group_2</effectiveGroups>
        <familyName>your_string_0</familyName>
        <familyNames>your_lString_0</familyNames>
        <givenName>your_string_0</givenName>
        <givenNames>your_lString_0</givenNames>
        <groups>your_group_0</groups>
        <groups>your_group_1</groups>
        <groups>your_group_2</groups>
        <jobTitle>your_string_0</jobTitle>
        <jobTitles>your_lString_0</jobTitles>
        <locale>your_string_0</locale>
        <middleName>your_string_0</middleName>
        <middleNames>your_lString_0</middleNames>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <names>your_lString_0</names>
        <nickname>your_string_0</nickname>
        <nicknames>your_lString_0</nicknames>
        <officeLocation>your_string_0</officeLocation>
        <parent>your_entity_0</parent>
        <prefix>your_string_0</prefix>
        <prefixes>your_lString_0</prefixes>
        <primaryAddress>your_entityAddress_0</primaryAddress>
        <profession>your_string_0</profession>
        <properties>your_collabProperties_0</properties>
        <snapshotId>your_string_0</snapshotId>
        <status>your_provisioningStatus_0</status>
        <suffix>your_string_0</suffix>
        <suffixes>your_lString_0</suffixes>
        <timeZone>your_timeZone_0</timeZone>
        <timeZoneModified>your_boolean_0</timeZoneModified>
</obh:externalPerson>

Referenced By Representaions

Not Referenced Directly by Representations