java.lang.Object | |
↳ | com.pspdfkit.annotations.note.AnnotationReviewSummary |
Summarizes the information about an annotation’s review state. It holds the data of currently set states mapped by the author and the author state for the current user.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AnnotationReviewSummary(Map<AuthorState, List<String>> reviewNames, AuthorState currentUserState)
Creates a new summary for the annotation review state.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AuthorState |
getCurrentUserState()
Returns the state set by the current user, or
NONE if none set. | ||||||||||
Map<AuthorState, List<String>> |
getReviewNames()
Get's the map between the set state and a list of authors whose last set status is that one.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new summary for the annotation review state.
reviewNames | Map between the set state and a list of authors whose last set status is that one. |
---|---|
currentUserState | The state set by the current user. |
Returns the state set by the current user, or NONE
if none set.
Get's the map between the set state and a list of authors whose last set status is that one.