@RemoteServiceRelativePath(value="tdw")
public interface TabularDataService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
closeTable(int tdSessionId) |
TableDefinition |
getCurrentTableDefinition(int tdSessionId) |
TableDefinition |
getTableDefinition(TableId id) |
TableDefinition |
openTable(int tdSessionId,
TableId tableId) |
TableDefinition openTable(int tdSessionId, TableId tableId) throws TabularDataServiceException
TabularDataServiceExceptionTableDefinition getCurrentTableDefinition(int tdSessionId) throws TabularDataServiceException
TabularDataServiceExceptionTableDefinition getTableDefinition(TableId id) throws TabularDataServiceException
TabularDataServiceExceptionvoid closeTable(int tdSessionId)
throws TabularDataServiceException
TabularDataServiceExceptionCopyright © 2015. All Rights Reserved.