resource-registry-api/src/main/java/org/gcube/informationsystem/resourceregistry/api/rest/QueryTemplatePath.java

14 lines
464 B
Java
Raw Normal View History

2021-10-21 16:59:40 +02:00
package org.gcube.informationsystem.resourceregistry.api.rest;
/**
* @author Luca Frosini (ISTI - CNR)
*/
2021-10-21 19:07:45 +02:00
public class QueryTemplatePath {
2021-10-21 16:59:40 +02:00
public static final String QUERY_TEMPLATES_PATH_PART = "query-templates";
2023-05-05 11:19:03 +02:00
public static final String INCLUDE_META_QUERY_PARAMETER = InstancePath.INCLUDE_META_QUERY_PARAMETER;
2023-05-05 11:19:03 +02:00
public static final String INCLUDE_META_IN_ALL_INSTANCES_QUERY_PARAMETER = InstancePath.INCLUDE_META_IN_ALL_INSTANCES_QUERY_PARAMETER;
2021-10-21 19:07:45 +02:00
2021-10-21 16:59:40 +02:00
}