|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorklistScrollableResultManager
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.
TaskDataCursor
Method Summary | |
---|---|
TaskInfoCursor |
getTaskInfoCursor(TaskSelector taskSelector,
int resultSize)
Deprecated. Return a cursor with the specified size. |
TaskInfoCursor |
moveCursorBackward(TaskInfoCursor taskInfoCursor)
Deprecated. Move the cursor backward. |
TaskInfoCursor |
moveCursorForward(TaskInfoCursor taskInfoCursor)
Deprecated. Move the cursor forward to the next position. |
TaskInfoCursor |
refreshCursor(TaskInfoCursor taskInfoCursor)
Deprecated. Refresh the data for the tasks in the cursor at the current position. |
Method Detail |
---|
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 failedTaskInfoCursor moveCursorForward(TaskInfoCursor taskInfoCursor) throws ManagementException, RemoteException
taskInfoCursor
- the cursor
ManagementException
RemoteException
TaskInfoCursor moveCursorBackward(TaskInfoCursor taskInfoCursor) throws ManagementException, RemoteException
taskInfoCursor
- the cursor
ManagementException
RemoteException
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 |