Class DefaultQueryResult

java.lang.Object
com.opentext.ia.sdk.client.impl.DefaultQueryResult
All Implemented Interfaces:
QueryResult, java.io.Closeable, java.lang.AutoCloseable

public class DefaultQueryResult
extends java.lang.Object
implements java.io.Closeable, QueryResult
Default implementation of QueryResult.
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultQueryResult​(int resultSetQuota, int aiuQuota, int resultSetCount, int aipQuota, boolean cacheOutAipIgnored, java.io.InputStream resultStream, java.io.Closeable dependentResource)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    int getAipQuota()  
    int getAiuQuota()  
    int getResultSetCount()  
    int getResultSetQuota()  
    java.io.InputStream getResultStream()  
    boolean isCacheOutAipIgnored()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait