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:
parent
774f7a3be6
commit
ebd2b60a81
|
@ -9,5 +9,6 @@ package org.gcube.informationsystem.resourceregistry.api.rest;
|
||||||
public class ContextPath {
|
public class ContextPath {
|
||||||
|
|
||||||
public static final String CONTEXT_PATH_PART = "context";
|
public static final String CONTEXT_PATH_PART = "context";
|
||||||
|
|
||||||
|
public static final String ALL_PATH_PART = "all";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue