|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchTerm | |
---|---|
javax.mail | |
javax.mail.search |
Uses of SearchTerm in javax.mail |
---|
Methods in javax.mail with parameters of type SearchTerm | |
---|---|
boolean |
Message.match(SearchTerm term)
Apply the specified search criteria to this message |
Message[] |
Folder.search(SearchTerm term)
Search this folder for messages matching the supplied search criteria. |
Message[] |
Folder.search(SearchTerm term,
Message[] messages)
Search the supplied messages for those that match the supplied criteria; messages must belong to this folder. |
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 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 |
NotTerm.term
|
protected SearchTerm[] |
AndTerm.terms
Terms to which the AND operator should be applied. |
protected SearchTerm[] |
OrTerm.terms
|
Methods in javax.mail.search that return SearchTerm | |
---|---|
SearchTerm |
NotTerm.getTerm()
|
SearchTerm[] |
AndTerm.getTerms()
Return the terms. |
SearchTerm[] |
OrTerm.getTerms()
|
Constructors in javax.mail.search with parameters of type SearchTerm | |
---|---|
AndTerm(SearchTerm[] terms)
Constructor for performing and AND across an arbitraty number of terms. |
|
AndTerm(SearchTerm a,
SearchTerm b)
Constructor for performing a binary AND. |
|
NotTerm(SearchTerm term)
|
|
OrTerm(SearchTerm[] terms)
|
|
OrTerm(SearchTerm a,
SearchTerm b)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |