public class ListQuery extends Object implements Query
ListQuery(List<Event> events, String filter)
void
dispose()
List<Event>
getNext(long count)
boolean
hasMore()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListQuery(List<Event> events, String filter) throws org.eclipse.scada.utils.filter.FilterParseException
org.eclipse.scada.utils.filter.FilterParseException
public List<Event> getNext(long count) throws Exception
getNext
Query
Exception
public boolean hasMore()
hasMore
public void dispose()
dispose