Overview

Holds a set of modifications to be applies to a .

Members

Show inherited members

Name Type Required Description

calDavResourceName

string

Set the CalDavResourceName attribute of the TaskList.

changeStatus

changeStatus

Artifact change status.

defaultPriority

priority

Set the DefaultPriority attribute of the TaskList.

defaultSensitivity

beeId<sensitivity>

Set the DefaultSensitivity attribute of the TaskList.

description

string

Description of the Folder.

folderChangeStatus

changeStatus

ChangeStatus of the folder.

inheritTimeZoneFromOwner

boolean

Specify if the TimeZone attribute of the TaskList should be inherited from the owner of the TaskList. Note setting this attribute to true, will automatically update the timezone attribute to reflect the owner's timezone.

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

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

timeZone

beeId<timeZone>

Set the TimeZone attribute of the TaskList. Modifying this attribute automatically set the InheritTimeZoneFromOwner attribute to false.

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:taskListUpdater xsi:type="obh:taskListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <calDavResourceName>your_string_0</calDavResourceName>
        <changeStatus>your_changeStatus_0</changeStatus>
        <defaultPriority>your_priority_0</defaultPriority>
        <defaultSensitivity>your_beeId_0</defaultSensitivity>
        <description>your_string_0</description>
        <folderChangeStatus>your_changeStatus_0</folderChangeStatus>
        <inheritTimeZoneFromOwner>your_boolean_0</inheritTimeZoneFromOwner>
        <name>your_string_0</name>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <timeZone>your_beeId_0</timeZone>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:taskListUpdater>

Referenced By Representaions