IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester Proxy SDK Reference

Project Version 2.3

com.rational.test.ft.domain
Interface IQuickFind


public interface IQuickFind


Method Summary
 com.rational.test.ft.object.manager.FindResult find(com.rational.test.ft.object.map.IMappedTestObject[] pathToFind, int myLevel)
           
 com.rational.test.ft.object.manager.FindResult findElementWithDynamicFind(com.rational.test.ft.object.map.IMappedTestObject[] pathToFind, int myLevel)
           
 ProxyTestObject[] getElementsByNameInProxyTestObjects(java.lang.String name)
           
 ProxyTestObject[] getElementsByTagInProxyTestObjects(java.lang.String tag)
           
 ProxyTestObject[] getElementsDirectly(com.rational.test.ft.vp.impl.Property property, boolean mappable)
           
 ProxyTestObject[] getMappableElementsByNameInProxyTestObjects(java.lang.String name)
           
 ProxyTestObject[] getMappableElementsByTagInProxyTestObjects(java.lang.String tag)
           
 boolean isPropertyOptimizable(com.rational.test.ft.vp.impl.Property property)
           
 

Method Detail

find

com.rational.test.ft.object.manager.FindResult find(com.rational.test.ft.object.map.IMappedTestObject[] pathToFind,
                                                    int myLevel)

findElementWithDynamicFind

com.rational.test.ft.object.manager.FindResult findElementWithDynamicFind(com.rational.test.ft.object.map.IMappedTestObject[] pathToFind,
                                                                          int myLevel)

isPropertyOptimizable

boolean isPropertyOptimizable(com.rational.test.ft.vp.impl.Property property)

getElementsDirectly

ProxyTestObject[] getElementsDirectly(com.rational.test.ft.vp.impl.Property property,
                                      boolean mappable)

getElementsByTagInProxyTestObjects

ProxyTestObject[] getElementsByTagInProxyTestObjects(java.lang.String tag)

getMappableElementsByTagInProxyTestObjects

ProxyTestObject[] getMappableElementsByTagInProxyTestObjects(java.lang.String tag)

getMappableElementsByNameInProxyTestObjects

ProxyTestObject[] getMappableElementsByNameInProxyTestObjects(java.lang.String name)

getElementsByNameInProxyTestObjects

ProxyTestObject[] getElementsByNameInProxyTestObjects(java.lang.String name)