public interface TdColumnOperationServiceAsync
| Modifier and Type | Interface and Description |
|---|---|
static class |
TdColumnOperationServiceAsync.Util
Utility class to get the RPC Async interface from client-side code
|
| Modifier and Type | Method and Description |
|---|---|
void |
getListAggregationFunctionIds(com.google.gwt.user.client.rpc.AsyncCallback<List<TdAggregateFunction>> callback) |
void |
loadOperatorForOperationId(OperationID operation,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdOperatorComboOperator>> callback) |
void |
startGroupByOperation(AggregationColumnSession aggregationSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startSplitAndMergeOperation(SplitAndMergeColumnSession operationColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void loadOperatorForOperationId(OperationID operation, com.google.gwt.user.client.rpc.AsyncCallback<List<TdOperatorComboOperator>> callback)
void startSplitAndMergeOperation(SplitAndMergeColumnSession operationColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getListAggregationFunctionIds(com.google.gwt.user.client.rpc.AsyncCallback<List<TdAggregateFunction>> callback)
void startGroupByOperation(AggregationColumnSession aggregationSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Copyright © 2014. All Rights Reserved.