| Package | Description |
|---|---|
| com.rational.test.ft.object.map |
| Modifier and Type | Method and Description |
|---|---|
com.rational.test.ft.object.map.IMappedTestObject |
ObjectMap.find(java.lang.String id)
Find an
IMappedTestObject by identifier in the map. |
com.rational.test.ft.object.map.SpyMappedTestObject |
ObjectMap.getSharedInstance(com.rational.test.ft.object.map.IMappedTestObject node)
This method crates a global reference for a local mapped test object
that can be viewed in another process.
|
com.rational.test.ft.object.map.SpyMappedTestObject |
ObjectMap.getSharedInstance(java.lang.String id)
This method crates a global reference for a local mapped test object
that can be viewed in another process.
|
void |
ObjectMap.remove(java.lang.String id,
boolean removeChildren,
boolean removeOwned)
Remove the specified element from the map.
|