org.wfmc.wapi
Interface WMProcessDefinitionIterator

All Superinterfaces:
java.util.Iterator, WMIterator
All Known Implementing Classes:
WMProcessDefinitionIteratorImpl

public interface WMProcessDefinitionIterator
extends WMIterator

Iterator for retrieving process definitions.

Author:
Adrian Price

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

Method Detail

tsNext

public WMProcessDefinition tsNext()
                           throws WMNoMoreDataException
Retrieves the next process definition.

Returns:
The process definition.
Throws:
WMNoMoreDataException - if no more data are available.


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