|
|||||||||
| Home >> All >> javax >> mail >> [ search overview ] | PREV NEXT | ||||||||
Uses of Class
javax.mail.search.SearchTerm
| Uses of SearchTerm in javax.mail.search |
| Subclasses of SearchTerm in javax.mail.search | |
class |
AddressStringTerm
A Term that compares two Addresses as Strings. |
class |
AddressTerm
Term that compares two addresses. |
class |
AndTerm
Term that implements a logical AND across terms. |
class |
BodyTerm
Term that matches on a message body. |
class |
ComparisonTerm
Base for comparison terms. |
class |
DateTerm
|
class |
FlagTerm
Term for matching message javax.mail.Flags. |
class |
FromStringTerm
|
class |
FromTerm
|
class |
HeaderTerm
|
class |
IntegerComparisonTerm
A Term that provides comparisons for integers. |
class |
MessageIDTerm
|
class |
MessageNumberTerm
|
class |
NotTerm
Term that implements a logical negation. |
class |
OrTerm
|
class |
ReceivedDateTerm
|
class |
RecipientStringTerm
|
class |
RecipientTerm
|
class |
SentDateTerm
|
class |
SizeTerm
|
class |
StringTerm
A Term that provides matching criteria for Strings. |
class |
SubjectTerm
|
| Fields in javax.mail.search declared as SearchTerm | |
protected SearchTerm[] |
OrTerm.terms
|
protected SearchTerm |
NotTerm.term
|
protected SearchTerm[] |
AndTerm.terms
Terms to which the AND operator should be applied. |
| Methods in javax.mail.search that return SearchTerm | |
SearchTerm[] |
OrTerm.getTerms()
|
SearchTerm |
NotTerm.getTerm()
|
SearchTerm[] |
AndTerm.getTerms()
Return the terms. |
| Constructors in javax.mail.search with parameters of type SearchTerm | |
OrTerm(SearchTerm a,
SearchTerm b)
|
|
OrTerm(SearchTerm[] terms)
|
|
NotTerm(SearchTerm term)
|
|
AndTerm(SearchTerm a,
SearchTerm b)
Constructor for performing a binary AND. |
|
AndTerm(SearchTerm[] terms)
Constructor for performing and AND across an arbitraty number of terms. |
|
|
|||||||||
| Home >> All >> javax >> mail >> [ search overview ] | PREV NEXT | ||||||||