Class QueryTemplatePath
- java.lang.Object
-
- org.gcube.informationsystem.resourceregistry.api.rest.QueryTemplatePath
-
public class QueryTemplatePath extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringINCLUDE_META_IN_ALL_INSTANCES_QUERY_PARAMETERstatic StringINCLUDE_META_QUERY_PARAMETERstatic StringQUERY_TEMPLATES_PATH_PART
-
Constructor Summary
Constructors Constructor Description QueryTemplatePath()
-
-
-
Field Detail
-
QUERY_TEMPLATES_PATH_PART
public static final String QUERY_TEMPLATES_PATH_PART
- See Also:
- Constant Field Values
-
INCLUDE_META_QUERY_PARAMETER
public static final String INCLUDE_META_QUERY_PARAMETER
- See Also:
- Constant Field Values
-
INCLUDE_META_IN_ALL_INSTANCES_QUERY_PARAMETER
public static final String INCLUDE_META_IN_ALL_INSTANCES_QUERY_PARAMETER
- See Also:
- Constant Field Values
-
-