Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

An actor is an entity that can act on the system. Every actor must belong to one primary community, either an enterprise or organization, and can optionally belong to multiple secondary organizations. Each actor may contain a list of principals. Only one principal can be active at a time for authorization purposes. An actor may use a delegated principal that lets the actor perform certain actions on behalf of another actor.

Members

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

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

Inherits From

Inherited By

Applied Markers

XML Schema


<xs:complexType abstract="true" name="actor">
    <xs:complexContent>
        <xs:extension base="tns:accessor">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="principals" nillable="true" type="tns:principal"/>
                <xs:element minOccurs="0" name="status" type="tns:provisioningStatus"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to actor

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions