Skip to content
Snippets Groups Projects
Commit f70095c4 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added ispublic node property (alias of publicread)

parent debdda38
No related branches found
No related tags found
No related merge requests found
Pipeline #1261 passed
......@@ -26,6 +26,7 @@ public abstract class NodeProperties {
public static final String LENGTH_URI = "ivo://ivoa.net/vospace/core#length"; // the length or size of a resource
public static final String MODIFICATION_TIME_URI = "ivo://ivoa.net/vospace/core#mtime"; // the data modification time
public static final String PUBLIC_READ_URI = "ivo://ivoa.net/vospace/core#publicread"; // whether this resource is world readable
public static final String IS_PUBLIC_URI = "ivo://ivoa.net/vospace/core#ispublic"; // alias of publicread used by CADC
public static final String PUBLISHER_URI = "ivo://ivoa.net/vospace/core#publisher"; // an entity responsible for making the resource available
public static final String QUOTA_URI = "ivo://ivoa.net/vospace/core#quota"; // the value of a system quota on the resource
public static final String RELATED_RESOURCE_URI = "ivo://ivoa.net/vospace/core#relation"; // a related resource
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment