IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

com.rational.test.ft.object.interfaces
Class CrossDomainContainer

java.lang.Object
  extended bycom.rational.test.ft.object.interfaces.TestObject
      extended bycom.rational.test.ft.object.interfaces.CrossDomainContainer

public class CrossDomainContainer
extends TestObject

For internal use only.


Constructor Summary
CrossDomainContainer(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
           
CrossDomainContainer(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor)
           
CrossDomainContainer(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
           
CrossDomainContainer(TestObject obj)
           
CrossDomainContainer(com.rational.test.ft.object.TestObjectReference testObjectRef)
           
CrossDomainContainer(com.rational.test.ft.object.TestObjectReference testObjectRef, com.rational.test.ft.object.manager.FindPropertySet findPropSet)
           
 
Method Summary
 TestObject[] getChildren()
          Returns an array of references to the object's children.
 com.rational.test.ft.object.manager.FindPropertySet getFindPropertySet()
           
 
Methods inherited from class com.rational.test.ft.object.interfaces.TestObject
equals, exists, find, find, find, findAndInvoke, findAndInvoke, findAndInvokeProxy, getDescribedObject, getDescribedObjects, getDomain, getField, getIndexer, getIndexer, getIndexers, getMappableChildren, getMappableParent, getMethods, getNameInScript, getNonValueProperties, getObjectClassName, getObjectReference, getOwnedObjects, getOwner, getParent, getProcess, getProperties, getProperty, getPropertyFromMap, getRecognitionProperties, getRecognitionPropertyWeight, getScriptCommandFlags, getStandardProperties, getTestData, getTestDataTypes, getTopMappableParent, getTopParent, invoke, invoke, invokeProxy, invokeProxy, isMappedObject, isSameObject, setIndexer, setIndexer, setProperty, toString, unregister, updateTestData, waitForExistence, waitForExistence
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CrossDomainContainer

public CrossDomainContainer(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)

CrossDomainContainer

public CrossDomainContainer(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
                            TestObject anchor)

CrossDomainContainer

public CrossDomainContainer(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
                            TestObject anchor,
                            long scriptCommandFlags)

CrossDomainContainer

public CrossDomainContainer(com.rational.test.ft.object.TestObjectReference testObjectRef)

CrossDomainContainer

public CrossDomainContainer(com.rational.test.ft.object.TestObjectReference testObjectRef,
                            com.rational.test.ft.object.manager.FindPropertySet findPropSet)

CrossDomainContainer

public CrossDomainContainer(TestObject obj)
Method Detail

getChildren

public TestObject[] getChildren()
Description copied from class: TestObject
Returns an array of references to the object's children. The returned objects can be derived from TestObject and support more methods. Therefore, you may want to cast the return values. The references to the objects should be released by calling one of the unregister methods.

If the object has no children, a 0-length array of TestObjects will be returned.

Overrides:
getChildren in class TestObject
See Also:
TestObject.unregister(), RationalTestScript.unregisterAll(), RationalTestScript.unregister(Object[]), RationalTestScript.getRegisteredTestObjects()

getFindPropertySet

public com.rational.test.ft.object.manager.FindPropertySet getFindPropertySet()