Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@114226 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-17 15:40:06 +00:00
parent 5b37c95732
commit a49dd64030
3 changed files with 7 additions and 3 deletions

View File

@ -37,5 +37,6 @@ public enum ChangeTableRequestType {
DOWNSCALECSQUARE, DOWNSCALECSQUARE,
TASKRESUME, TASKRESUME,
TASKRESUBMIT, TASKRESUBMIT,
STATISTICALOPERATION; STATISTICALOPERATION,
RULESONCOLUMNAPPLY;
} }

View File

@ -130,7 +130,8 @@ public enum OperationsId {
EnhanceLatLong("10101"), EnhanceLatLong("10101"),
ExtractCodelist("11001"), ExtractCodelist("11001"),
GuessCodelist("11002"), GuessCodelist("11002"),
CodelistMappingImport("12001"); CodelistMappingImport("12001"),
RuleOnColumnApply("1000000000");

View File

@ -53,7 +53,9 @@ public enum UIOperationsId {
GeometryCreatePoint("Geometry Create Point"), GeometryCreatePoint("Geometry Create Point"),
GeospatialCreateCoordinates("Geospatial Create Coordinates"), GeospatialCreateCoordinates("Geospatial Create Coordinates"),
DownscaleCSquare("Downscale C-Square"), DownscaleCSquare("Downscale C-Square"),
Pending("Pending"); Pending("Pending"),
RuleOnColumnApply("Apply Rule On Column");
/** /**
* @param text * @param text