public interface MailStatusResult
| Modifier and Type | Method and Description |
|---|---|
Iterator<MailStatus> |
getAll() |
Iterator<MailStatus> |
getByState(MailState state) |
long |
getSize() |
long getSize()
Iterator<MailStatus> getAll()
Iterator<MailStatus> getByState(MailState state)
state - the stats to match (ready to send, sent successfully or failed to send)Copyright © 2004–2015 XWiki. All rights reserved.