Interface ProcessInstanceComment


public interface ProcessInstanceComment
Represents a comment of a workflow.
Since:
5.8.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the text of the comment.
    Returns the date of the comment.
    Returns the user who has written the comment.
  • Method Details

    • getUser

      UserReference getUser()
      Returns the user who has written the comment.
      Since:
      5.8.0
    • getDate

      Date getDate()
      Returns the date of the comment.
      Since:
      5.8.0
    • getContent

      String getContent()
      Returns the text of the comment.
      Since:
      5.8.0