public class TdTasksWidgetServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements TdTasksWidgetService
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TdTasksWidgetServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countTdTasksFromCache() |
protected org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId |
getCurrentTabularResource()
Gets the current tabular resource.
|
protected javax.servlet.http.HttpSession |
getHttpSession()
Gets the http session.
|
List<TdJobModel> |
getListJobForTaskId(String taskId) |
protected Map<Long,org.gcube.data.analysis.tabulardata.commons.webservice.types.operations.OperationDefinition> |
getMapOperationDescription()
Gets the map operation description.
|
protected String |
getScope()
Gets the scope.
|
protected TaskTabularDataService |
getTabularDataServiceClient()
Gets the tabular data service client.
|
List<TdOperationModel> |
getTdServiceClientCapabilities() |
TdTaskModel |
getTdTaskForId(String taskId) |
List<TdTaskModel> |
getTdTasks(int start,
int limit,
boolean forceupdate) |
void |
setDegubTabularResource(boolean debug,
String tabularResourceId) |
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected javax.servlet.http.HttpSession getHttpSession()
protected String getScope()
protected TaskTabularDataService getTabularDataServiceClient()
protected Map<Long,org.gcube.data.analysis.tabulardata.commons.webservice.types.operations.OperationDefinition> getMapOperationDescription()
protected org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId getCurrentTabularResource()
throws Exception
Exception - the exceptionpublic int countTdTasksFromCache()
throws Exception
countTdTasksFromCache in interface TdTasksWidgetServiceExceptionpublic List<TdTaskModel> getTdTasks(int start, int limit, boolean forceupdate) throws Exception
getTdTasks in interface TdTasksWidgetServiceExceptionpublic void setDegubTabularResource(boolean debug,
String tabularResourceId)
setDegubTabularResource in interface TdTasksWidgetServicepublic List<TdJobModel> getListJobForTaskId(String taskId) throws Exception
getListJobForTaskId in interface TdTasksWidgetServiceExceptionpublic TdTaskModel getTdTaskForId(String taskId) throws Exception
getTdTaskForId in interface TdTasksWidgetServiceExceptionpublic List<TdOperationModel> getTdServiceClientCapabilities() throws Exception
getTdServiceClientCapabilities in interface TdTasksWidgetServiceExceptionCopyright © 2018. All Rights Reserved.