IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Class
com.rational.test.ft.object.map.ObjectMap

Packages that use ObjectMap
com.rational.test.ft.object.map   
com.rational.test.ft.script   
com.rational.test.ft.vp   
 

Uses of ObjectMap in com.rational.test.ft.object.map
 

Methods in com.rational.test.ft.object.map that return ObjectMap
static ObjectMap ObjectMap.createLocalMapFromSharedMap(java.lang.String datastore, java.lang.String localMapName, java.lang.String sharedMapName)
          This method can be used to construct a local map from an existing shared map.
static ObjectMap ObjectMap.load(java.io.File file)
          This method loads an object map from the specified file.
static ObjectMap ObjectMap.loadFromStream(java.io.InputStream input)
           
 

Methods in com.rational.test.ft.object.map with parameters of type ObjectMap
static void ObjectMap.loadPersistantState(java.io.File mapFile, ObjectMap objectMap)
          This method takes a datastore relative map names and updates it with any cached persistent state.
 void ObjectMap.merge(ObjectMap toBeMerged)
           
 void ObjectMap.merge(ObjectMap ancestor, ObjectMap source)
           
 void ObjectMap.merge(ObjectMap ancestor, ObjectMap fromMap, com.rational.test.ft.object.map.ObjectMapSet usedLeafNodes, ObjectMap.ScoreOptions scoreOptions)
           
 void ObjectMap.merge(ObjectMap fromMap, com.rational.test.ft.object.map.ObjectMapSet usedLeafNodes, ObjectMap.ScoreOptions scoreOptions)
          This is the root of the internal map merging algorithm.
static void ObjectMap.store(ObjectMap objectMap, java.io.File file)
           
static void ObjectMap.store(ObjectMap objectMap, java.io.File file, boolean silent)
          This method stores an object map to the specified file.
static void ObjectMap.storePersistantState(ObjectMap objectMap, java.io.File mapFile, boolean refreshIDE)
           
static void ObjectMap.storeToStream(ObjectMap objectmap, java.io.OutputStream boStream)
           
 

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

Methods in com.rational.test.ft.script that return ObjectMap
 ObjectMap RationalTestScript.getMap()
          Returns the object map associated with the script.
 ObjectMap RationalTestScript.getMap(java.lang.String id)
           
 

Uses of ObjectMap in com.rational.test.ft.vp
 

Methods in com.rational.test.ft.vp with parameters of type ObjectMap
 ITestObjectDescriptor[] IFtVerificationPointImage.find(IScriptDefinition scriptDef, ObjectMap objectMap, TestObject anchor)
          Locates and returns objects in the software under test that are relative to this verification point.
 ITestObjectDescriptor[] IFtVerificationPointData.find(IScriptDefinition scriptDef, ObjectMap objectMap, TestObject anchor)
          Locates and returns objects in the software under test that are relative to this verification point.
 IFtVerificationPointData IFtVerificationPointData.getCurrentData(IScriptDefinition scriptDef, ObjectMap objectMap, TestObject anchor)
          Makes a copy of the existing verification-point object information and reaches out to the objects under test to get the active ITestData.
 ITestData IFtVerificationPointData.getCurrentData(ITestObjectDescriptor target, IScriptDefinition scriptDef, ObjectMap objectMap, TestObject anchor)
          Returns the active ITestData object for this verification point.
 IFtVerificationPointImage IFtVerificationPointImage.getCurrentImage(IScriptDefinition scriptDef, ObjectMap objectMap, TestObject anchor)
          Makes a copy of the existing verification-point object information and reaches out to the objects under test to get the active ITestData.
 ITestData IFtVerificationPointImage.getCurrentImage(ITestObjectDescriptor target, IScriptDefinition scriptDef, ObjectMap objectMap, TestObject anchor)
          Returns the active ITestData object for this verification point.