Package org.jbpm.casemgmt.api.event
Class CaseCommentEvent
- java.lang.Object
-
- org.jbpm.casemgmt.api.event.CaseEvent
-
- org.jbpm.casemgmt.api.event.CaseCommentEvent
-
public class CaseCommentEvent extends CaseEvent
Represents occurrence of case comment related operation
-
-
Constructor Summary
Constructors Constructor Description CaseCommentEvent(String user, String caseId, CaseFileInstance caseFile, CommentInstance comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentInstance
getComment()
Returns actual CommentInstance that is added or removedString
toString()
-
Methods inherited from class org.jbpm.casemgmt.api.event.CaseEvent
getCaseFile, getCaseId, getUser
-
-
-
-
Constructor Detail
-
CaseCommentEvent
public CaseCommentEvent(String user, String caseId, CaseFileInstance caseFile, CommentInstance comment)
-
-
Method Detail
-
getComment
public CommentInstance getComment()
Returns actual CommentInstance that is added or removed
-
-