comparison src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/GroupMembersResource.java @ 50:64aa756c60cc

annotations ui can show and delete annotations now.
author casties
date Thu, 27 Sep 2012 17:12:08 +0200
parents 707902d468f6
children 2b1e6df5e21a
comparison
equal deleted inserted replaced
49:f30f42080711 50:64aa756c60cc
12 import org.restlet.representation.Representation; 12 import org.restlet.representation.Representation;
13 import org.restlet.representation.StringRepresentation; 13 import org.restlet.representation.StringRepresentation;
14 import org.restlet.resource.Get; 14 import org.restlet.resource.Get;
15 import org.restlet.resource.Post; 15 import org.restlet.resource.Post;
16 16
17 import de.mpiwg.itgroup.annotations.Actor;
18 import de.mpiwg.itgroup.annotations.Person; 17 import de.mpiwg.itgroup.annotations.Person;
19 import de.mpiwg.itgroup.annotations.neo4j.AnnotationStore.NodeTypes;
20 18
21 /** 19 /**
22 * Resource class for the members of an annotation group. 20 * Resource class for the members of an annotation group.
23 * 21 *
24 * @author casties 22 * @author casties