|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.exchange.PropertyKey
com.compoze.exchange.FilterPropertyKey
com.compoze.exchange.MessageFilterPropertyKey
This class is a specific property key that can be used for filtering messages.
Messages
,
Serialized FormField Summary | |
static MessageFilterPropertyKey |
MESSAGE_FILTER_IMPORTANCE
Key that represents the Compoze filter property to filter by message importance. |
static MessageFilterPropertyKey |
MESSAGE_FILTER_SENDER
Key that represents the Compoze filter property to filter by message sender name. |
static PropertyKey |
MESSAGE_FILTER_SENDER_EMAIL_ADDRESS
Key that represents the Compoze filter property to filter by the email address of the sender. |
static MessageFilterPropertyKey |
MESSAGE_FILTER_SUBJECT
Key that represents the Compoze filter property to filter by message subject. |
static MessageFilterPropertyKey |
MESSAGE_FILTER_TEXT
Key that represents the Compoze filter property to filter by message text. |
static MessageFilterPropertyKey |
MESSAGE_FILTER_TIME_FIRST
Key that represents the Compoze filter property to filter by message time first. |
static MessageFilterPropertyKey |
MESSAGE_FILTER_TIME_LAST
Key that represents the Compoze filter property to filter by message time last. |
static MessageFilterPropertyKey |
MESSAGE_FILTER_TIME_SENT
Key that represents the Compoze filter property to filter by message time sent. |
static MessageFilterPropertyKey |
MESSAGE_FILTER_TYPE
Key that represents the Compoze filter property to filter by message type. |
static MessageFilterPropertyKey |
MESSAGE_FILTER_UNREAD
Key that represents the Compoze filter property to filter by message unread flag. |
Constructor Summary | |
protected |
MessageFilterPropertyKey(java.lang.String sPropertyName,
int iValueType,
int iKeyType)
Constructor. |
Method Summary | |
static java.util.List |
getList()
Gets the list of message filter property keys |
Methods inherited from class com.compoze.exchange.PropertyKey |
equals, getKey, getKeyType, getValueClass, getValueType, hashCode, isArray, setKey, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final MessageFilterPropertyKey MESSAGE_FILTER_TYPE
public static final MessageFilterPropertyKey MESSAGE_FILTER_SENDER
public static final MessageFilterPropertyKey MESSAGE_FILTER_SUBJECT
public static final MessageFilterPropertyKey MESSAGE_FILTER_TEXT
public static final MessageFilterPropertyKey MESSAGE_FILTER_UNREAD
public static final MessageFilterPropertyKey MESSAGE_FILTER_IMPORTANCE
public static final MessageFilterPropertyKey MESSAGE_FILTER_TIME_SENT
public static final MessageFilterPropertyKey MESSAGE_FILTER_TIME_FIRST
public static final MessageFilterPropertyKey MESSAGE_FILTER_TIME_LAST
public static final PropertyKey MESSAGE_FILTER_SENDER_EMAIL_ADDRESS
Constructor Detail |
protected MessageFilterPropertyKey(java.lang.String sPropertyName, int iValueType, int iKeyType)
sPropertyName
- the property nameiValueType
- the value type (one of the VALUE_
constants)iKeyType
- the key type (one of the KEY_
constants)Method Detail |
public static java.util.List getList()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |