|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mailboxmanager.SearchQuery.Criterion
org.apache.james.mailboxmanager.SearchQuery.TextCriterion
public static final class SearchQuery.TextCriterion
Message text.
| Field Summary | |
|---|---|
static int |
BODY
Only the message body content. |
static int |
FULL_MESSAGE
The full message content including headers. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
SearchQuery.ContainsOperator |
getOperator()
Gets the search operation and value to be evaluated. |
int |
getType()
Gets the type of text to be searched. |
int |
hashCode()
|
java.lang.String |
toString()
Constructs a String with all attributes in name =
value format. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int BODY
public static final int FULL_MESSAGE
| Method Detail |
|---|
public final int getType()
BODY or FULL_MESSAGEpublic final SearchQuery.ContainsOperator getOperator()
Operator, not nullpublic int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
String with all attributes in name =
value format.
toString in class java.lang.ObjectString representation of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||