TaskInfoCursor Interface

com.bea.wli.worklist.api
TaskInfoCursor Interface

public interface TaskInfoCursor

    extends Serializable

A cursor to browse your result set


All Superinterfaces
Serializable

Method Summary

public TaskInfo[]
getTaskInfos()
public boolean
isAfterLast()
public boolean
isBeforeFirst()

Method Detail

getTaskInfos() Method

public TaskInfo[] getTaskInfos()
throws ManagementException, RemoteException

Returns

the task infos at the current position. An array of size 0 if none.

Exceptions

ManagementException
RemoteException

isAfterLast() Method

public boolean isAfterLast()

Returns

true if the cursor is after the last element, else false

isBeforeFirst() Method

public boolean isBeforeFirst()

Returns

true if the cursor is before the first element, else false