changeset 11:bc90aaeb925d

permissions still under construction.
author casties
date Fri, 13 Jul 2012 11:24:39 +0200
parents 90911b2da322
children 5928c5d9aae8
files src/main/java/de/mpiwg/itgroup/annotations/neo4j/AnnotationStore.java
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/itgroup/annotations/neo4j/AnnotationStore.java	Thu Jul 12 17:01:32 2012 +0200
+++ b/src/main/java/de/mpiwg/itgroup/annotations/neo4j/AnnotationStore.java	Fri Jul 13 11:24:39 2012 +0200
@@ -179,6 +179,14 @@
 			if (created != null) {
 				annotNode.setProperty("created", created);
 			}
+			
+			/*
+			 * Permissions for this annotation.
+			 */
+			Actor admin = annot.getAdminPermission();
+			if (admin != null) {
+				
+			}
 
 			tx.success();
 		} finally {