org.pentaho.platform.repository.subscription
Class SubscriptionResultSet

java.lang.Object
  extended by MemoryResultSet
      extended by org.pentaho.platform.repository.subscription.SubscriptionResultSet

public class SubscriptionResultSet
extends MemoryResultSet


Constructor Summary
SubscriptionResultSet(String scheduleId, IPentahoSession userSession, String[] parameterNames, String solution, String path, String action)
           
 
Method Summary
 Object getValueAt(int row, int column)
           
 Object[] next()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionResultSet

public SubscriptionResultSet(String scheduleId,
                             IPentahoSession userSession,
                             String[] parameterNames,
                             String solution,
                             String path,
                             String action)
Method Detail

next

public Object[] next()

getValueAt

public Object getValueAt(int row,
                         int column)