@RemoteServiceRelativePath(value="tabularDataTasksService")
public interface TdTasksWidgetService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
int |
countTdTasksFromCache() |
List<TdJobModel> |
getListJobForTaskId(String taskId) |
List<TdOperationModel> |
getTdServiceClientCapabilities() |
TdTaskModel |
getTdTaskForId(String taskId) |
List<TdTaskModel> |
getTdTasks(int start,
int limit,
boolean forceupdate) |
List<TdTaskModel> getTdTasks(int start, int limit, boolean forceupdate) throws Exception
ExceptionList<TdOperationModel> getTdServiceClientCapabilities() throws Exception
ExceptionTdTaskModel getTdTaskForId(String taskId) throws Exception
taskId - ExceptionList<TdJobModel> getListJobForTaskId(String taskId) throws Exception
taskId - ExceptionCopyright © 2014. All Rights Reserved.