org.ikasan.framework.event.wiretap.model
Class PagedWiretapSearchResult
java.lang.Object
org.ikasan.framework.event.wiretap.model.PagedWiretapSearchResult
- All Implemented Interfaces:
- Serializable
public class PagedWiretapSearchResult
- extends Object
- implements Serializable
Search result Data Transfer Object for WireTapEvents
This DTO object contains:
+ a List of WiretapEventHeaders (lightweight references to the heavy weight WiretapEvent)
these are the page contents
+ resultSize - referring to the total size of the search results being paged
+ firstResult - the position in the greater result set where the first element of this page exists
- Author:
- Ikasan Development Team
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PagedWiretapSearchResult
public PagedWiretapSearchResult(List<WiretapEventHeader> wiretapEventHeaders,
long resultSize,
int firstResult)
getFirstResult
public int getFirstResult()
getResultSize
public long getResultSize()
getWiretapEventHeaders
public List<WiretapEventHeader> getWiretapEventHeaders()
getFirstIndex
public int getFirstIndex()
getLastIndex
public int getLastIndex()
Copyright © 2007-2012 Ikasan. All Rights Reserved.