Fixing REST API
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@130971 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5eb03b3228
commit
87758d37a7
|
@ -5,7 +5,6 @@ package org.gcube.informationsystem.resourceregistry;
|
|||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/
|
||||
*
|
||||
*/
|
||||
public class AccessRESTPath {
|
||||
|
||||
|
@ -14,12 +13,14 @@ public class AccessRESTPath {
|
|||
public static final String QUERY_PARAM = "query";
|
||||
public static final String FETCH_PLAN_PARAM = "fetchPlan";
|
||||
|
||||
public static final String FACET_PATH_PART = "facet";
|
||||
public static final String FACET_ID_PARAM = "facetId";
|
||||
public static final String FACET_TYPE_PARAM = "facetType";
|
||||
public static final String FACET_SCHEMA_PATH_PART = "facetSchema";
|
||||
public static final String FACET_INSTANCE_PATH_PART = "facetInstance";
|
||||
public static final String FACET_ID_PATH_PART = "facetId";
|
||||
public static final String FACET_TYPE_PATH_PART = "facetType";
|
||||
|
||||
public static final String RESOURCE_PATH_PART = "resource";
|
||||
public static final String RESOURCE_ID_PARAM = "resourceId";
|
||||
public static final String RESOURCE_TYPE_PARAM = "resourceType";
|
||||
public static final String RESOURCE_SCHEMA_PATH_PART = "resourceSchema";
|
||||
public static final String RESOURCE_INSTANCE_PATH_PART = "resourceInstance";
|
||||
public static final String RESOURCE_ID_PATH_PART = "resourceId";
|
||||
public static final String RESOURCE_TYPE_PATH_PART = "resourceType";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue