Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vospace-datamodel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VOSpace INAF
vospace-datamodel
Commits
f70095c4
Commit
f70095c4
authored
4 years ago
by
Sonia Zorba
Browse files
Options
Downloads
Patches
Plain Diff
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
4 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/it/inaf/oats/vospace/datamodel/NodeProperties.java
+1
-0
1 addition, 0 deletions
...n/java/it/inaf/oats/vospace/datamodel/NodeProperties.java
with
1 addition
and
0 deletions
src/main/java/it/inaf/oats/vospace/datamodel/NodeProperties.java
+
1
−
0
View file @
f70095c4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment