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 Details

    • AUTHOR_NAME_ATTRIBUTE

      static final String AUTHOR_NAME_ATTRIBUTE
      The pseudo attribute name of the PI holding the name of the author who made the modification.
      The value is author.
      See Also:
    • COMMENT_ATTRIBUTE

      static final String COMMENT_ATTRIBUTE
      The pseudo attribute name of the PI holding the comment of the author who made the modification.
      The value is comment.
      See Also:
    • MODIFICATION_TIME

      static final String MODIFICATION_TIME
      The pseudo attribute name of the PI holding the modification time.
      The value is timestamp.
      See Also:
    • COMMENT_ID

      static final String 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 is id.
      See Also:
    • COMMENT_PARENT_ID

      static final String 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's COMMENT_ID property value.
      The value is parentID.
      See Also:
    • FLAG_ATTRIBUTE

      static final String 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

      static final String DONE_ATTRIBUTE_VALUE
      One of the values for FLAG_ATTRIBUTE.
      The value is done.
      See Also:
    • CONTENT_ATTRIBUTE

      static final String CONTENT_ATTRIBUTE
      The pseudo attribute name (of the delete PI) holding the deleted content.
      The value is content.
      See Also:
    • MID_ATTRIBUTE

      static final String MID_ATTRIBUTE
      The name of the id attribute which identifies start and end PI markers when they overlap.
      See Also:
    • EMPTY_MARKER_ATTRIBUTE

      static final String EMPTY_MARKER_ATTRIBUTE
      The name of the attribute that specifies that a marker is not over any content...
      See Also:
    • TYPE_ATTRIBUTE

      static final String TYPE_ATTRIBUTE
      The name of the attribute holding the type of the change.
      See Also:
    • ATTR_NAME_ATTRIBUTE

      static final String ATTR_NAME_ATTRIBUTE
      The name of the attribute holding the name of the changed attribute.
      See Also: