| Interface | Description |
|---|---|
| Attribute |
Represents an attribute associated with an Item.
|
| AttributeTombstone |
Represents a Tombstone that indicates an Attribute
with a specified QName was remvoed from an Item.
|
| AuditableObject |
Represents a model object.
|
| AvailabilityItem |
Extends ICalendarItem to represent a VAVAILABILITY object.
|
| BaseEventStamp |
Represents a stamp that contains event specific information.
|
| BinaryAttribute |
Attribute that stores a binary value.
|
| BooleanAttribute |
Attribue that stores Boolean value
|
| CalendarAttribute |
Attribute that stores Calendar value.
|
| CalendarCollectionStamp |
Stamp that can be added to CollectionItem that stores
CalendarCollection specific attributes.
|
| CollectionItem |
Item that represents a collection of items.
|
| CollectionItemDetails |
Represents the relationship between an item and a collection.
|
| CollectionSubscription |
Models a collection subscription between a sharer and a sharee.
|
| ContentItem |
Extends
Item to represent an abstract
content item. |
| DecimalAttribute |
Attribute that stores a BigDecimal value
|
| DictionaryAttribute |
Attribute that stores a Map
|
| EntityFactory |
Factory api for creating model objects.
|
| EventExceptionStamp |
Event stamp that represents an exception to a recurring
event.
|
| EventStamp |
Represents a calendar event, recurring or non-recurring.
|
| FileItem |
Extends
Item to represent an item containing binary content. |
| FreeBusyItem |
Extends
ICalendarItem to represent a VFREEBUSY item. |
| HomeCollectionItem |
Extends
CollectionItem to represent a users home collection. |
| ICalendarAttribute |
Attribute that stores an icalendar (.ics) value.
|
| ICalendarItem |
Extends
Item to represent an abstract
item that is backed by an icalendar component. |
| IntegerAttribute |
Attribute that stores an Integer value.
|
| Item |
Represents an item on server.
|
| ItemTombstone |
When an Item is removed from a collection, a tombstone is attached
to the collection to track when this removal ocurred.
|
| MessageStamp |
Stamp that associates message-specific attributes to an item.
|
| ModificationUid | |
| MultiValueStringAttribute | |
| NoteItem |
Extends
ICalendarItem to represent a Note item. |
| NoteOccurrence | |
| PasswordRecovery |
An entity representing a password change request.
|
| Preference |
Represents a user preference, which is a key,value
pair associated to a user.
|
| QName |
Represents a qualified name.
|
| ServerProperty |
Represents a Cosmo Server Property, which is a simple
key value/pair.
|
| Stamp |
Represents a Stamp on an Item.
|
| StampTombstone |
When an Stamp is removed from an item, a tombstone is attached
to the item to track when this removal ocurred.
|
| StringAttribute |
Attribute that stores String value.
|
| TaskStamp |
Represents a Task Stamp.
|
| TextAttribute |
Attribute that stores text value.
|
| Ticket |
Represents a ticket that is used to grant access to
an Item.
|
| TimestampAttribute |
Attribute that stores timestamp value.
|
| Tombstone |
Represents something that was removed from an item.
|
| TriageStatus |
Represents a compound triage status value.
|
| User |
Represents a user in the cosmo server.
|
| UserIdentitySupplier |
Defines a contract for supplying identification data for a user.
|
| XmlAttribute |
Attribute that stores XML value.
|
| Class | Description |
|---|---|
| AuditableComparator |
Compares instances of
AuditableObject based on their
created or modified dates. |
| ContentItem.Action | |
| ContentItemComparator |
Compares instances of
ContentItem. |
| ItemChangeRecord |
Represents an item change.
|
| NoteItemTriageStatusComparator |
Compare NoteItems using a rank calculated from TriageStatus.rank
or event startDate, or last modified date.
|
| Schedule |
A schedule consists of a name and set of properties.
|
| StampUtils |
Contains static helper methods for dealing with Stamps.
|
| TicketType |
Represents the security classification of a ticket.
|
| TriageStatusUtil |
Contains static helper methods for dealing with TriageStatus
objects.
|
| UserIdentity |
Encapsulates user identification data which may be found in another system than the Calendar Server.
|
| UserIdentitySupplierDefault |
Default implementation that assumes user has only one email address.
|
| Enum | Description |
|---|---|
| ItemChangeRecord.Action | |
| User.SortType |
| Exception | Description |
|---|---|
| CollectionLockedException |
An exception that indicates that a collection is locked for
exclusive update and may not be concurrently updated.
|
| DataSizeException |
An exception indicating that the value provided for an item
attribute was too large or too small.
|
| IcalUidInUseException |
An exception that indicates that the icalendar uid chosen for an NoteItem
already in use by another item.
|
| ModelConversionException |
An exception indicating that converting a model object to or from a
particular data format failed.
|
| UidInUseException |
An exception that indicates that the uid chosen for an item is
already in use by another item.
|
Copyright © 2012–2018 1&1. All rights reserved.