Nitido Inc.

Package com.nitido.nimx.nuggets.wcap

This package contains the Nugget and associate classes for accessing iPlanet Calendar Server through WCAP commands.

See:
          Description

Class Summary
AccessControlEntry The data object that encapsulate the data of Access Control Entry.
Alarm The Alarm object encapsulate the information for a reminder alarm.
Attendee The data object for storing information of an Attendee.
CalendarProperty The data object that encapsulate the property of a calendar.
Component The parent class of Event and ToDo.
CompStatus The possible status for calendars from the iPlanet Calendar Server.
Duration Duration class convert different time format into int fields of the week, day, hour, min, and sec.
Event The data object contains all information of an event.
FreeBusySlot The data object that encapsulates the information of a time slot that is free or busy for the calendar's primary owner.
ParticipateStatus The possible status for the attendee's participation status.
RecurDate The data object for recurrence/exclusion date.
RecurFreq The possible value for the freq field of a recurrence rule.
RecurRule The data object for recurrence/exclusion rule used by WcapNugget.
SearchOption The possible options that can be used when searching for calendar.
ToDo The data object for storing all information of an to-do.
UserPref The UserPref object encapsulate the information for the user preferences on iPlanet Calendar Server.
WcapModifier The possible modifier options available when modifying/deleting an Event or a ToDo.
WcapNugget WcapNugget - A Nugget that wraps iPlanet Calendar Server Web Calendar Access Protocol (WCAP) commands.
WcapNuggetHelper This WcapNuggetHelper contains helper methods for processing calendar data.
WeekDay The possible values of day name of a week.
 

Exception Summary
InvalidParameterException This exception is thrown when at least one of the required parameters is missing, or, one of the parameters has invalid value or format.
InvalidTimeException This exception is thrown when a group of time settings (including the start time, end time and other associated values) contains invalid value(s).
WcapException The generic exception for WcapNugget.
WcapServerException Indicates the iPlanet Calendar Server has just returned an unexpected error code.
 

Package com.nitido.nimx.nuggets.wcap Description

This package contains the Nugget and associate classes for accessing iPlanet Calendar Server through WCAP commands. These classes are originally designed for iPlanet Calendar Server version 5.1.

The core of this package is the WcapNugget. This is a NiM Nugget that provide the calendar services. All exceptions thrown by the classes in this package inherit from WcapException. Some of the data objects act like a C-style enum. These data objects do not have any public constructor. A developer can get the instances by refering the the instantiated static constants of the class. This programming style can catch the bugs caused by typing mistakes at the compile time.


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.