Class TablePropertiesConfigurationWrapper
java.lang.Object
com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper
TablePropertiesConfigurationWrapper is used as a place holder for remapped name against the original table name and a list of
TablePropertiesConfigurationWrapper.FilterdAlias
.- Since:
- 2.1.1
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
FilteredAlias is used as a place holder for the formatter used to format table name and predicate filter. -
Constructor Summary
ConstructorDescriptionTablePropertiesConfigurationWrapper
(String remappedBaseName) The constructor accepts the re-mapped name for the table corresponding to the original table name. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAliasConfiguration
(String filteredNameOnBaseName, String predicateFilter) This method is used to add aTablePropertiesConfigurationWrapper.FilterdAlias
Configuration instance to this TablePropertiesConfigurationWrapper instance.Returns the list ofTablePropertiesConfigurationWrapper.FilterdAlias
configurations.Returns the re-mapped name for the current table whose FilteredAlias instances are wrapped in this TablePropertiesConfigurationWrapper instance.
-
Constructor Details
-
TablePropertiesConfigurationWrapper
The constructor accepts the re-mapped name for the table corresponding to the original table name.- Parameters:
remappedBaseName
-
-
-
Method Details
-
addAliasConfiguration
This method is used to add aTablePropertiesConfigurationWrapper.FilterdAlias
Configuration instance to this TablePropertiesConfigurationWrapper instance.- Parameters:
filteredNameOnBaseName
-predicateFilter
-- Since:
- 2.1.1
-
getFilteredAliases
Returns the list ofTablePropertiesConfigurationWrapper.FilterdAlias
configurations.- Returns:
- the list of
TablePropertiesConfigurationWrapper.FilterdAlias
- Since:
- 2.1.1
-
getRemappedBaseName
Returns the re-mapped name for the current table whose FilteredAlias instances are wrapped in this TablePropertiesConfigurationWrapper instance.- Returns:
- remapped base name string
- Since:
- 2.1.1
-