IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Interface
org.eclipse.hyades.execution.runtime.datapool.IDatapoolRecord

Packages that use IDatapoolRecord
com.rational.test.ft.datapool   
com.rational.test.ft.script   
org.eclipse.hyades.edit.datapool The package org.eclipse.hyades.edit.datapool provides the extended datapool interface specification. 
org.eclipse.hyades.execution.runtime.datapool The package org.eclipse.hyades.execution.runtime.datapool provides the execution level datapool interface specification. 
 

Uses of IDatapoolRecord in com.rational.test.ft.datapool
 

Methods in com.rational.test.ft.datapool that return IDatapoolRecord
 IDatapoolRecord SequentialIterator.dpCurrent()
           
 IDatapoolRecord RandomIterator.dpCurrent()
           
 IDatapoolRecord KeywordDatapoolIterator.dpCurrent()
           
abstract  IDatapoolRecord BaseDatapoolIterator.dpCurrent()
           
 

Uses of IDatapoolRecord in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script that return IDatapoolRecord
 IDatapoolRecord DatapoolScriptSupport.dpCurrent()
          The record currently available from the iterator for the associated instance of the datapool.
 

Uses of IDatapoolRecord in org.eclipse.hyades.edit.datapool
 

Subinterfaces of IDatapoolRecord in org.eclipse.hyades.edit.datapool
 interface IDatapoolRecord
          A logical grouping of values in a datapool.
 

Uses of IDatapoolRecord in org.eclipse.hyades.execution.runtime.datapool
 

Methods in org.eclipse.hyades.execution.runtime.datapool that return IDatapoolRecord
 IDatapoolRecord IDatapoolIterator.dpCurrent()
          The record currently available from this iterator for the associated instance of the datapool.
 IDatapoolRecord IDatapoolCell.getCellRecord()
          Access to the record that is the parent of this cell.
 IDatapoolRecord IDatapoolEquivalenceClass.getRecord(int record)
          Access to the record contents at the specified zero based record index.