Overview

A subscription schema defines the attributes that can be part of the user subscriptions. There is at most one subscription schema for each source entity class, which can be a workspace, calendar, task list, forum, message, folder, etc. A subscription for entities of an entity class can be composed according to the entity or container level subscription rule definitions, depending on whether the subscription is attached to the container of the entity or to the entity itself. The container subscription rule definitions are used to compose a blanket subscription on all entities of an entity class in the container.

Members

Show inherited members

Projections
Name Type Required Description

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

attributes

attributeDefinition[]

collabId

beeId

CollabId of the snapshot

containerSubscriptionRuleDefinitions

subscriptionRuleDefinition[]

Gets the container-level SubscriptionRuleDefinition

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

entitySubscriptionRuleDefinitions

subscriptionRuleDefinition[]

Gets the entity-level SubscriptionRuleDefinition

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.

snapshotId

string

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

sourceEntityClass

string

Gets the EntityClass of the source entity

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:subscriptionSchema xsi:type="obh:subscriptionSchema" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <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>
        <attributes>your_attributeDefinition_0</attributes>
        <attributes>your_attributeDefinition_1</attributes>
        <attributes>your_attributeDefinition_2</attributes>
        <collabId>your_beeId_0</collabId>
        <containerSubscriptionRuleDefinitions>your_subscriptionRuleDefinition_0</containerSubscriptionRuleDefinitions>
        <containerSubscriptionRuleDefinitions>your_subscriptionRuleDefinition_1</containerSubscriptionRuleDefinitions>
        <containerSubscriptionRuleDefinitions>your_subscriptionRuleDefinition_2</containerSubscriptionRuleDefinitions>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <deleted>your_boolean_0</deleted>
        <description>your_string_0</description>
        <entitySubscriptionRuleDefinitions>your_subscriptionRuleDefinition_0</entitySubscriptionRuleDefinitions>
        <entitySubscriptionRuleDefinitions>your_subscriptionRuleDefinition_1</entitySubscriptionRuleDefinitions>
        <entitySubscriptionRuleDefinitions>your_subscriptionRuleDefinition_2</entitySubscriptionRuleDefinitions>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <parent>your_entity_0</parent>
        <snapshotId>your_string_0</snapshotId>
        <sourceEntityClass>your_string_0</sourceEntityClass>
</obh:subscriptionSchema>

Referenced By Representaions

Not Referenced Directly by Representations