com.ibm.team.fvt.tests.clm.pages.rm.filter
Class RmAttributeFilterElement

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
          extended by com.ibm.team.fvt.tests.clm.pages.rm.filter.RmAttributeFilterElement

public class RmAttributeFilterElement
extends com.ibm.team.fvt.tests.web.WebElementWrapper

This class represents an RM attribute filter in the 'Filter by Attribute' section, which is accessible from the Project Artifacts page, the Collections page, and the Modules page.

It currently provides basic support for the following attribute filters: Name, Artifact Type, Modified by, and Where Used. Also, it supports applying one attribute filter at a time; it presently does not support combining multiple attribute filters.


Constructor Summary
RmAttributeFilterElement(com.ibm.team.fvt.tests.web.WebPage page, com.ibm.team.fvt.tests.web.WebBrowserElement node)
           
 
Method Summary
 void apply(RmAttributeFilterCriteria filterCriteria)
          Apply the given criteria in the attribute filter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmAttributeFilterElement

public RmAttributeFilterElement(com.ibm.team.fvt.tests.web.WebPage page,
                                com.ibm.team.fvt.tests.web.WebBrowserElement node)
Method Detail

apply

public void apply(RmAttributeFilterCriteria filterCriteria)
Apply the given criteria in the attribute filter.

Parameters:
filterCriteria - The criteria to set.