|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SearchKey in com.hs.mail.imap.dao |
|---|
| Methods in com.hs.mail.imap.dao with parameters of type SearchKey | |
|---|---|
List<Long> |
SearchDao.query(UidToMsnMapper map,
long mailboxid,
SearchKey key)
|
List<Long> |
MySqlSearchDao.query(UidToMsnMapper map,
long mailboxID,
SearchKey key)
|
| Uses of SearchKey in com.hs.mail.imap.mailbox |
|---|
| Methods in com.hs.mail.imap.mailbox with parameters of type SearchKey | |
|---|---|
List<Long> |
MailboxManager.search(UidToMsnMapper map,
long mailboxID,
SearchKey key)
Searches for the messages matching the given query. |
List<Long> |
DefaultMailboxManager.search(UidToMsnMapper map,
long mailboxID,
SearchKey key)
|
| Uses of SearchKey in com.hs.mail.imap.message.builder |
|---|
| Methods in com.hs.mail.imap.message.builder that return SearchKey | |
|---|---|
protected SearchKey |
SearchRequestBuilder.createSearchKey(String tag,
LinkedList<Token> tokens,
String charset)
|
| Uses of SearchKey in com.hs.mail.imap.message.request |
|---|
| Methods in com.hs.mail.imap.message.request that return SearchKey | |
|---|---|
SearchKey |
SearchRequest.getSearchKey()
|
| Constructors in com.hs.mail.imap.message.request with parameters of type SearchKey | |
|---|---|
SearchRequest(String tag,
String command,
String charset,
SearchKey searchKey,
boolean useUID)
|
|
| Uses of SearchKey in com.hs.mail.imap.message.request.ext |
|---|
| Constructors in com.hs.mail.imap.message.request.ext with parameters of type SearchKey | |
|---|---|
SortRequest(String tag,
String command,
String charset,
SortKey sortKey,
SearchKey searchKey,
boolean useUID)
|
|
| Uses of SearchKey in com.hs.mail.imap.message.search |
|---|
| Subclasses of SearchKey in com.hs.mail.imap.message.search | |
|---|---|
class |
AddressStringKey
This abstract class implements search-criteria for Message addresses. |
class |
AllKey
All messages in the mailbox; the default initial key for ANDing. |
class |
AndKey
This class implements the logical AND operator on individual SearchKeys. |
class |
ComparisonKey
This class models the comparison operator. |
class |
CompositeKey
|
class |
DateKey
This class implements search-criteria for Dates. |
class |
FlagKey
This class implements search-criteria for Message Flag. |
class |
FromStringKey
This class implements search-criteria for the From Address header. |
class |
HeaderKey
This class implements search-criteria for Message headers. |
class |
IntegerComparisonKey
This class implements search-criteria for integers. |
class |
InternalDateKey
This class implements search-criteria for Message InternalDate. |
class |
KeywordKey
This class implements search-criteria for Message Keyword (User Flag). |
class |
NotKey
This class implements the logical NEGATION operator. |
class |
OrKey
This class implements the logical OR operator on individual SearchKeys. |
class |
RecipientStringKey
This class implements search-criteria for the Recipient Address header. |
class |
SearchKeyList
This class implements a composite SearchKey composed with multiple SearchKeys. |
class |
SentDateKey
This class implements search-criteria for the Message SentDate. |
class |
SequenceKey
This class implements search-criteria for the message sequence numbers. |
class |
SizeKey
This class implements search-criteria for Message sizes. |
class |
StringKey
This class implements search-criteria for Strings. |
class |
SubjectKey
This class implements search-criteria for the Message Subject header. |
class |
TextKey
This class implements search-criteria for the Message Header or Contents text. |
| Fields in com.hs.mail.imap.message.search declared as SearchKey | |
|---|---|
protected SearchKey |
NotKey.key
|
| Fields in com.hs.mail.imap.message.search with type parameters of type SearchKey | |
|---|---|
protected List<SearchKey> |
SearchKeyList.keys
|
| Methods in com.hs.mail.imap.message.search that return SearchKey | |
|---|---|
SearchKey |
NotKey.getSearchKey()
|
| Methods in com.hs.mail.imap.message.search that return types with arguments of type SearchKey | |
|---|---|
List<SearchKey> |
SearchKeyList.getSearchKeys()
|
| Methods in com.hs.mail.imap.message.search with parameters of type SearchKey | |
|---|---|
void |
SearchKeyList.addKey(SearchKey key)
|
| Constructors in com.hs.mail.imap.message.search with parameters of type SearchKey | |
|---|---|
AndKey(SearchKey k1,
SearchKey k2)
|
|
CompositeKey(SearchKey key)
|
|
NotKey(SearchKey k)
|
|
OrKey(SearchKey k1,
SearchKey k2)
|
|
| Constructor parameters in com.hs.mail.imap.message.search with type arguments of type SearchKey | |
|---|---|
SearchKeyList(List<SearchKey> keys)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||