Author: norman
Date: Wed Jun 1 17:22:22 2011
New Revision: 1130234
URL: http://svn.apache.org/viewvc?rev=1130234&view=rev
Log:
Add javadocs + remove empty package
Removed:
james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/lucene/
Modified:
james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/MessageMapper.java
Modified:
james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/MessageMapper.java
URL:
http://svn.apache.org/viewvc/james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/MessageMapper.java?rev=1130234&r1=1130233&r2=1130234&view=diff
==============================================================================
---
james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/MessageMapper.java
(original)
+++
james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/MessageMapper.java
Wed Jun 1 17:22:22 2011
@@ -172,6 +172,17 @@ public interface MessageMapper<Id> exten
*/
public abstract long getHighestModSeq(Mailbox<Id> mailbox) throws
MailboxException;
+
+ /**
+ * Search the Mailbox with the given {@link SearchQuery} and return the
uid of the matched messages.
+ *
+ * The uids are sorted.
+ *
+ * @param mailbox
+ * @param query
+ * @return result
+ * @throws MailboxException
+ */
public Iterator<Long> search(Mailbox<Id> mailbox, SearchQuery query)
throws MailboxException;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]