TableFilter.public final class ExportTableFilter extends Object
| Constructor and Description |
|---|
ExportTableFilter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPredicate()
Deprecated.
Returns the predicate of the table.
|
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(String predicate)
Deprecated.
Sets the predicate of the table.
|
void |
setSchemaNodes(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.
|
public com.orchestranetworks.schema.Path getTablePath()
public void setTablePath(com.orchestranetworks.schema.Path tablePath)
public String getPredicate()
public void setPredicate(String predicate)
public List<com.orchestranetworks.schema.SchemaNode> getSchemaNodes()
public void setSchemaNodes(List<com.orchestranetworks.schema.SchemaNode> schemaNodes)