Interface AuthorPersistentHighlightConstants
- All Known Subinterfaces:
AuthorPersistentHighlight
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface AuthorPersistentHighlightConstants
Constants used in the serialization process of the Author Persistent Highlights.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The name of the attribute holding the name of the changed attribute.static final String
The pseudo attribute name of the PI holding the name of the author who made the modification.static final String
The pseudo attribute name of the PI holding the comment of the author who made the modification.static final String
The pseudo attribute name of the PI holding the id of the comment.static final String
The pseudo attribute name of the PI holding the parent id.static final String
The pseudo attribute name (of the delete PI) holding the deleted content.static final String
One of the values forFLAG_ATTRIBUTE
.static final String
The name of the attribute that specifies that a marker is not over any content...static final String
The pseudo attribute name of the PI holding the flag of the marker.static final String
The name of the id attribute which identifies start and end PI markers when they overlap.static final String
The pseudo attribute name of the PI holding the modification time.static final String
The name of the attribute holding the type of the change.
-
Field Details
-
AUTHOR_NAME_ATTRIBUTE
The pseudo attribute name of the PI holding the name of the author who made the modification.
The value isauthor
.- See Also:
-
COMMENT_ATTRIBUTE
The pseudo attribute name of the PI holding the comment of the author who made the modification.
The value iscomment
.- See Also:
-
MODIFICATION_TIME
The pseudo attribute name of the PI holding the modification time.
The value istimestamp
.- See Also:
-
COMMENT_ID
The pseudo attribute name of the PI holding the id of the comment. This is first set when a reply is added to the highlight, and will be used as parent id for all its replies.
The value isid
.- See Also:
-
COMMENT_PARENT_ID
The pseudo attribute name of the PI holding the parent id.
The parent ID is set on a comment that is a reply to another highlight. Its value is the same as the value of the parent'sCOMMENT_ID
property value.
The value isparentID
.- See Also:
-
FLAG_ATTRIBUTE
The pseudo attribute name of the PI holding the flag of the marker. Can have multiple values.
One of the values can be "done"- See Also:
-
DONE_ATTRIBUTE_VALUE
- See Also:
-
CONTENT_ATTRIBUTE
The pseudo attribute name (of the delete PI) holding the deleted content.
The value iscontent
.- See Also:
-
MID_ATTRIBUTE
The name of the id attribute which identifies start and end PI markers when they overlap.- See Also:
-
EMPTY_MARKER_ATTRIBUTE
The name of the attribute that specifies that a marker is not over any content...- See Also:
-
TYPE_ATTRIBUTE
The name of the attribute holding the type of the change.- See Also:
-
ATTR_NAME_ATTRIBUTE
The name of the attribute holding the name of the changed attribute.- See Also:
-