|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface allows a specified range of results to be returned from Worklist queries. This improves scalability and performance for querying operations. The cursor will hold a specified range of results, and the cursor can be moved backward and forward to fetch the next or prior set of results.
TaskInfoCursor| Method Summary | |
TaskInfoCursor |
getTaskInfoCursor(TaskSelector taskSelector,
int resultSize)
Return a cursor with the specified size. |
TaskInfoCursor |
moveCursorBackward(TaskInfoCursor taskInfoCursor)
Move the cursor backward. |
TaskInfoCursor |
moveCursorForward(TaskInfoCursor taskInfoCursor)
Move the cursor forward to the next position. |
TaskInfoCursor |
refreshCursor(TaskInfoCursor taskInfoCursor)
Refresh the data for the tasks in the cursor at the current position. |
| Method Detail |
public TaskInfoCursor getTaskInfoCursor(TaskSelector taskSelector,
int resultSize)
throws ManagementException,
RemoteException
taskSelector - the task selectorresultSize - the size of the cursor
ManagementException - if the operation failed
RemoteException - if the communication failed
public TaskInfoCursor moveCursorForward(TaskInfoCursor taskInfoCursor)
throws ManagementException,
RemoteException
taskInfoCursor - the cursor
ManagementException
RemoteException
public TaskInfoCursor moveCursorBackward(TaskInfoCursor taskInfoCursor)
throws ManagementException,
RemoteException
taskInfoCursor - the cursor
ManagementException
RemoteException
public TaskInfoCursor refreshCursor(TaskInfoCursor taskInfoCursor)
throws ManagementException,
RemoteException
taskInfoCursor - the cursor
ManagementException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||