Class TablePropertiesConfigurationWrapper.FilterdAlias
java.lang.Object
com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper.FilterdAlias
- Enclosing class:
- TablePropertiesConfigurationWrapper
FilteredAlias is used as a place holder for the formatter used to format table name and predicate filter.
- Since:
- 2.1.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name formatter with this FilteredAlias instance.Returns the predicate filter with this FilteredAlias instance.toString()
-
Constructor Details
-
FilterdAlias
-
-
Method Details
-
getPredicateFilter
Returns the predicate filter with this FilteredAlias instance.- Returns:
- predicate filter on which table records should be filtered.
- Since:
- 2.1.1
-
getAliasNameFormatter
Returns the name formatter with this FilteredAlias instance.- Returns:
- name formatter for the filtered table.
- Since:
- 2.1.1
-
toString
-