filenet.vw.api

Class VWWorkBasket.QueryResults

  • java.lang.Object
    • filenet.vw.api.VWWorkBasket.QueryResults
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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.

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