Package com.orchestranetworks.workflow
Interface ProcessInstanceComment
-
public interface ProcessInstanceCommentRepresents a comment of a workflow.- Since:
- 5.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()Returns the text of the comment.DategetDate()Returns the date of the comment.UserReferencegetUser()Returns the user who has written the comment.
-
-
-
Method Detail
-
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
-
-