Added Constants

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@131383 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-09-15 12:57:27 +00:00
parent a2b3e23461
commit 7b6f403a51
1 changed files with 4 additions and 2 deletions

View File

@ -15,10 +15,12 @@ public class EntityPath {
public static final String DEFINITION_PARAM = "definition";
public static final String CONSIST_OF_PATH_PART = "consistOf";
public static final String RELATED_TO_PATH_PART = "relatedTo";
public static final String CONSISTS_OF_PATH_PART = "consistsOf";
public static final String IS_RELATED_TO_PATH_PART = "isRelatedTo";
public static final String SOURCE_PATH_PART = "source";
public static final String TARGET_PATH_PART = "target";
public static final String TYPE_PARAM = "type";
public static final String PROPERTIES_PARAM = "properties";
}