Interface Annotation
-
- All Superinterfaces:
Comment
- All Known Implementing Classes:
AnnotationImpl
public interface Annotation extends Comment
Annotation interface- Since:
- 10.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getXpath()
Gets the xpath of annotated blob in the document.void
setXpath(String xpath)
Sets the xpath of annotated blob in the document.-
Methods inherited from interface org.nuxeo.ecm.platform.comment.api.Comment
addAncestorId, getAncestorIds, getAuthor, getCreationDate, getDocument, getId, getModificationDate, getParentId, getText, setAuthor, setCreationDate, setId, setModificationDate, setParentId, setText
-
-