Overview

AssignmentUpdater holds the modifications of the Assignment.

Members

Show inherited members

Name Type Description

assigneeBillingInfo

string

assigneeComment

string

Set the AssigneeComment attribute in the AssignmentUpdater

assigneeCompleted

dateTime

Set the AssigneeCompleted attribute in the AssignmentUpdater.

assigneeDue

dateTime

Set the AssigneeDue attribute in the AssignmentUpdater.

assigneeICalCategories

string[]

assigneeICalClass

string

assigneeICalPriority

int

assigneeMileage

string

assigneeParticipantStatus

todoParticipantStatus

assigneePercentComplete

int

assigneePriority

priority

assigneePropertiesUpdater

collabPropertiesUpdater

Gets the nested updater to modify the assignee properties.

assigneeSortOrdinal

int

assigneeStart

dateTime

Set the AssigneeStart attribute in the AssignmentUpdater.

assigneeTimeAllocated

long

Set the AssigneeTimeAllocated attribute in the AssignmentUpdater.

assigneeTimeSpent

long

Set the AssigneeTimeSpent attribute in the AssignmentUpdater.

calDavResourceName

string

Set the CalDavResourceName attribute in the AssignmentUpdater.

changeStatus

changeStatus

Artifact change status.

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

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

publishAssignmentBonds

boolean

sensitivity

beeId

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:assignmentUpdater xsi:type="obh:assignmentUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <assigneeBillingInfo>your_string_0</assigneeBillingInfo>
        <assigneeComment>your_string_0</assigneeComment>
        <assigneeCompleted>your_dateTime_0</assigneeCompleted>
        <assigneeDue>your_dateTime_0</assigneeDue>
        <assigneeICalCategories>your_string_0</assigneeICalCategories>
        <assigneeICalCategories>your_string_1</assigneeICalCategories>
        <assigneeICalCategories>your_string_2</assigneeICalCategories>
        <assigneeICalClass>your_string_0</assigneeICalClass>
        <assigneeICalPriority>your_int_0</assigneeICalPriority>
        <assigneeMileage>your_string_0</assigneeMileage>
        <assigneeParticipantStatus>your_todoParticipantStatus_0</assigneeParticipantStatus>
        <assigneePercentComplete>your_int_0</assigneePercentComplete>
        <assigneePriority>your_priority_0</assigneePriority>
        <assigneePropertiesUpdater>your_collabPropertiesUpdater_0</assigneePropertiesUpdater>
        <assigneeSortOrdinal>your_int_0</assigneeSortOrdinal>
        <assigneeStart>your_dateTime_0</assigneeStart>
        <assigneeTimeAllocated>your_long_0</assigneeTimeAllocated>
        <assigneeTimeSpent>your_long_0</assigneeTimeSpent>
        <calDavResourceName>your_string_0</calDavResourceName>
        <changeStatus>your_changeStatus_0</changeStatus>
        <name>your_string_0</name>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <publishAssignmentBonds>your_boolean_0</publishAssignmentBonds>
        <sensitivity>your_beeId_0</sensitivity>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:assignmentUpdater>

Referenced By Representaions