Overview

Hold a set of modifications to be applied to a DefaultReminder

Members

Show inherited members

Name Type Description

changeStatus

changeStatus

Artifact change status.

container

beeId

Specify what folder the DefaultRemidner will act on.

eid

string

The Eid to be set to the DefaultReminder

name

string

Get the Name of the Entity

primary

boolean

Specify is the DefaultRemider is Primary

propertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove CollabProperties for this Artifact.

ruleUpdater

reminderRuleUpdater

Get the ReminderRule sub-updater to modify the ReminderRule that will apply to the new reminders.

The ReminderRule, which contain ReminderContition and ReminderAction, describes what the reminder should do.

sourceEntityType

string

Specify what type of entity the DefaultReminder will act on.

trigger

relativeTrigger

The BdkRelativeTrigger to be set to the DefaultReminderUpdater

userCreatedOn

dateTime

The user creation time (if created offline) for the Artifact

userModifiedOn

dateTime

The user modification time (if created offline) for the Artifact

viewerPropertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove viewer private CollabProperties for this Artifact.

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:defaultReminderUpdater xsi:type="obh:defaultReminderUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <changeStatus>your_changeStatus_0</changeStatus>
        <container>your_beeId_0</container>
        <eid>your_string_0</eid>
        <name>your_string_0</name>
        <primary>your_boolean_0</primary>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <ruleUpdater>your_reminderRuleUpdater_0</ruleUpdater>
        <sourceEntityType>your_string_0</sourceEntityType>
        <trigger>your_relativeTrigger_0</trigger>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:defaultReminderUpdater>

Referenced By Representaions