Package com.streambase.liveview.server.table.plugin
package com.streambase.liveview.server.table.plugin
Provides classes and interfaces to add custom table providers for LiveView.
-
ClassDescriptionThis class contains the table name selector and remapping information that was declared in the LVConf or the Service CallTablePropertiesConfigurationWrapper is used as a place holder for remapped name against the original table name and a list of
TablePropertiesConfigurationWrapper.FilterdAlias
.Implement this interface to add a custom TableProvider to LiveView.When implementing a TableProvider, you should hold on to the TableProviderControl that is passed to you in your initialize method.This contains the arguments that were passed to your Table in the LVConf or the Web ServiceConstants representing different status of a TableProvider.