Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
com.streambase.liveview.server.table.plugin |
Provides classes and interfaces to add custom table providers to TIBCO Live Datamart.
|
Modifier and Type | Field and Description |
---|---|
static java.util.EnumSet<LiveViewTableCapability> |
Table.CAPABILITIES_FOR_FILTERED_TABLES |
static java.util.EnumSet<LiveViewTableCapability> |
Table.DEFAULT_CAPABILITIES |
Modifier and Type | Method and Description |
---|---|
static LiveViewTableCapability |
LiveViewTableCapability.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LiveViewTableCapability[] |
LiveViewTableCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<LiveViewTableCapability> |
Table.getTableCapabilities()
Returns the capabilities that this Table supports.
|
Modifier and Type | Field and Description |
---|---|
static java.util.EnumSet<LiveViewTableCapability> |
TestTableProvider.CAPABILITIES |