| Package | Description | 
|---|---|
| com.streambase.liveview.server.table.plugin | 
 Provides classes and interfaces to add custom table providers to TIBCO Live Datamart. 
 | 
| Class and Description | 
|---|
| TableNameMapper
 This class contains the table name selector and remapping information that was declared in the LVConf or the Service Call 
 | 
| TablePropertiesConfigurationWrapper
 TablePropertiesConfigurationWrapper is used as a place holder for remapped name against the original table name and a list of  
TablePropertiesConfigurationWrapper.FilterdAlias. | 
| TablePropertiesConfigurationWrapper.FilterdAlias
 FilteredAlias is used as a place holder for the formatter used to format table name and predicate filter. 
 | 
| TableProvider
 Implement this interface to add a custom TableProvider to LiveView. 
 | 
| TableProviderControl
 When implementing a TableProvider, you should hold on to the TableProviderControl that is passed to you
 in your initialize method. 
 | 
| TableProviderControlImpl | 
| TableProviderManager | 
| TableProviderParameters
 This contains the arguments that were passed to your Table in the LVConf or the Web Service 
 | 
| TableProviderStatus
 Constants representing different status of a TableProvider. 
 |