Class FilterBuilderParameter

java.lang.Object
org.xwiki.test.ui.po.BaseElement
com.xwiki.projectmanagement.test.openproject.FilterBuilderParameter

public class FilterBuilderParameter extends org.xwiki.test.ui.po.BaseElement
Models the filter parameter of the Open Project macro.
Since:
1.0-rc-4
Version:
$Id$
  • Constructor Details

    • FilterBuilderParameter

      public FilterBuilderParameter()
  • Method Details

    • getContainer

      public org.openqa.selenium.WebElement getContainer()
      Returns:
      the container of the parameter value.
    • addFilter

      public FilterBuilderFilter addFilter(String filterProperty)
      Select from the "Add Filter" list a work package property that should be filtered.
      Parameters:
      filterProperty - the technical work package property name that should be filtered.
      Returns:
      the model of a filter.
    • getFilters

      public List<FilterBuilderFilter> getFilters()
      Returns:
      retrieve all the created filters of the filter parameter.
    • clearFilters

      public void clearFilters()
      Clear all the filters inside the filter parameter.