Skip to main content

ReviewHistoryItem Class

An annotation’s review item.

Declaration

public class ReviewHistoryItem extends JavaObject

Remarks

The ReviewHistoryItem class contains the author and status of a review action.

Refer to the following help topic for additional information: Add Reviews — Markup Annotations.

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
ReviewHistoryItem

Methods

getAuthor() Method

Returns the name of the user who performed the review action.

Declaration

public String getAuthor()

Returns

Type Description
String

The review action author.

getStatus() Method

Returns the review status.

Declaration

public ReviewStatus getStatus()

Returns

Type Description
ReviewStatus

A ReviewStatus value that specifies the review status.