|
|||||||||
Home >> All >> javax >> mail >> [ search overview ] | PREV NEXT |
A
- AddressStringTerm - class javax.mail.search.AddressStringTerm.
- A Term that compares two Addresses as Strings.
- AddressStringTerm(String) - Constructor for class javax.mail.search.AddressStringTerm
- Constructor.
- AddressTerm - class javax.mail.search.AddressTerm.
- Term that compares two addresses.
- AddressTerm(Address) - Constructor for class javax.mail.search.AddressTerm
- Constructor taking the address for this term.
- AndTerm - class javax.mail.search.AndTerm.
- Term that implements a logical AND across terms.
- AndTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.AndTerm
- Constructor for performing a binary AND.
- AndTerm(SearchTerm[]) - Constructor for class javax.mail.search.AndTerm
- Constructor for performing and AND across an arbitraty number of terms.
- address - Variable in class javax.mail.search.AddressTerm
- The address.
B
- BodyTerm - class javax.mail.search.BodyTerm.
- Term that matches on a message body.
- BodyTerm(String) - Constructor for class javax.mail.search.BodyTerm
C
- ComparisonTerm - class javax.mail.search.ComparisonTerm.
- Base for comparison terms.
- ComparisonTerm() - Constructor for class javax.mail.search.ComparisonTerm
- comparison - Variable in class javax.mail.search.ComparisonTerm
D
- DateTerm - class javax.mail.search.DateTerm.
- DateTerm(int, Date) - Constructor for class javax.mail.search.DateTerm
- date - Variable in class javax.mail.search.DateTerm
E
- EQ - Static variable in class javax.mail.search.ComparisonTerm
- equals(Object) - Method in class javax.mail.search.AddressTerm
- equals(Object) - Method in class javax.mail.search.AndTerm
- equals(Object) - Method in class javax.mail.search.ComparisonTerm
- equals(Object) - Method in class javax.mail.search.DateTerm
- equals(Object) - Method in class javax.mail.search.FlagTerm
- equals(Object) - Method in class javax.mail.search.HeaderTerm
- equals(Object) - Method in class javax.mail.search.IntegerComparisonTerm
- equals(Object) - Method in class javax.mail.search.MessageNumberTerm
- equals(Object) - Method in class javax.mail.search.NotTerm
- equals(Object) - Method in class javax.mail.search.OrTerm
- equals(Object) - Method in class javax.mail.search.RecipientStringTerm
- equals(Object) - Method in class javax.mail.search.RecipientTerm
- equals(Object) - Method in class javax.mail.search.StringTerm
F
- FlagTerm - class javax.mail.search.FlagTerm.
- Term for matching message javax.mail.Flags.
- FlagTerm(Flags, boolean) - Constructor for class javax.mail.search.FlagTerm
- FromStringTerm - class javax.mail.search.FromStringTerm.
- FromStringTerm(String) - Constructor for class javax.mail.search.FromStringTerm
- FromTerm - class javax.mail.search.FromTerm.
- FromTerm(Address) - Constructor for class javax.mail.search.FromTerm
- flags - Variable in class javax.mail.search.FlagTerm
- The flags to test.
G
- GE - Static variable in class javax.mail.search.ComparisonTerm
- GT - Static variable in class javax.mail.search.ComparisonTerm
- getAddress() - Method in class javax.mail.search.AddressTerm
- Return the address of this term.
- getComparison() - Method in class javax.mail.search.DateTerm
- getComparison() - Method in class javax.mail.search.IntegerComparisonTerm
- getDate() - Method in class javax.mail.search.DateTerm
- getFlags() - Method in class javax.mail.search.FlagTerm
- getHeaderName() - Method in class javax.mail.search.HeaderTerm
- getIgnoreCase() - Method in class javax.mail.search.StringTerm
- Indicate if case should be ignored when matching.
- getNumber() - Method in class javax.mail.search.IntegerComparisonTerm
- getPattern() - Method in class javax.mail.search.StringTerm
- Return the pattern associated with this term.
- getRecipientType() - Method in class javax.mail.search.RecipientStringTerm
- getRecipientType() - Method in class javax.mail.search.RecipientTerm
- getTerm() - Method in class javax.mail.search.NotTerm
- getTerms() - Method in class javax.mail.search.AndTerm
- Return the terms.
- getTerms() - Method in class javax.mail.search.OrTerm
- getTestSet() - Method in class javax.mail.search.FlagTerm
H
- HeaderTerm - class javax.mail.search.HeaderTerm.
- HeaderTerm(String, String) - Constructor for class javax.mail.search.HeaderTerm
- hashCode() - Method in class javax.mail.search.AddressTerm
- hashCode() - Method in class javax.mail.search.AndTerm
- hashCode() - Method in class javax.mail.search.ComparisonTerm
- hashCode() - Method in class javax.mail.search.DateTerm
- hashCode() - Method in class javax.mail.search.FlagTerm
- hashCode() - Method in class javax.mail.search.HeaderTerm
- hashCode() - Method in class javax.mail.search.IntegerComparisonTerm
- hashCode() - Method in class javax.mail.search.NotTerm
- hashCode() - Method in class javax.mail.search.OrTerm
- hashCode() - Method in class javax.mail.search.RecipientStringTerm
- hashCode() - Method in class javax.mail.search.RecipientTerm
- hashCode() - Method in class javax.mail.search.StringTerm
- headerName - Variable in class javax.mail.search.HeaderTerm
I
- IntegerComparisonTerm - class javax.mail.search.IntegerComparisonTerm.
- A Term that provides comparisons for integers.
- IntegerComparisonTerm(int, int) - Constructor for class javax.mail.search.IntegerComparisonTerm
- ignoreCase - Variable in class javax.mail.search.StringTerm
- If true, case should be ignored during matching.
J
- javax.mail.search - package javax.mail.search
- Classes modelling a mail system.
L
- LE - Static variable in class javax.mail.search.ComparisonTerm
- LT - Static variable in class javax.mail.search.ComparisonTerm
M
- MessageIDTerm - class javax.mail.search.MessageIDTerm.
- MessageIDTerm(String) - Constructor for class javax.mail.search.MessageIDTerm
- MessageNumberTerm - class javax.mail.search.MessageNumberTerm.
- MessageNumberTerm(int) - Constructor for class javax.mail.search.MessageNumberTerm
- match(Address) - Method in class javax.mail.search.AddressStringTerm
- Tests if the patterm associated with this Term is a substring of the address in the supplied object.
- match(Address) - Method in class javax.mail.search.AddressTerm
- Match to the supplied address.
- match(Message) - Method in class javax.mail.search.AndTerm
- Match by applying the terms, in order, to the Message and performing an AND operation to the result.
- match(Message) - Method in class javax.mail.search.BodyTerm
- match(Date) - Method in class javax.mail.search.DateTerm
- match(Message) - Method in class javax.mail.search.FlagTerm
- match(Message) - Method in class javax.mail.search.FromStringTerm
- match(Message) - Method in class javax.mail.search.FromTerm
- match(Message) - Method in class javax.mail.search.HeaderTerm
- match(int) - Method in class javax.mail.search.IntegerComparisonTerm
- match(Message) - Method in class javax.mail.search.MessageIDTerm
- match(Message) - Method in class javax.mail.search.MessageNumberTerm
- match(Message) - Method in class javax.mail.search.NotTerm
- match(Message) - Method in class javax.mail.search.OrTerm
- match(Message) - Method in class javax.mail.search.ReceivedDateTerm
- match(Message) - Method in class javax.mail.search.RecipientStringTerm
- match(Message) - Method in class javax.mail.search.RecipientTerm
- match(Message) - Method in class javax.mail.search.SearchTerm
- Checks a matching criteria defined by the concrete subclass of this Term.
- match(Message) - Method in class javax.mail.search.SentDateTerm
- match(Message) - Method in class javax.mail.search.SizeTerm
- match(String) - Method in class javax.mail.search.StringTerm
- Determine if the pattern associated with this term is a substring of the supplied String.
- match(Message) - Method in class javax.mail.search.SubjectTerm
- matchPart(Part) - Method in class javax.mail.search.BodyTerm
N
- NE - Static variable in class javax.mail.search.ComparisonTerm
- NotTerm - class javax.mail.search.NotTerm.
- Term that implements a logical negation.
- NotTerm(SearchTerm) - Constructor for class javax.mail.search.NotTerm
- number - Variable in class javax.mail.search.IntegerComparisonTerm
O
- OrTerm - class javax.mail.search.OrTerm.
- OrTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.OrTerm
- OrTerm(SearchTerm[]) - Constructor for class javax.mail.search.OrTerm
P
- pattern - Variable in class javax.mail.search.StringTerm
- The pattern associated with this term.
R
- ReceivedDateTerm - class javax.mail.search.ReceivedDateTerm.
- ReceivedDateTerm(int, Date) - Constructor for class javax.mail.search.ReceivedDateTerm
- RecipientStringTerm - class javax.mail.search.RecipientStringTerm.
- RecipientStringTerm(Message.RecipientType, String) - Constructor for class javax.mail.search.RecipientStringTerm
- RecipientTerm - class javax.mail.search.RecipientTerm.
- RecipientTerm(Message.RecipientType, Address) - Constructor for class javax.mail.search.RecipientTerm
S
- SearchException - exception javax.mail.search.SearchException.
- SearchException() - Constructor for class javax.mail.search.SearchException
- SearchException(String) - Constructor for class javax.mail.search.SearchException
- SearchTerm - class javax.mail.search.SearchTerm.
- Base class for Terms in a parse tree used to represent a search condition.
- SearchTerm() - Constructor for class javax.mail.search.SearchTerm
- SentDateTerm - class javax.mail.search.SentDateTerm.
- SentDateTerm(int, Date) - Constructor for class javax.mail.search.SentDateTerm
- SizeTerm - class javax.mail.search.SizeTerm.
- SizeTerm(int, int) - Constructor for class javax.mail.search.SizeTerm
- StringTerm - class javax.mail.search.StringTerm.
- A Term that provides matching criteria for Strings.
- StringTerm(String) - Constructor for class javax.mail.search.StringTerm
- Constructor specifying a pattern.
- StringTerm(String, boolean) - Constructor for class javax.mail.search.StringTerm
- Constructor specifying pattern and case sensitivity.
- SubjectTerm - class javax.mail.search.SubjectTerm.
- SubjectTerm(String) - Constructor for class javax.mail.search.SubjectTerm
- set - Variable in class javax.mail.search.FlagTerm
- If true, test that all flags are set; if false, test that all flags are clear.
T
- term - Variable in class javax.mail.search.NotTerm
- terms - Variable in class javax.mail.search.AndTerm
- Terms to which the AND operator should be applied.
- terms - Variable in class javax.mail.search.OrTerm
- type - Variable in class javax.mail.search.RecipientStringTerm
- type - Variable in class javax.mail.search.RecipientTerm
A B C D E F G H I J L M N O P R S T
|
|||||||||
Home >> All >> javax >> mail >> [ search overview ] | PREV NEXT |