Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
DevOps Test UI
Version 2024.03 (11.0.1)
DevOps Test UI API Reference

Project Version 2.3
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.rational.test.ft.script.Property

  • Packages that use Property 
    Package Description
    com.rational.test.ft.object.interfaces.siebel  
    com.rational.test.ft.script  
    • Uses of Property in com.rational.test.ft.object.interfaces.siebel

      Methods in com.rational.test.ft.object.interfaces.siebel with parameters of type Property 
      Modifier and Type Method and Description
      protected static Anchor SiebTestObject.atChild(Property[] properties) 
      protected static Anchor SiebTestObject.atDescendant(Property[] properties) 
    • Uses of Property in com.rational.test.ft.script

      Methods in com.rational.test.ft.script that return Property 
      Modifier and Type Method and Description
      static Property SubitemFactory.atProperty(java.lang.String propertyName, java.lang.Object propertyValue)
      Returns a Property subitem.
      static Property[] UnexpectedWindowConfigurationManager.getConfiguredTestObjectProperties(java.lang.Object[] domains, java.lang.String windowText)
      Method to get the propertylist for an ActiveWindow belonging to a domain
      Property[] Xpath.getProperties() 
      Property[] Anchor.getProperties()
      Gets the properties that should be anchored or not anchored.
      Property[] UnexpectedWindow.getProperties() 
      Methods in com.rational.test.ft.script with parameters of type Property 
      Modifier and Type Method and Description
      static Anchor SubitemFactory.atChild(Property[] properties)
      Returns an Anchor subitem.
      static Anchor SubitemFactory.atDescendant(Property[] properties)
      Returns an Anchor subitem.
      void UnexpectedWindow.setProperties(Property[] properties) 
      Constructors in com.rational.test.ft.script with parameters of type Property 
      Constructor and Description
      Anchor(boolean anchored, Property[] properties)
      Creates an anchored (or unanchored) Property set.
      Xpath(boolean xpath, Property[] properties)
      Creates an anchored (or unanchored) Property set.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes