Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
IDCStringLocator |
IProtoElementAdapter.findDPColName(IDCStringLocator strl)
This will try to find an appropriate column name for a given value
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
DCHandlerSelectionDialog(List list,
IDCStringLocator sl,
boolean harvesters) |
Modifier and Type | Field and Description |
---|---|
protected IDCStringLocator |
LoadTestEditor.FieldMagnifier.m_locator |
Modifier and Type | Method and Description |
---|---|
void |
LoadTestEditor.searchForDataSources(IDCStringLocator location,
com.ibm.rational.test.common.models.behavior.cbdata.Substituter existing) |
Constructor and Description |
---|
LoadTestEditor.FieldMagnifier(IDCStringLocator locator) |
Modifier and Type | Method and Description |
---|---|
IDCStringLocator |
InlineTextTarget.getStringLocator() |
Constructor and Description |
---|
InlineTextTarget(IDCStringLocator stringLocator) |
Modifier and Type | Method and Description |
---|---|
IDCStringLocator |
DatacorrelatorSelectionWizard.getStrloc() |
Constructor and Description |
---|
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) |
© Copyright IBM Corp. 2013. All rights reserved.