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
FieldsFields inherited from class org.nuxeo.ecm.platform.comment.api.CommentImpl
ancestorIds, author, creationDate, docModel, entity, entityId, id, modificationDate, origin, parentId, text -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAnnotationImpl(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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.nuxeo.ecm.platform.comment.api.Comment
addAncestorId, getAncestorIds, getAuthor, getCreationDate, getDocument, getId, getModificationDate, getParentId, getText, setAuthor, setCreationDate, setId, setModificationDate, setParentId, setTextMethods 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.docModelusage
-
-
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:AnnotationGets the xpath of annotated blob in the document.- Specified by:
getXpathin interfaceAnnotation- Returns:
- the xpath
-
setXpath
Description copied from interface:AnnotationSets the xpath of annotated blob in the document.- Specified by:
setXpathin interfaceAnnotation- Parameters:
xpath- the xpath
-
CommentImpl.docModelusage