Class AnnotationImpl
java.lang.Object
org.nuxeo.ecm.platform.comment.api.CommentImpl
org.nuxeo.ecm.platform.comment.api.AnnotationImpl
- All Implemented Interfaces:
Annotation
,Comment
,ExternalEntity
- Since:
- 10.1
-
Field Summary
Fields inherited from class org.nuxeo.ecm.platform.comment.api.CommentImpl
ancestorIds, author, creationDate, docModel, entity, entityId, id, modificationDate, origin, parentId, text
-
Constructor Summary
ModifierConstructorDescriptionprotected
AnnotationImpl
(DocumentModel docModel) Constructor for the document adapter factory. -
Method Summary
Methods inherited from class org.nuxeo.ecm.platform.comment.api.CommentImpl
addAncestorId, equals, getAncestorIds, getAuthor, getCreationDate, getDocument, getEntity, getEntityId, getId, getModificationDate, getOrigin, getParentId, getText, hashCode, setAuthor, setCreationDate, setEntity, setEntityId, setId, setModificationDate, setOrigin, setParentId, setText, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
Methods inherited from interface org.nuxeo.ecm.platform.comment.api.ExternalEntity
getEntity, getEntityId, getOrigin, setEntity, setEntityId, setOrigin
-
Field Details
-
xpath
Deprecated.since 11.1, not used due toCommentImpl.docModel
usage
-
-
Constructor Details
-
AnnotationImpl
public AnnotationImpl()- Since:
- 11.1
-
AnnotationImpl
Constructor for the document adapter factory.- Since:
- 11.1
-
-
Method Details
-
getXpath
Description copied from interface:Annotation
Gets the xpath of annotated blob in the document.- Specified by:
getXpath
in interfaceAnnotation
- Returns:
- the xpath
-
setXpath
Description copied from interface:Annotation
Sets the xpath of annotated blob in the document.- Specified by:
setXpath
in interfaceAnnotation
- Parameters:
xpath
- the xpath
-
CommentImpl.docModel
usage