Changeset 70:2b1e6df5e21a in AnnotationManagerN4J for src
- Timestamp:
- Mar 6, 2014, 2:09:04 PM (11 years ago)
- Branch:
- default
- Location:
- src/main/java/de/mpiwg/itgroup/annotations
- Files:
-
- 31 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/de/mpiwg/itgroup/annotations/Actor.java
r58 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import de.mpiwg.itgroup.annotations.neo4j.AnnotationStore; -
src/main/java/de/mpiwg/itgroup/annotations/Annotation.java
r50 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.io.UnsupportedEncodingException; -
src/main/java/de/mpiwg/itgroup/annotations/Group.java
r15 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 /** -
src/main/java/de/mpiwg/itgroup/annotations/NS.java
r58 r70 1 1 package de.mpiwg.itgroup.annotations; 2 3 /* 4 * #%L 5 * AnnotationManager 6 * %% 7 * Copyright (C) 2012 - 2014 MPIWG Berlin 8 * %% 9 * This program is free software: you can redistribute it and/or modify 10 * it under the terms of the GNU Lesser General Public License as 11 * published by the Free Software Foundation, either version 3 of the 12 * License, or (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Lesser Public License for more details. 18 * 19 * You should have received a copy of the GNU General Lesser Public 20 * License along with this program. If not, see 21 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 22 * #L% 23 */ 2 24 3 25 public class NS { -
src/main/java/de/mpiwg/itgroup/annotations/Person.java
r69 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import de.mpiwg.itgroup.annotations.restlet.BaseRestlet; -
src/main/java/de/mpiwg/itgroup/annotations/Resource.java
r42 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 /** -
src/main/java/de/mpiwg/itgroup/annotations/Tag.java
r58 r70 1 1 package de.mpiwg.itgroup.annotations; 2 3 /* 4 * #%L 5 * AnnotationManager 6 * %% 7 * Copyright (C) 2012 - 2014 MPIWG Berlin 8 * %% 9 * This program is free software: you can redistribute it and/or modify 10 * it under the terms of the GNU Lesser General Public License as 11 * published by the Free Software Foundation, either version 3 of the 12 * License, or (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Lesser Public License for more details. 18 * 19 * You should have received a copy of the GNU General Lesser Public 20 * License along with this program. If not, see 21 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 22 * #L% 23 */ 2 24 3 25 import de.mpiwg.itgroup.annotations.restlet.BaseRestlet; -
src/main/java/de/mpiwg/itgroup/annotations/Target.java
r42 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 /** -
src/main/java/de/mpiwg/itgroup/annotations/Uri.java
r42 r70 1 1 package de.mpiwg.itgroup.annotations; 2 3 /* 4 * #%L 5 * AnnotationManager 6 * %% 7 * Copyright (C) 2012 - 2014 MPIWG Berlin 8 * %% 9 * This program is free software: you can redistribute it and/or modify 10 * it under the terms of the GNU Lesser General Public License as 11 * published by the Free Software Foundation, either version 3 of the 12 * License, or (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Lesser Public License for more details. 18 * 19 * You should have received a copy of the GNU General Lesser Public 20 * License along with this program. If not, see 21 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 22 * #L% 23 */ 2 24 3 25 /** -
src/main/java/de/mpiwg/itgroup/annotations/neo4j/AnnotationStore.java
r68 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.neo4j; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 * Author: Robert Casties (casties@mpiwg-berlin.mpg.de) 27 */ 5 28 6 29 import java.util.ArrayList; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorAnnotations.java
r65 r70 4 4 */ 5 5 package de.mpiwg.itgroup.annotations.restlet; 6 7 /* 8 * #%L 9 * AnnotationManager 10 * %% 11 * Copyright (C) 2012 - 2014 MPIWG Berlin 12 * %% 13 * This program is free software: you can redistribute it and/or modify 14 * it under the terms of the GNU Lesser General Public License as 15 * published by the Free Software Foundation, either version 3 of the 16 * License, or (at your option) any later version. 17 * 18 * This program is distributed in the hope that it will be useful, 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 * GNU General Lesser Public License for more details. 22 * 23 * You should have received a copy of the GNU General Lesser Public 24 * License along with this program. If not, see 25 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 26 * #L% 27 */ 6 28 7 29 import java.io.IOException; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorAnnotationsByResources.java
r65 r70 1 1 package de.mpiwg.itgroup.annotations.restlet; 2 3 /* 4 * #%L 5 * AnnotationManager 6 * %% 7 * Copyright (C) 2012 - 2014 MPIWG Berlin 8 * %% 9 * This program is free software: you can redistribute it and/or modify 10 * it under the terms of the GNU Lesser General Public License as 11 * published by the Free Software Foundation, either version 3 of the 12 * License, or (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Lesser Public License for more details. 18 * 19 * You should have received a copy of the GNU General Lesser Public 20 * License along with this program. If not, see 21 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 22 * #L% 23 */ 2 24 3 25 import java.io.UnsupportedEncodingException; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorAnnotationsByTags.java
r65 r70 1 1 package de.mpiwg.itgroup.annotations.restlet; 2 3 /* 4 * #%L 5 * AnnotationManager 6 * %% 7 * Copyright (C) 2012 - 2014 MPIWG Berlin 8 * %% 9 * This program is free software: you can redistribute it and/or modify 10 * it under the terms of the GNU Lesser General Public License as 11 * published by the Free Software Foundation, either version 3 of the 12 * License, or (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Lesser Public License for more details. 18 * 19 * You should have received a copy of the GNU General Lesser Public 20 * License along with this program. If not, see 21 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 22 * #L% 23 */ 2 24 3 25 import java.io.UnsupportedEncodingException; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorGroups.java
r15 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.util.List; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorInfo.java
r18 r70 1 1 package de.mpiwg.itgroup.annotations.restlet; 2 3 /* 4 * #%L 5 * AnnotationManager 6 * %% 7 * Copyright (C) 2012 - 2014 MPIWG Berlin 8 * %% 9 * This program is free software: you can redistribute it and/or modify 10 * it under the terms of the GNU Lesser General Public License as 11 * published by the Free Software Foundation, either version 3 of the 12 * License, or (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Lesser Public License for more details. 18 * 19 * You should have received a copy of the GNU General Lesser Public 20 * License along with this program. If not, see 21 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 22 * #L% 23 */ 2 24 3 25 import java.io.InputStream; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorResourceImpl.java
r64 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.io.UnsupportedEncodingException; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorResources.java
r65 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.io.UnsupportedEncodingException; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorRestlet.java
r68 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import org.apache.log4j.Logger; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorSearch.java
r63 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.util.ArrayList; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorTags.java
r65 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.io.UnsupportedEncodingException; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java
r66 r70 1 1 package de.mpiwg.itgroup.annotations.restlet; 2 3 /* 4 * #%L 5 * AnnotationManager 6 * %% 7 * Copyright (C) 2012 - 2014 MPIWG Berlin 8 * %% 9 * This program is free software: you can redistribute it and/or modify 10 * it under the terms of the GNU Lesser General Public License as 11 * published by the Free Software Foundation, either version 3 of the 12 * License, or (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Lesser Public License for more details. 18 * 19 * You should have received a copy of the GNU General Lesser Public 20 * License along with this program. If not, see 21 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 22 * #L% 23 * Author: Robert Casties (casties@mpiwg-berlin.mpg.de) 24 */ 2 25 3 26 import java.io.File; … … 24 47 import org.neo4j.graphdb.factory.GraphDatabaseFactory; 25 48 import org.neo4j.graphdb.factory.GraphDatabaseSettings; 26 import org.neo4j.kernel.AbstractGraphDatabase;27 49 import org.neo4j.kernel.GraphDatabaseAPI; 28 50 import org.neo4j.server.WrappingNeoServerBootstrapper; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/AnnotationResource.java
r65 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet.annotations_ui; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.io.UnsupportedEncodingException; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/AnnotationsResource.java
r50 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet.annotations_ui; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.util.List; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/AnnotationsUiRestlet.java
r53 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet.annotations_ui; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import org.apache.log4j.Logger; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/GroupMembersResource.java
r50 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet.annotations_ui; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.util.List; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/GroupResource.java
r65 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet.annotations_ui; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.io.UnsupportedEncodingException; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/GroupsResource.java
r32 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet.annotations_ui; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.util.List; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/InfoResource.java
r23 r70 1 1 package de.mpiwg.itgroup.annotations.restlet.annotations_ui; 2 3 /* 4 * #%L 5 * AnnotationManager 6 * %% 7 * Copyright (C) 2012 - 2014 MPIWG Berlin 8 * %% 9 * This program is free software: you can redistribute it and/or modify 10 * it under the terms of the GNU Lesser General Public License as 11 * published by the Free Software Foundation, either version 3 of the 12 * License, or (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Lesser Public License for more details. 18 * 19 * You should have received a copy of the GNU General Lesser Public 20 * License along with this program. If not, see 21 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 22 * #L% 23 */ 2 24 3 25 import java.io.InputStream; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/PersonResource.java
r65 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet.annotations_ui; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.io.UnsupportedEncodingException; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/annotations_ui/PersonsResource.java
r65 r70 3 3 */ 4 4 package de.mpiwg.itgroup.annotations.restlet.annotations_ui; 5 6 /* 7 * #%L 8 * AnnotationManager 9 * %% 10 * Copyright (C) 2012 - 2014 MPIWG Berlin 11 * %% 12 * This program is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License as 14 * published by the Free Software Foundation, either version 3 of the 15 * License, or (at your option) any later version. 16 * 17 * This program is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * GNU General Lesser Public License for more details. 21 * 22 * You should have received a copy of the GNU General Lesser Public 23 * License along with this program. If not, see 24 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 25 * #L% 26 */ 5 27 6 28 import java.util.List; -
src/main/java/de/mpiwg/itgroup/annotations/restlet/utils/JSONObjectComparator.java
r63 r70 1 1 package de.mpiwg.itgroup.annotations.restlet.utils; 2 3 /* 4 * #%L 5 * AnnotationManager 6 * %% 7 * Copyright (C) 2012 - 2014 MPIWG Berlin 8 * %% 9 * This program is free software: you can redistribute it and/or modify 10 * it under the terms of the GNU Lesser General Public License as 11 * published by the Free Software Foundation, either version 3 of the 12 * License, or (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Lesser Public License for more details. 18 * 19 * You should have received a copy of the GNU General Lesser Public 20 * License along with this program. If not, see 21 * <http://www.gnu.org/licenses/lgpl-3.0.html>. 22 * #L% 23 * Author: Dirk Wintergruen (dwinter@mpiwg-berlin.mpg.de) 24 */ 2 25 3 26 import java.util.Comparator;
Note: See TracChangeset
for help on using the changeset viewer.