com.compoze.collab.beacm
Interface ICmMailContainer

All Superinterfaces
IContainer, IGroupwareContainer, IItem, IMailContainer, Serializable
All Known Subinterfaces:
ICmMailDefaultContainer

public interface ICmMailContainer
extends IMailContainer

Class description.


Field Summary
static ContainerClass CLASS
          The ContainerClass that represents an ICmMailContainer.
static Key DATE_LAST_MODIFIED
          Represents the date the item was created by the user.
static Key IMAP_UID_VALIDITY
           
static int KEYID_DATE_LAST_MODIFIED
          The int ID for the DATE_LAST_MODIFIED key.
static int KEYID_IMAP_UID_VALIDITY
           
static int KEYID_POP3_UIDS
           
static Key POP3_UIDS
           
 
Fields inherited from interface com.compoze.collab.groupware.IGroupwareContainer
KEYID_TOTAL_ITEM_COUNT, KEYID_UNREAD_ITEM_COUNT, TOTAL_ITEM_COUNT, UNREAD_ITEM_COUNT
 
Fields inherited from interface com.compoze.collab.IContainer
CONTAINER_CLASS, HAS_SUBCONTAINERS, HOLDS_ITEMS, HOLDS_SUBCONTAINERS, KEYID_CONTAINER_CLASS, KEYID_HAS_SUBCONTAINERS, KEYID_HOLDS_ITEMS, KEYID_HOLDS_SUBCONTAINERS, KEYID_NAME, KEYID_SUBCONTAINER_COUNT, MINIMUM_CONTAINER_KEYS, NAME, SUBCONTAINER_COUNT
 
Fields inherited from interface com.compoze.collab.IItem
ID, ITEM_CLASS, KEYID_ID, KEYID_ITEM_CLASS, KEYID_PARENT_ID, MINIMUM_ITEM_KEYS, PARENT_ID
 
Method Summary
 
Methods inherited from interface com.compoze.collab.groupware.IMailContainer
getMailMessages, getMailMessages, getMailMessages
 
Methods inherited from interface com.compoze.collab.groupware.IGroupwareContainer
getTotalItemCount, getUnreadItemCount
 
Methods inherited from interface com.compoze.collab.IContainer
add, add, add, addSubcontainer, copyTo, getContainerClass, getItemCount, getItemCount, getItems, getItems, getItems, getItems, getItems, getName, getSubcontainer, getSubcontainer, getSubcontainers, getSubcontainers, hasSubcontainer, holdsItems, holdsSubcontainers, isUnder, moveTo, setName
 
Methods inherited from interface com.compoze.collab.IItem
commit, containsKey, containsKey, copyProperties, delete, fetchProperties, getAttribute, getEnum, getID, getInputStream, getItemClass, getOutputStream, getParent, getParent, getParentID, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getReader, getRootContainer, getSession, getWriter, isMissing, removeAttribute, removeProperty, setAttribute, setProperties, setProperty, setProperty, setProperty
 

Field Detail

KEYID_IMAP_UID_VALIDITY

static final int KEYID_IMAP_UID_VALIDITY
See Also
Constants Summary

KEYID_POP3_UIDS

static final int KEYID_POP3_UIDS
See Also
Constants Summary

KEYID_DATE_LAST_MODIFIED

static final int KEYID_DATE_LAST_MODIFIED
The int ID for the DATE_LAST_MODIFIED key.

See Also
Constants Summary

IMAP_UID_VALIDITY

static final Key IMAP_UID_VALIDITY

POP3_UIDS

static final Key POP3_UIDS

DATE_LAST_MODIFIED

static final Key DATE_LAST_MODIFIED
Represents the date the item was created by the user. This key is read-only.


CLASS

static final ContainerClass CLASS
The ContainerClass that represents an ICmMailContainer.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved