com.endeca.navigation
Class AnalyticsStatementResult

java.lang.Object
  extended by com.endeca.navigation.AnalyticsStatementResult

public class AnalyticsStatementResult
extends Object

Contains the result of executing an Analytics statement.


Method Summary
 Iterator getERecIter()
          Returns an Iterator that provides access to the records associated with the statement.
 String getError()
          Returns the String error message associated with the Analytics statement, if any.
 String getName()
          Returns the statement name.
 long getReturnedNumERecs()
          Returns the number of records returned in this particular request.
 long getTotalNumERecs()
          Returns the total number of records that match the Analytics statement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns the statement name.


getERecIter

public Iterator getERecIter()
Returns an Iterator that provides access to the records associated with the statement.


getError

public String getError()
Returns the String error message associated with the Analytics statement, if any. If no error was encountered when processing this statement, null is returned.


getReturnedNumERecs

public long getReturnedNumERecs()
Returns the number of records returned in this particular request.


getTotalNumERecs

public long getTotalNumERecs()
Returns the total number of records that match the Analytics statement.



© 2003, 2012 Oracle and/or its affiliates. All rights reserved.