From 513def4e1ba469259794843a013766c3874fad5c Mon Sep 17 00:00:00 2001 From: Rena Tsantouli Date: Wed, 1 Sep 2010 20:48:51 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerCore@25961 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../framework/core/util/SessionConstants.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/org/gcube/application/framework/core/util/SessionConstants.java b/src/org/gcube/application/framework/core/util/SessionConstants.java index 8dd6b12..02f1ec0 100644 --- a/src/org/gcube/application/framework/core/util/SessionConstants.java +++ b/src/org/gcube/application/framework/core/util/SessionConstants.java @@ -17,11 +17,22 @@ public class SessionConstants { */ public static final String SchemataInfo = "SchemataInfo"; + /** + * Used for a variable in the session representing a HashMap>: + * pairs: (abstract field, list of mappable field for each schema) + */ + public static final String abstractFieldsInfo = "AbstractFieldsInfo"; + /** * Used for generic resource name which contains info about searchable fields per schema... */ public static final String MetadataSchemaInfo = "MetadataSchemaInfo"; + /** + * Used for generic resource name which contains info about mappable fields per abstarct field and for every schema + */ + public static final String SearchFieldsMappingAbstraction = "SearchFieldsMappingAbstraction"; + /** * Used for a variable in the session representing the available collections */