| 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 | Method and Description |
|---|---|
static LiveViewQueryType |
LiveViewQueryType.convert(QueryType jaxbQueryType) |
static LiveViewQueryType |
LiveViewQueryType.fromValue(String v) |
LiveViewQueryType |
QueryConfig.getQueryType()
Get the type of query
|
static LiveViewQueryType |
LiveViewQueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiveViewQueryType[] |
LiveViewQueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryType |
LiveViewQueryType.convert(LiveViewQueryType lvqt) |
QueryConfig |
QueryConfig.setQueryType(LiveViewQueryType queryType)
Configure the query type.
|
| Constructor and Description |
|---|
QueryConfig(LiveViewQueryType type)
A new query configuration of the given type
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestTableProvider.UnsupportedTable.addListener(EventListener listener,
LiveViewQueryType type,
QueryModel query) |
QueryModel |
TestTableProvider.UnsupportedTable.parseQuery(CatalogedTable catalogedTable,
String queryString,
LiveViewQueryType type,
boolean includeInternal) |
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.