Class ExportTableFilter


  • public final class ExportTableFilter
    extends java.lang.Object
    Deprecated.
    Since 2.3.0, replaced by TableFilter.
    Provides the methods to filter export data.
    Since:
    2.1.4
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportTableFilter()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getPredicate()
      Deprecated.
      Returns the predicate of the table.
      java.util.List<com.orchestranetworks.schema.SchemaNode> getSchemaNodes()
      Deprecated.
      Returns the list of schema nodes of the table.
      com.orchestranetworks.schema.Path getTablePath()
      Deprecated.
      Returns the table path.
      void setPredicate​(java.lang.String predicate)
      Deprecated.
      Sets the predicate of the table.
      void setSchemaNodes​(java.util.List<com.orchestranetworks.schema.SchemaNode> schemaNodes)
      Deprecated.
      Sets list of schema nodes of the table.
      void setTablePath​(com.orchestranetworks.schema.Path tablePath)
      Deprecated.
      Sets the table path.
      • Methods inherited from class java.lang.Object

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

      • ExportTableFilter

        public ExportTableFilter()
        Deprecated.
    • Method Detail

      • getTablePath

        public com.orchestranetworks.schema.Path getTablePath()
        Deprecated.
        Returns the table path.
      • setTablePath

        public void setTablePath​(com.orchestranetworks.schema.Path tablePath)
        Deprecated.
        Sets the table path.
      • getPredicate

        public java.lang.String getPredicate()
        Deprecated.
        Returns the predicate of the table.
      • setPredicate

        public void setPredicate​(java.lang.String predicate)
        Deprecated.
        Sets the predicate of the table.
      • getSchemaNodes

        public java.util.List<com.orchestranetworks.schema.SchemaNode> getSchemaNodes()
        Deprecated.
        Returns the list of schema nodes of the table.
      • setSchemaNodes

        public void setSchemaNodes​(java.util.List<com.orchestranetworks.schema.SchemaNode> schemaNodes)
        Deprecated.
        Sets list of schema nodes of the table.