Refs #10245: Expose read Context API through Access port type in addition to Context port type
Task-Url: https://support.d4science.org/issues/10245 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@158260 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8998759ccd
commit
c07ee347bb
|
@ -25,6 +25,8 @@ public class AccessPath {
|
|||
public static final String CONSISTS_OF_PATH_PART = ERPath.CONSISTS_OF_PATH_PART;
|
||||
public static final String IS_RELATED_TO_PATH_PART = ERPath.IS_RELATED_TO_PATH_PART;
|
||||
|
||||
public static final String CONTEXT_PATH_PART = ContextPath.CONTEXT_PATH_PART;
|
||||
|
||||
public static final String SCHEMA_PATH_PART = SchemaPath.SCHEMA_PATH_PART;
|
||||
public static final String INSTANCE_PATH_PART = "instance";
|
||||
|
||||
|
|
Loading…
Reference in New Issue