Updated to new service client library
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-export-widget@90819 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
76ee39e5c2
commit
633318a642
|
@ -60,10 +60,17 @@ public class SDMXExportProgressUpdater extends Timer {
|
|||
case IN_PROGRESS:
|
||||
fireOperationUpdate(result.getProgress());
|
||||
break;
|
||||
case VALIDATING_RULES:
|
||||
fireOperationUpdate(result.getProgress());
|
||||
break;
|
||||
case FAILED:
|
||||
cancel();
|
||||
errorMessage(result);
|
||||
break;
|
||||
case STOPPED:
|
||||
cancel();
|
||||
errorMessage(result);
|
||||
break;
|
||||
case SUCCEDED:
|
||||
cancel();
|
||||
Log.info("Export fisnish");
|
||||
|
|
Loading…
Reference in New Issue