Added the IndexConstants class
This commit is contained in:
parent
17299c7dd1
commit
7a7c79ef17
|
@ -0,0 +1,16 @@
|
|||
package org.gcube.application.cms.plugins.implementations;
|
||||
|
||||
/**
|
||||
* The Class IndexConstants.
|
||||
*
|
||||
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
|
||||
*
|
||||
* Mar 29, 2023
|
||||
*/
|
||||
public class IndexConstants {
|
||||
|
||||
public static final String INDEX_PARAMETER_FLAGINTERNALINDEX = "flagInternalIndex";
|
||||
public static final String INDEX_PARAMETER_INDEXNAME = "indexName";
|
||||
public static final String INDEX_PARAMETER_WORKSPACE = "workspace";
|
||||
|
||||
}
|
Loading…
Reference in New Issue