Package org.nuxeo.client.objects.comment
Class Annotation
- java.lang.Object
-
- org.nuxeo.client.objects.Entity
-
- org.nuxeo.client.objects.comment.Comment
-
- org.nuxeo.client.objects.comment.Annotation
-
- All Implemented Interfaces:
java.io.Serializable
public class Annotation extends Comment
This API is available since Nuxeo Server 10.2.- Since:
- 3.1
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringxpath-
Fields inherited from class org.nuxeo.client.objects.comment.Comment
ancestorIds, author, creationDate, entity, entityId, id, modificationDate, origin, parentId, permissions, text
-
Fields inherited from class org.nuxeo.client.objects.Entity
entityType
-
-
Constructor Summary
Constructors Constructor Description Annotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetXPath()voidsetXpath(java.lang.String xpath)-
Methods inherited from class org.nuxeo.client.objects.comment.Comment
getAncestorIds, getAuthor, getCreationDate, getEntity, getEntityId, getId, getModificationDate, getOrigin, getParentId, getPermissions, getText, setAuthor, setCreationDate, setEntity, setEntityId, setModificationDate, setOrigin, setParentId, setText
-
Methods inherited from class org.nuxeo.client.objects.Entity
getEntityType
-
-