Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.resource.calendar
Class CwTaskAssignee

java.lang.Object
  extended byoracle.workspaces.resource.calendar.CwTaskAssignee


public class CwTaskAssignee
extends java.lang.Object

This class represents an assignee in Calendar task.


Constructor Summary
CwTaskAssignee(CwIdentity identity)
Constructor.

Method Summary
CwUser getAssignedBy()
Returns user who assgined this task.
java.util.Date getAssignedOn()
Returns the date when this task is assigned.
CwIdentity getIdentity()
Returns assignee identity.
boolean isGroup()
Returns true if assignee is a Group.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CwTaskAssignee

public CwTaskAssignee(CwIdentity identity)
Constructor.

Method Detail

getAssignedBy

public CwUser getAssignedBy()
Returns user who assgined this task.

getAssignedOn

public java.util.Date getAssignedOn()
Returns the date when this task is assigned.

getIdentity

public CwIdentity getIdentity()
Returns assignee identity.

isGroup

public boolean isGroup()
Returns true if assignee is a Group.

Copyright © 2001, 2005, Oracle. All rights reserved.