Refs #10247: Create Resource Registry Context Client
Task-Url: https://support.d4science.org/issues/10247 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@158786 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
aefacb5f43
commit
774f7a3be6
|
@ -9,14 +9,5 @@ package org.gcube.informationsystem.resourceregistry.api.rest;
|
|||
public class ContextPath {
|
||||
|
||||
public static final String CONTEXT_PATH_PART = "context";
|
||||
|
||||
public static final String RENAME_PATH_PART = "rename";
|
||||
public static final String MOVE_PATH_PART = "move";
|
||||
|
||||
|
||||
public static final String PARENT_CONTEXT_ID_PARAM = "parentContextId";
|
||||
public static final String CONTEXT_ID_PARAM = "contextId";
|
||||
public static final String NAME_PARAM = "name";
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue