Rena Tsantouli 2011-07-01 18:38:14 +00:00
parent 1c6bbc9ece
commit 6e929ff32f
1 changed files with 5 additions and 0 deletions

View File

@ -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";
}