|
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.SortPropertyKey
This class is a specific property key that can be used for sorting.
Field Summary | |
static SortPropertyKey |
MESSAGE_SORT_DISPLAY_TO
Key that represents the Compoze sort property to sort by display 'To' address. |
static SortPropertyKey |
MESSAGE_SORT_IMPORTANCE
Key that represents the Compoze sort property to sort by message importance. |
static SortPropertyKey |
MESSAGE_SORT_READ_RECEIPT
Key that represents the Compoze sort property to sort by message read receipt. |
static SortPropertyKey |
MESSAGE_SORT_SENDER_NAME
Key that represents the Compoze sort property to sort by message sender. |
static SortPropertyKey |
MESSAGE_SORT_SENSITIVITY
Key that represents the Compoze sort property to sort by message sensitivity. |
static SortPropertyKey |
MESSAGE_SORT_SIZE
Key that represents the Compoze sort property to sort by message size. |
static SortPropertyKey |
MESSAGE_SORT_SUBJECT
Key that represents the Compoze sort property to sort by message subject. |
static SortPropertyKey |
MESSAGE_SORT_TIME_CREATED
Key that represents the Compoze sort property to sort by message time created. |
static SortPropertyKey |
MESSAGE_SORT_TIME_EXPIRED
Key that represents the Compoze sort property to sort by message time expired. |
static SortPropertyKey |
MESSAGE_SORT_TIME_LAST_MODIFIED
Key that represents the Compoze sort property to sort by message time last modified. |
static SortPropertyKey |
MESSAGE_SORT_TIME_RECEIVED
Key that represents the Compoze sort property to sort by message time received. |
static SortPropertyKey |
MESSAGE_SORT_TIME_SENT
Key that represents the Compoze sort property to sort by message time sent. |
static SortPropertyKey |
MESSAGE_SORT_TYPE
Key that represents the Compoze sort property to sort by message type. |
Constructor Summary | |
|
SortPropertyKey(PropertyKey key)
Constructor. |
protected |
SortPropertyKey(java.lang.String sPropertyName,
int iKeyType)
Constructor. |
protected |
SortPropertyKey(java.lang.String sPropertyName,
int iValueType,
int iKeyType)
Constructor. |
Method Summary | |
static java.util.List |
getList()
Gets the list of sort 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 SortPropertyKey MESSAGE_SORT_TYPE
public static final SortPropertyKey MESSAGE_SORT_READ_RECEIPT
public static final SortPropertyKey MESSAGE_SORT_IMPORTANCE
public static final SortPropertyKey MESSAGE_SORT_SENSITIVITY
public static final SortPropertyKey MESSAGE_SORT_SUBJECT
public static final SortPropertyKey MESSAGE_SORT_SIZE
public static final SortPropertyKey MESSAGE_SORT_TIME_RECEIVED
public static final SortPropertyKey MESSAGE_SORT_TIME_CREATED
public static final SortPropertyKey MESSAGE_SORT_TIME_EXPIRED
public static final SortPropertyKey MESSAGE_SORT_TIME_LAST_MODIFIED
public static final SortPropertyKey MESSAGE_SORT_TIME_SENT
public static final SortPropertyKey MESSAGE_SORT_SENDER_NAME
public static final SortPropertyKey MESSAGE_SORT_DISPLAY_TO
Constructor Detail |
public SortPropertyKey(PropertyKey key)
key
- the property key to sort by (warning: Exchange may
not respect all keys for sorting depending on what version
you are using and which messages and properties you are trying
to sort, so if you use this constructor you are on your own)protected SortPropertyKey(java.lang.String sPropertyName, int iKeyType)
sPropertyName
- the property nameiKeyType
- the key type (one of the KEY_
constants)protected SortPropertyKey(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 |