org.wfmc.wapi
Interface WMWorkItemIterator

All Superinterfaces:
java.util.Iterator, WMIterator

public interface WMWorkItemIterator
extends WMIterator

Iterator for retrieving work items.

Author:
Adrian Price

Method Summary
 WMWorkItem tsNext()
          Retrieves the next work item.
 
Methods inherited from interface org.wfmc.wapi.WMIterator
getCount
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

tsNext

public WMWorkItem tsNext()
                  throws WMNoMoreDataException
Retrieves the next work item.

Returns:
The work item.
Throws:
WMNoMoreDataException - if no more data are available.


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.