Class TableFilter


  • public final class TableFilter
    extends java.lang.Object
    Specifies a configuration used to filter tables.
    Since:
    2.3.0
    • Constructor Summary

      Constructors 
      Constructor Description
      TableFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.onwbp.adaptation.AdaptationFilter getAdaptationFilter()
      Return the specific filter over records.
      java.lang.String getPredicate()
      Return the table's predicate string.
      java.util.List<Field> getViewedFields()
      Returns the wanted fields.
      void setAdaptationFilter​(com.onwbp.adaptation.AdaptationFilter adaptationFilter)
      Sets a AdaptationFilter object to this filter.
      void setPredicate​(java.lang.String predicate)
      Sets a predicate string to this filter.
      void setViewedFields​(java.util.List<Field> viewedFields)
      Sets the wanted fields.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableFilter

        public TableFilter()
    • Method Detail

      • getViewedFields

        public java.util.List<Field> getViewedFields()
        Returns the wanted fields.
      • setViewedFields

        public void setViewedFields​(java.util.List<Field> viewedFields)
        Sets the wanted fields.
      • getPredicate

        public java.lang.String getPredicate()
        Return the table's predicate string.
      • setPredicate

        public void setPredicate​(java.lang.String predicate)
        Sets a predicate string to this filter.
      • getAdaptationFilter

        public com.onwbp.adaptation.AdaptationFilter getAdaptationFilter()
        Return the specific filter over records.
      • setAdaptationFilter

        public void setAdaptationFilter​(com.onwbp.adaptation.AdaptationFilter adaptationFilter)
        Sets a AdaptationFilter object to this filter.