Class TablePropertiesConfigurationWrapper

java.lang.Object
com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper

public class TablePropertiesConfigurationWrapper extends Object
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
  • Constructor Details

    • TablePropertiesConfigurationWrapper

      public TablePropertiesConfigurationWrapper(String remappedBaseName)
      The constructor accepts the re-mapped name for the table corresponding to the original table name.
      Parameters:
      remappedBaseName -
  • Method Details