IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

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

Packages that use IDatapoolRecord
com.rational.test.ft.datapool The package com.rational.test.ft.datapool provides the datapool factory and iterator classes. 
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
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()
           
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 IDatapoolEquivalenceClass.getRecord(int record)
          Access to the record contents at the specified zero based record index.
 IDatapoolRecord IDatapoolCell.getCellRecord()
          Access to the record that is the parent of this cell.