Package com.sap.ip.collaboration.gw.api.framework.groupware

Interface Summary
IAttachment This interface represents attachments of different groupware items.
IAvailabilityInfo This interface represents the availability information of different users.
ICalendarItem This interface represents a calendar item like meeting/appointment and extends from the IGroupwareItem interface.
ICalendarReadTransport The ICalendarReadTransport interface extends the read interface to define methods specific to the calendar item type.
IDateRange This is an utility interface for handling date ranges.
IEmailAddress This interface is for representing email address objects.
IGroupwareCredentials This interface encapsulates the credentials needed for connecting to a groupware server.
IGroupwareCredentialsProvider This interface represents the interface for different sources of groupware credentials, and has to be implemented by concrete credentials providers like PortalCredentialsProvider etc.
IGroupwareItem This is a generic representation of the different groupware item types like, mail, meetings, task etc.
IGroupwareItemFactory  
IGroupwareManager The Groupware manager class acts as the central point for managing the different groupware item types, their storage locations, and interacting with the available transports.
IMailItem This interface represents a mail item used for the send mail operation and extends from the IGroupwareItem interface.
IMailSendTransport The IMailSendTransport interface extends the send transport interface to define methods specific to the mail item type.
IReadTransport The IReadTransport interface defines the methods for accessing and searching groupware items.
ISendTransport The ISendTransport interface defines methods for saving or sending groupware items.
ITaskItem This interface represents a groupware task item and extends from the IGroupwareItem interface.
ITransport This interface represents a 'groupware transport', which is nothing but a connector to a groupware server used for accessing/ maintaining different groupware items.
ITransportRegistry Title:ITransportRegistry.java Description: Copyright: Copyright (c) 2002 Company: SAP Labs India
 

Class Summary
GroupwareException The GroupwareException class acts as the base exception class of the groupware framework.
GroupwareRuntimeException The GroupwareRuntimeException class acts as a generic groupware runtime exception.