public interface IDfResultsSet
Modifier and Type | Method and Description |
---|---|
IDfResultEntry |
getResult()
Gets the current result.
|
IDfResultEntry |
getResultAt(int index)
Gets the result at a specified index.
|
IDfResultEntry |
getResultByKey(java.lang.String key)
Gets the result that is represented by the specified String key.
|
boolean |
next()
Goes to the next result.
|
void |
reset()
Resets the cursor to the start of the list.
|
int |
size()
Gets the number of results in the list.
|
boolean next()
true
, if there is result available; false
if the end of the list has been reached.IDfResultEntry getResult()
void reset()
IDfResultEntry getResultAt(int index)
index
- An int between 0 and the size of the list minus 1.IDfResultEntry getResultByKey(java.lang.String key) throws DfException
key
- A String key for the result.DfException
IDfResultEntry.getKey()
int size()
Copyright 1994-2023 OpenText Corporation. All rights reserved.