Overview

A system actor represents a privileged, non-human user of the system. It represents a software agent that performs email delivery, notification, workflow, record management, etc. System actors, because they are usually native to the system or their actions are programmed into the system, are often not authenticated.

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.

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.

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.

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.

snapshotId

string

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

status

provisioningStatus

Provisioning status of this 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:systemActor xsi:type="obh:systemActor" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <activePreferenceProfile>your_preferenceProfile_0</activePreferenceProfile>
        <addresses>your_entityAddress_0</addresses>
        <addresses>your_entityAddress_1</addresses>
        <addresses>your_entityAddress_2</addresses>
        <assignedRoles>your_assignedRole_0</assignedRoles>
        <assignedRoles>your_assignedRole_1</assignedRoles>
        <assignedRoles>your_assignedRole_2</assignedRoles>
        <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>
        <availablePreferenceProfiles>your_preferenceProfile_0</availablePreferenceProfiles>
        <availablePreferenceProfiles>your_preferenceProfile_1</availablePreferenceProfiles>
        <availablePreferenceProfiles>your_preferenceProfile_2</availablePreferenceProfiles>
        <bonds>your_bond_0</bonds>
        <bonds>your_bond_1</bonds>
        <bonds>your_bond_2</bonds>
        <collabId>your_beeId_0</collabId>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <deleted>your_boolean_0</deleted>
        <effectiveGroups>your_group_0</effectiveGroups>
        <effectiveGroups>your_group_1</effectiveGroups>
        <effectiveGroups>your_group_2</effectiveGroups>
        <groups>your_group_0</groups>
        <groups>your_group_1</groups>
        <groups>your_group_2</groups>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <parent>your_entity_0</parent>
        <primaryAddress>your_entityAddress_0</primaryAddress>
        <principals>your_principal_0</principals>
        <principals>your_principal_1</principals>
        <principals>your_principal_2</principals>
        <properties>your_collabProperties_0</properties>
        <snapshotId>your_string_0</snapshotId>
        <status>your_provisioningStatus_0</status>
</obh:systemActor>

Referenced By Representaions

Not Referenced Directly by Representations