|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWWorkBasket.QueryResults
public static class VWWorkBasket.QueryResults
Represents the query result as returned by the fetchNextBatch
method. The last record is returned as a base64-encoded string. The result of the query
is in the array of workobjects.
Method Summary | |
---|---|
java.lang.String |
getLastRecord()
Gets the last record in the query results. |
java.lang.Object[] |
getWorkObjects()
Gets the array of workobjects that is returned by the query. |
java.lang.String |
toString()
Gets a String representation of the query results for the workbasket. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getLastRecord()
public java.lang.Object[] getWorkObjects()
public java.lang.String toString()
toString
in class java.lang.Object
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |