Process API

filenet.vw.api
Class VWWorkBasket.QueryResults

java.lang.Object
  extended by filenet.vw.api.VWWorkBasket.QueryResults
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
VWWorkBasket

public static class VWWorkBasket.QueryResults
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

getLastRecord

public java.lang.String getLastRecord()
Gets the last record in the query results.

Returns:
A base64-encoded String containing the last record of the query results.

getWorkObjects

public java.lang.Object[] getWorkObjects()
Gets the array of workobjects that is returned by the query.

Returns:
An Object array of workobjects.

toString

public java.lang.String toString()
Gets a String representation of the query results for the workbasket.

Overrides:
toString in class java.lang.Object
Returns:
A String containing the query results for the workbasket.

Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.