Rena Tsantouli 2010-09-01 20:48:51 +00:00
parent 469338fc22
commit 513def4e1b
1 changed files with 11 additions and 0 deletions

View File

@ -17,11 +17,22 @@ public class SessionConstants {
*/
public static final String SchemataInfo = "SchemataInfo";
/**
* Used for a variable in the session representing a HashMap<String, ArrayList<SchemaFieldPair>>:
* 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
*/