com.rational.test.ft.object.interfaces
Class CrossDomainContainer
java.lang.Object
com.rational.test.ft.object.interfaces.TestObject
com.rational.test.ft.object.interfaces.CrossDomainContainer
- public class CrossDomainContainer
- extends TestObject
For internal use only.
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 |
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)
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()