public static final class TestTableProvider.UnsupportedTable
extends java.lang.Object
| Constructor and Description |
|---|
UnsupportedTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(EventListener listener,
LiveViewQueryType type,
QueryModel query) |
TablePublisher |
createPublisher(java.lang.String publisherName) |
void |
doDelete(java.lang.String id,
QueryModel query) |
QueryModel |
parseQuery(CatalogedTable catalogedTable,
java.lang.String queryString,
LiveViewQueryType type,
boolean includeInternal) |
void |
removeListener(EventListener listener) |
public QueryModel parseQuery(CatalogedTable catalogedTable,
java.lang.String queryString,
LiveViewQueryType type,
boolean includeInternal)
throws LiveViewException
LiveViewExceptionpublic void addListener(EventListener listener,
LiveViewQueryType type,
QueryModel query)
throws LiveViewException
LiveViewExceptionpublic void removeListener(EventListener listener)
throws LiveViewException
LiveViewExceptionpublic TablePublisher createPublisher(java.lang.String publisherName)
throws LiveViewException
LiveViewExceptionpublic void doDelete(java.lang.String id,
QueryModel query)
throws LiveViewException
LiveViewException