com.ibm.team.fvt.tests.clm.pages.rm.filter
Class RmAttributeFilterElement
java.lang.Object
com.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RmAttributeFilterElement
public RmAttributeFilterElement(com.ibm.team.fvt.tests.web.WebPage page,
com.ibm.team.fvt.tests.web.WebBrowserElement node)
apply
public void apply(RmAttributeFilterCriteria filterCriteria)
- Apply the given criteria in the attribute filter.
- Parameters:
filterCriteria
- The criteria to set.