com.bea.wli.worklist.api
Interface TaskEventIterator


public interface TaskEventIterator

Allows a client to iterate over historical events from TaskHistory.

Since:
9.2

Method Summary
 boolean hasNext()
           
 TaskEventHistory next()
           
 

Method Detail

hasNext

boolean hasNext()
                throws RemoteException
Returns:
Throws:
RemoteException

next

TaskEventHistory next()
                      throws RemoteException,
                             ManagementException
Returns:
Throws:
RemoteException
ManagementException