Oracle

Package com.compoze.domino

This package provides classes to access Lotus Domino.

See:
          Description

Interface Summary
IEmbeddedImageListener Classes that implement this interface are capable of appending parameters to the embedded image servlet URL.
IServerProtocol Classes that implement this interface provide access to Domino via some protocol.
 

Class Summary
AbstractDocument This class represents a Domino document.
AbstractFilter This class provides an implementation for a filter.
AbstractItem This class represents a Domino item, which can either be a document or a folder.
AbstractServerProtocol Provides a shell implementation of IServerProtocol that provides parameter checking on open server, server retry when the session is lost and tracing.
AddressBook This class is a Domino address book.
AddressBookEntry This class is a Domino address book entry.
AddressBooks This class contains the methods used for address book manipulation.
AddressEntry This class is an address entry.
Appointment This class is a Domino appointment.
AppointmentType This class implements an appointment type.
AttachmentInfo This class stores information about a single attachment.
AttachmentServlet This class is a servlet that writes an attachment.
BusyStatus This class stores the values for a 'busy status'.
Contact This class is a Domino personal contact.
ContactFilter This class represents a contact filter.
CounteredInvitation This class is a Domino countered invitation.
CounteredTaskAssignment This class is a Domino countered task assignment.
CounterProposal This class is a Domino counter proposal.
DefaultEmbeddedImageListener This class provides the default implementation for building the embedded image servlet URL.
DelegatedInvitation This class is a Domino delegated invitation.
DelegatedNotice This class is a Domino delegated notice.
DelegatedTaskAssignment This class is a Domino delegated task assignment.
DelegatedTaskNotice This class is a Domino delegated task notice.
DeliveryReport This class is a Domino delivery report.
DeliveryReportLevel This class implements a delivery report level.
Documents This class contains the methods used for document manipulation.
DocumentType This class stores the values for the Domino document types.
DominoResources Provides access to the ResourceBundle located in com.compoze.domino.domino_resources.properties.
EmbeddedImageInfo This class stores information about an embedded image.
EmbeddedImageServlet This class is a servlet that writes an embedded image.
Folder This class is an Domino folder.
Folders This class contains the methods used for folder manipulation.
FolderType This class stores the values for a 'folder type'.
FollowUpStatus This class implements the follow status.
FreeBusy This class implements a wrapper for the free/busy response that is returned from Domino.
Importance This class stores the values for an 'importance'.
InstanceInfo This class represents information (such as ID and instance dates) for a single instance of a repeating document.
InstanceType This class represents repeating entity instance types.
Invitation This class is a Domino invitation.
MailboxQuota This class contains mailbox quota details.
MeetingResponse This class stores summary information about a meeting response from a participant.
MeetingResponseStatus This class stores the values for a 'meeting response status'.
Memo This class is a Domino memo.
MemoFilter This class represents a memo filter.
NameInfo This class stores summary information about a single name, useful for displaying basic information.
NonDeliveryReport This class is a Domino non-delivery report.
Notice This class is a Domino notice.
NoticeType This class stores the values for the Domino notice types.
OutOfOfficeProfile This class represents the a domino profile .
PersonalStationery This class is a Domino PersonalStationery which extends Memo.
PhoneMessage This class is a phone message.
Profile This class represents the a domino profile .
PropertyKey This class stores the key for a property.
PropertyValue This class stores the value for a property.
Recipient This class represents a recipient of a memo.
RecipientInfo This class stores information about a single recipient.
RecipientType This class stores the values for a 'recipient type'.
RepeatAdjust This class stores the values for a 'repeat adjust'.
RepeatForUnit This class stores the values for a 'repeat for unit'.
RepeatHow This class stores the values for a 'repeat how'.
RepeatMonthlyByDateAdjust This class stores the values for a 'repeat monthly by date' adjust.
RepeatMonthlyByDayAdjust This class stores the values for a 'repeat monthly by day' adjust.
RepeatPattern This class represents the repeating pattern.
RepeatType This class stores the values for a 'repeat type'.
RepeatWeekends This class stores the values for a 'repeat weekends'.
RepeatWeeklyAdjust This class stores the values for a 'repeat weekly' adjust.
RequestAssignmentInfo This class is a Domino request for more information about a task assignment.
RequestInvitationInfo This class is a Domino request for more information about a meeting ("invitation").
Resource This class is a Domino resource for use in a reservation.
ResourceType This class stores the values for the Domino task notice types.
ResultCode This class maps result codes from a DominoException to the error that occurred on the server.
ReturnNonReceipt This class is a Domino return non-receipt.
ReturnReceipt This class is a Domino return receipt.
Room This class is a Domino room for use in a reservation.
SenderInfo This class stores summary information about the sender of a memo.
Session This class represents a session to the Compoze Domino Service.
SessionInfo This class stores summary information about a session.
SortOrder This class stores the values for a 'sort order'.
SortProperty This class represents a property and a sort parameter.
SortPropertyKey This class is a specific property key that can be used for sorting.
Suffix This class implements a suffix for a contact.
Task This class is a Domino task ("to do").
TaskAssignment This class is a Domino task assignment.
TaskCounterProposal This class is a Domino counter proposal to a task assignment.
TaskDueState This class stores the values for a 'task due state'.
TaskFilter This class represents a task filter.
TaskNotice This class is a Domino task notice.
TaskNoticeType This class stores the values for the Domino task notice types.
TimeSlot This class stores information about a single time slot in a free/busy response.
Title This class implements a title for a contact.
TraceReport This class is a Domino trace report.
UserInfo This class stores summary information about the user associated with a session.
Version This class stores the version information of the API.
 

Exception Summary
AppointmentCancellationException This class is an exception that indicates an error occurs while attempting to cancel an appointment.
AppointmentConfirmationException This class is an exception that indicates an error occurs while attempting to confirm an appointment.
AttachmentSizeLimitException This class is an exception that indicates an attachment size limit is exceeded.
ChairNotPermittedException This class is an exception that indicates an attempt to add a meeting recipient that is the chair of the meeting.
CounterException This class is an exception that indicates a counter exception.
DelegateException This class is an exception that indicates a delegate exception.
DominoACLException This class is an exception that indicates the specified user does not have adequate access permissions to access the mailbox.
DominoException This class is an exception that wraps any exceptions thrown in Domino.
FolderAlreadyExistsException This class is an exception that indicates an attempt to rename a folder and the folder name already exists.
InstanceNotFoundException This class is an exception that indicates the specified instance date could not be found.
NoMailboxException This class is an exception that indicates the user's mailbox you are attempting to access does not exist.
UserPasswordException This class is an exception that indicates an incorrect username or password has been specified.
 

Package com.compoze.domino Description

This package provides classes to access Lotus Domino. By using the classes located in this package, the developer is insulated from needing to know the Domino storage structure while accessing the appointments, messages, and tasks and is shielded from several complexities of connecting to Domino directly.

To begin using the API in this package you must first obtain a session to the server. See Session for information on how to do this.


Oracle

Copyright ©1999-2008 Oracle All rights reserved.