com.bea.wli.worklist.api
Interface TaskInfoCursor

All Superinterfaces:
Serializable

public interface TaskInfoCursor
extends Serializable

A cursor to browse your result set


Method Summary
 TaskInfo[] getTaskInfos()
           
 boolean isAfterLast()
           
 boolean isBeforeFirst()
           
 

Method Detail

getTaskInfos

public TaskInfo[] getTaskInfos()
                        throws ManagementException,
                               RemoteException
Returns:
the task infos at the current position. An array of size 0 if none.
Throws:
ManagementException
RemoteException

isBeforeFirst

public boolean isBeforeFirst()
Returns:
true if the cursor is before the first element, else false

isAfterLast

public boolean isAfterLast()
Returns:
true if the cursor is after the last element, else false