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

B25479-01


oracle.workspaces.resource.calendar
Class CwAttendeeFreeBusy

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

All Implemented Interfaces:
CwCalendarConstants

public class CwAttendeeFreeBusy
extends java.lang.Object
implements CwCalendarConstants

This class represents attendee's free busy status for a time range.


Field Summary

Fields inherited from interface oracle.workspaces.resource.calendar.CwCalendarConstants
ATTENDING_TYPE_ALL, ATTENDING_TYPE_SUBGROUP, CLASS_CONFIDENTIAL, CLASS_NORMAL, CLASS_PRIVATE, CLASS_PUBLIC, CUTYPE_GROUP, CUTYPE_INDIVIDUAL, CUTYPE_RESOURCE, CUTYPE_ROOM, CUTYPE_UNKNOWN, EVENT_STATUS_CONFIRMED, EVENT_STATUS_TENTATIVE, EVENT_TYPE_APPOINTMENT, EVENT_TYPE_DAILYNOTE, EVENT_TYPE_DAYEVENT, EVENT_TYPE_HOLIDAY, FREEBUSY_STATUS_BUSY, FREEBUSY_STATUS_FREE, FREEBUSY_STATUS_TENTATIVE, IMEETING_TYPE_REGULAR, IMEETING_TYPE_RESTRICTED, MAX_YEAR, MIN_YEAR, PARTSTAT_ACCEPTED, PARTSTAT_DECLINED, PARTSTAT_NEEDSACTION, PARTSTAT_TENTATIVE, PRIORITY_HIGH, PRIORITY_HIGHEST, PRIORITY_LOW, PRIORITY_LOWEST, PRIORITY_NORMAL, REPEATING_NO, REPEATING_UNKNOWN, REPEATING_YES, SHOWASFREE_BUSY, SHOWASFREE_FREE, SHOWASFREE_OUT, SHOWASFREE_TENTATIVE

Method Summary
java.util.Date getBeginTime()
Gets begin time of the free busy range.
java.util.Date getEndTime()
Gets end time of the free busy range.
CwFreeBusy[] getFreeBusyArray()
Returns free busy status arry.
CwCalendarAttendee getResourceAttendee()
Returns resource attendee instance.
CwUser getUser()
Returns user instance if the attendee is a user.
boolean isIsResourceAttendee()
Returns true if the attendee is a resource.
boolean isIsUser()
Returns true if the attendee is a user.

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

Method Detail

getBeginTime

public java.util.Date getBeginTime()
Gets begin time of the free busy range.

getEndTime

public java.util.Date getEndTime()
Gets end time of the free busy range.

getFreeBusyArray

public CwFreeBusy[] getFreeBusyArray()
Returns free busy status arry.

getResourceAttendee

public CwCalendarAttendee getResourceAttendee()
Returns resource attendee instance.

getUser

public CwUser getUser()
Returns user instance if the attendee is a user. Otherwise its value is null.

isIsResourceAttendee

public boolean isIsResourceAttendee()
Returns true if the attendee is a resource.

isIsUser

public boolean isIsUser()
Returns true if the attendee is a user.

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