Exposing AddToContext APi refs #5701

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@134115 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-11-14 11:02:59 +00:00
parent dd430509d8
commit 00c0820433
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ public class EntityPath {
public static final String SOURCE_PATH_PART = "source";
public static final String TARGET_PATH_PART = "target";
public static final String ADD_PATH_PART = "add";
public static final String TYPE_PARAM = "type";
public static final String PROPERTIES_PARAM = "properties";
}