Interface AnnotationSaver
- All Known Implementing Classes:
SolrAndSqlAnnotationSaver,SolrAnnotationSaver,SqlAnnotationSaver
public interface AnnotationSaver
Saves WebAnnotations to a persistence context.
- Author:
- Florian Alpers
-
Method Summary
Modifier and TypeMethodDescriptionvoidsave(PersistentAnnotation... annotations) Save the annotation.
-
Method Details
-
save
Save the annotation. Overwrites an existing annotation if it has the same id- Parameters:
annotations- The annotation to save- Throws:
IOException- If saving the annotation fails
-