org.wfmc.wapi
Interface WMProcessDefinitionStateIterator

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

public interface WMProcessDefinitionStateIterator
extends WMIterator

Iterator for retrieving process definition states.

Author:
Adrian Price

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

Method Detail

tsNext

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

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


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