IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.lt.datacorrelation.testgen.IDCStringLocator

Packages that use IDCStringLocator
com.ibm.rational.test.lt.datacorrelation.testgen   
com.ibm.rational.test.lt.datacorrelation.testgen.proto   
com.ibm.rational.test.lt.testeditor.common   
com.ibm.rational.test.lt.testeditor.dc   
com.ibm.rational.test.lt.testeditor.main   
com.ibm.rational.test.lt.testeditor.navigation   
com.ibm.rational.test.lt.testeditor.wizard   
 

Uses of IDCStringLocator in com.ibm.rational.test.lt.datacorrelation.testgen
 

Methods in com.ibm.rational.test.lt.datacorrelation.testgen with parameters of type IDCStringLocator
 com.ibm.rational.test.common.models.behavior.cbdata.Substituter DataCorrelator.addCorrelation(IDCStringLocator subString, com.ibm.rational.test.common.models.behavior.cbdata.DataSource harvester)
           
 com.ibm.rational.test.common.models.behavior.cbdata.Substituter DataCorrelator.addCorrelation(IDCStringLocator subString, IDCStringLocator harvestString)
           
 com.ibm.rational.test.common.models.behavior.cbdata.CorrelationHarvester DataCorrelator.addHarvester(IDCStringLocator harvestString)
           
 com.ibm.rational.test.common.models.behavior.cbdata.Substituter DataCorrelator.addSubstituter(IDCStringLocator subString)
           
 List DataCorrelator.canHarvest(IDCStringLocator strl)
           
 List DataCorrelator.canSubstitute(IDCStringLocator strl)
           
 List DataCorrelator.findPossibleHarvestSites(LTTest test, IDCStringLocator subString)
           
 List DataCorrelator.findPossibleHarvestSites(LTTest test, IDCStringLocator subString, IProgressMonitor monitor)
          This function will find possible correlation sites given a string
 List DataCorrelator.findPossibleHarvestSites(LTTest test, IDCStringLocator subString, IProgressMonitor monitor, int[] srchList)
          This method will find possible correlation sites given a string
 String DataCorrelator.getDPColName(IDCStringLocator strl)
           
 

Uses of IDCStringLocator in com.ibm.rational.test.lt.datacorrelation.testgen.proto
 

Methods in com.ibm.rational.test.lt.datacorrelation.testgen.proto that return IDCStringLocator
 IDCStringLocator IProtoElementAdapter.findDPColName(IDCStringLocator strl)
          This will try to find an appropriate column name for a given value
 

Methods in com.ibm.rational.test.lt.datacorrelation.testgen.proto with parameters of type IDCStringLocator
 boolean IProtoElementAdapter.canHarvest(IDCStringLocator strl)
          This will determine if this ProtocolAdapter wants to/can be a data source or not for this site
 boolean IProtoElementAdapter.canSubstitute(IDCStringLocator strl)
          This will determine if this ProtocolAdapter wants to/can perform substitution on the specified element or not
 IDCStringLocator IProtoElementAdapter.findDPColName(IDCStringLocator strl)
          This will try to find an appropriate column name for a given value
 List IProtoElementAdapter.findHarvestSites(IDCStringLocator strl, CBActionElement cb)
          Given a string, we will work backwards from that element through the test and find all possible sites where the string is found.
 boolean IProtoElementAdapter.getShouldEncode(IDCStringLocator dataString)
           
 com.ibm.rational.test.common.models.behavior.cbdata.DataSource IProtoElementAdapter.makeDataSource(IDCStringLocator strl)
           
 com.ibm.rational.test.common.models.behavior.cbdata.Substituter IProtoElementAdapter.makeSub(IDCStringLocator strl)
           
 

Uses of IDCStringLocator in com.ibm.rational.test.lt.testeditor.common
 

Methods in com.ibm.rational.test.lt.testeditor.common that return IDCStringLocator
protected  IDCStringLocator ExtendedStyledText.getStringLocatorFromData(DataBoundStyleRange dbsr)
          Deprecated. Utility method creates, populates and returns an instance of IDCStringLocator with contents, representing correlation attribute contained in the arguemnt.
protected  IDCStringLocator ExtendedStyledText.getStringLocatorFromSelection(Point selection)
          Deprecated. Utility method creates, populates and returns an instance of IDCStringLocator with contents (offset and length) representing range contained in the arguemnt.
protected static IDCStringLocator DataCorrelationUtil.promptForHarvesterType(List list, IDCStringLocator sl)
           
 

Methods in com.ibm.rational.test.lt.testeditor.common with parameters of type IDCStringLocator
static com.ibm.rational.test.common.models.behavior.cbdata.CorrelationHarvester DataCorrelationUtil.createCorrelationHarvester(IDCStringLocator sl, LoadTestEditor editor)
          Creates CorrelationHarvester.
static com.ibm.rational.test.common.models.behavior.cbdata.Substituter DataCorrelationUtil.createSubstituter(IDCStringLocator strLoc, com.ibm.rational.test.common.models.behavior.cbdata.DataSource ds, LoadTestEditor editor)
          Creates Substituter.
protected static IDCStringLocator DataCorrelationUtil.promptForHarvesterType(List list, IDCStringLocator sl)
           
 

Uses of IDCStringLocator in com.ibm.rational.test.lt.testeditor.dc
 

Constructors in com.ibm.rational.test.lt.testeditor.dc with parameters of type IDCStringLocator
DCHandlerSelectionDialog(List list, IDCStringLocator sl, boolean harvesters)
           
 

Uses of IDCStringLocator in com.ibm.rational.test.lt.testeditor.main
 

Fields in com.ibm.rational.test.lt.testeditor.main declared as IDCStringLocator
protected  IDCStringLocator LoadTestEditor.FieldMagnifier.m_locator
           
 

Methods in com.ibm.rational.test.lt.testeditor.main with parameters of type IDCStringLocator
 void LoadTestEditor.searchForDataSources(IDCStringLocator location, com.ibm.rational.test.common.models.behavior.cbdata.Substituter existing)
           
 

Constructors in com.ibm.rational.test.lt.testeditor.main with parameters of type IDCStringLocator
LoadTestEditor.FieldMagnifier(IDCStringLocator locator)
           
 

Uses of IDCStringLocator in com.ibm.rational.test.lt.testeditor.navigation
 

Methods in com.ibm.rational.test.lt.testeditor.navigation that return IDCStringLocator
 IDCStringLocator InlineTextTarget.getStringLocator()
           
 

Constructors in com.ibm.rational.test.lt.testeditor.navigation with parameters of type IDCStringLocator
InlineTextTarget(IDCStringLocator stringLocator)
           
 

Uses of IDCStringLocator in com.ibm.rational.test.lt.testeditor.wizard
 

Methods in com.ibm.rational.test.lt.testeditor.wizard that return IDCStringLocator
 IDCStringLocator DatacorrelatorSelectionWizard.getStrloc()
           
 

Constructors in com.ibm.rational.test.lt.testeditor.wizard with parameters of type IDCStringLocator
DatacorrelatorSelectionWizard(LoadTestEditor teditor, IDCStringLocator strloc, com.ibm.rational.test.common.models.behavior.cbdata.Substituter inputSubst, String selection)
           
DatacorrelatorSelectionWizardDialog(Shell parentShell, LoadTestEditor teditor, IDCStringLocator strloc, com.ibm.rational.test.common.models.behavior.cbdata.Substituter su, String selection)
           
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.