exposed api to get the list of contexts

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@160114 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-12-06 14:23:47 +00:00
parent 774f7a3be6
commit ebd2b60a81
1 changed files with 2 additions and 1 deletions

View File

@ -9,5 +9,6 @@ package org.gcube.informationsystem.resourceregistry.api.rest;
public class ContextPath {
public static final String CONTEXT_PATH_PART = "context";
public static final String ALL_PATH_PART = "all";
}