public interface IAnnotationDataHandler extends IRepository<Annotation>
The interface of annotations repository.
Modifier and Type | Method and Description |
---|---|
Annotation |
getAnnotation(String guid) |
Annotation[] |
getDocumentAnnotations(long id) |
Annotation[] |
getDocumentAnnotations(long id,
Integer pageNumber) |
Annotation getAnnotation(String guid)
Annotation[] getDocumentAnnotations(long id)
Annotation[] getDocumentAnnotations(long id, Integer pageNumber)
Copyright © 2018. All rights reserved.