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

Contents

Overview

Holds a set of modifications to be applies to a .

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 JSON and 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">
        <obh:calDavResourceName>your_string_0</obh:calDavResourceName>
        <obh:changeStatus>your_changeStatus_0</obh:changeStatus>
        <obh:defaultPriority>your_priority_0</obh:defaultPriority>
        <obh:defaultSensitivity>your_beeId_0</obh:defaultSensitivity>
        <obh:description>your_string_0</obh:description>
        <obh:folderChangeStatus>your_changeStatus_0</obh:folderChangeStatus>
        <obh:inheritTimeZoneFromOwner>your_boolean_0</obh:inheritTimeZoneFromOwner>
        <obh:name>your_string_0</obh:name>
        <obh:propertiesUpdater>your_collabPropertiesUpdater_0</obh:propertiesUpdater>
        <obh:timeZone>your_beeId_0</obh:timeZone>
        <obh:userCreatedOn>your_dateTime_0</obh:userCreatedOn>
        <obh:userModifiedOn>your_dateTime_0</obh:userModifiedOn>
        <obh:viewerPropertiesUpdater>your_collabPropertiesUpdater_0</obh:viewerPropertiesUpdater>
</obh:taskListUpdater>

JSON Example

(show inherited members)

{
    "beeType":"taskListUpdater",
        "calDavResourceName":"your_{http://www.oracle.com/beehive}calDavResourceName_as_string0",
        "changeStatus":{ your_{http://www.oracle.com/beehive}changeStatus_as_changeStatus0 },
        "defaultPriority":{ your_{http://www.oracle.com/beehive}defaultPriority_as_priority0 },
        "defaultSensitivity":{ your_{http://www.oracle.com/beehive}defaultSensitivity_as_beeId0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "folderChangeStatus":{ your_{http://www.oracle.com/beehive}folderChangeStatus_as_changeStatus0 },
        "inheritTimeZoneFromOwner":your_{http://www.oracle.com/beehive}inheritTimeZoneFromOwner_as_boolean0,
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "propertiesUpdater":{ your_{http://www.oracle.com/beehive}propertiesUpdater_as_collabPropertiesUpdater0 },
        "timeZone":{ your_{http://www.oracle.com/beehive}timeZone_as_beeId0 },
        "userCreatedOn":"your_{http://www.oracle.com/beehive}userCreatedOn_as_dateTime0",
        "userModifiedOn":"your_{http://www.oracle.com/beehive}userModifiedOn_as_dateTime0",
        "viewerPropertiesUpdater":{ your_{http://www.oracle.com/beehive}viewerPropertiesUpdater_as_collabPropertiesUpdater0 }
}

XML Schema


<xs:complexType name="taskListUpdater">
    <xs:complexContent>
        <xs:extension base="tns:folderUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="calDavResourceName" type="xs:string"/>
                <xs:element minOccurs="0" name="defaultPriority" type="tns:priority"/>
                <xs:element minOccurs="0" name="defaultSensitivity" type="tns:beeId"/>
                <xs:element name="inheritTimeZoneFromOwner" type="xs:boolean"/>
                <xs:element minOccurs="0" name="timeZone" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to taskListUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions