| Modifier and Type | Method and Description |
|---|---|
void |
SearchController.changeStatusJob(SearchResultType jobType,
String jobId,
DownloadState state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaxonomySearchService.changeStatusGisLayerJob(String jobId,
DownloadState state) |
void |
TaxonomySearchServiceAsync.changeStatusGisLayerJob(String jobId,
DownloadState state,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> asyncCallback) |
boolean |
TaxonomySearchService.changeStatusOccurrenceJob(String jobIdentifier,
DownloadState state) |
void |
TaxonomySearchServiceAsync.changeStatusOccurrenceJob(String jobIdentifier,
DownloadState state,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
boolean |
TaxonomySearchService.changeStatusTaxonomyJob(String jobIdentifier,
DownloadState state) |
void |
TaxonomySearchServiceAsync.changeStatusTaxonomyJob(String jobIdentifier,
DownloadState state,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaxonomySearchServiceImpl.changeStatusGisLayerJob(String jobId,
DownloadState state)
Change status gis layer job.
|
boolean |
TaxonomySearchServiceImpl.changeStatusOccurrenceJob(String jobIdentifier,
DownloadState state)
Change status occurrence job.
|
boolean |
TaxonomySearchServiceImpl.changeStatusTaxonomyJob(String jobIdentifier,
DownloadState state)
Change status taxonomy job.
|
| Modifier and Type | Method and Description |
|---|---|
static DownloadState |
OccurrenceJobUtil.getDownloadState(org.gcube.data.spd.model.service.types.JobStatus status)
Gets the download state.
|
static DownloadState |
TaxonomyJobUtil.getDownloadState(org.gcube.data.spd.model.service.types.JobStatus status)
Gets the download state.
|
static DownloadState |
GisLayerJobUtil.getDownloadState(org.gcube.data.spd.model.service.types.JobStatus status)
Gets the download state.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
OccurrenceJobUtil.changeStatusOccurrenceJobById(String jobIdentifier,
DownloadState state,
OccurrenceJobPersistence occurrencesJobDao)
Change status occurrence job by id.
|
static int |
TaxonomyJobUtil.changeStatusTaxonomyJobById(String jobIdentifier,
DownloadState state,
TaxonomyJobPersistence taxonomyJobDAO)
Change status taxonomy job by id.
|
static int |
GisLayerJobUtil.changetStatusGisLayerJob(String jobId,
DownloadState state,
GisLayerJobPersistence gisLayerDAO) |
| Modifier and Type | Method and Description |
|---|---|
DownloadState |
JobTaxonomyModel.getDownloadState() |
DownloadState |
JobOccurrencesModel.getDownloadState() |
DownloadState |
JobGisLayerModel.getDownloadState()
Gets the download state.
|
static DownloadState |
DownloadState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadState[] |
DownloadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobTaxonomyModel.setDownloadState(DownloadState downloadState) |
void |
JobGisLayerModel.setDownloadState(DownloadState downloadState)
Sets the download state.
|
void |
JobOccurrencesModel.setState(DownloadState state) |
| Constructor and Description |
|---|
JobGisLayerModel(String jobIdentifier,
String jobName,
DownloadState downloadState,
Date startTime,
Date submitTime,
Date endTime,
String elapsedTime,
String layerDescription,
long completedPoints,
long totalPoints,
String gisViewerAppLink,
String layerUUID)
Instantiates a new job gis layer model.
|
JobGisLayerModel(String jobIdentifier,
String layerTitle,
DownloadState downloadState,
long completedPoints,
long totalPoints)
Instantiates a new job gis layer model.
|
JobOccurrencesModel(String jobIdentifier,
String jobName,
String description,
DownloadState state,
String scientificName,
List<DataSource> listDataSource,
Date submitTime,
Date endTime,
int nodeCompleted,
int totalOccurrence)
USED FROM GET LIST ON SERVER
|
JobTaxonomyModel(String jobIdentifier,
String currentJobName,
DownloadState state) |
JobTaxonomyModel(String jobIdentifier,
String currentJobName,
DownloadState state,
List<JobTaxonomyModel> listStatusChild,
String scientificName,
String dataSource,
String rank) |
Copyright © 2021. All Rights Reserved.