| Modifier and Type | Method and Description |
|---|---|
void |
TaskManager.updateField(TdTaskModel taskModel) |
boolean |
TasksCentralManager.updateTask(TdTaskModel taskModel,
boolean updateLayout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TasksCentralManager.addListTask(List<TdTaskModel> listTasksModel) |
| Constructor and Description |
|---|
TaskManager(TdTaskModel taskModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskInfoPanel.updateFormFields(TdTaskModel taskModel) |
| Constructor and Description |
|---|
TaskInfoPanel(TdTaskModel taskModel) |
| Modifier and Type | Method and Description |
|---|---|
TdTaskModel |
TdTasksWidgetService.getTdTaskForId(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
List<TdTaskModel> |
TdTasksWidgetService.getTdTasks(int start,
int limit,
boolean forceupdate) |
| Modifier and Type | Method and Description |
|---|---|
void |
TdTasksWidgetServiceAsync.getTdTaskForId(String taskId,
com.google.gwt.user.client.rpc.AsyncCallback<TdTaskModel> callback) |
void |
TdTasksWidgetServiceAsync.getTdTasks(int start,
int limit,
boolean forceupdate,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdTaskModel>> callback) |
| Modifier and Type | Method and Description |
|---|---|
TdTaskModel |
TdTasksWidgetServiceImpl.getTdTaskForId(String taskId) |
static TdTaskModel |
TdConverterBeanGWT.taskToTdTaskModel(org.gcube.data.analysis.tabulardata.service.operation.Task task,
org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId trId,
TaskTabularDataService taskTabularDataService,
Map<Long,org.gcube.data.analysis.tabulardata.commons.webservice.types.operations.OperationDefinition> mapOperationDefinition) |
| Modifier and Type | Method and Description |
|---|---|
List<TdTaskModel> |
TdTasksWidgetServiceImpl.getTdTasks(int start,
int limit,
boolean forceupdate) |
| Modifier and Type | Method and Description |
|---|---|
static LinkedHashMap<String,TdTaskModel> |
SessionUtil.getTasksCache(org.gcube.application.framework.core.session.ASLSession aslSession) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SessionUtil.setTasksCache(org.gcube.application.framework.core.session.ASLSession aslSession,
LinkedHashMap<String,TdTaskModel> hashTaskModel) |
Copyright © 2015. All Rights Reserved.