From 6e929ff32fbbc79f6a11732ffcabd2770f7aa447 Mon Sep 17 00:00:00 2001 From: Rena Tsantouli Date: Fri, 1 Jul 2011 18:38:14 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerCore@41153 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../application/framework/core/util/SessionConstants.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/org/gcube/application/framework/core/util/SessionConstants.java b/src/org/gcube/application/framework/core/util/SessionConstants.java index 02f1ec0..e609a7a 100644 --- a/src/org/gcube/application/framework/core/util/SessionConstants.java +++ b/src/org/gcube/application/framework/core/util/SessionConstants.java @@ -127,4 +127,9 @@ public class SessionConstants { * the id of the active query to be presented */ public static final String activePresentationQueryNo = "activePresentationQueryNo"; + + /** + * the collections hierarchy (groups - collections) + */ + public static final String collectionsHierarchy = "collectionsHierarchy"; }