Package org.jbpm.casemgmt.api.event
Class CaseCloseEvent
- java.lang.Object
-
- org.jbpm.casemgmt.api.event.CaseEvent
-
- org.jbpm.casemgmt.api.event.CaseCloseEvent
-
public class CaseCloseEvent extends CaseEvent
Represents occurrence of case close operation
-
-
Constructor Summary
Constructors Constructor Description CaseCloseEvent(String user, String caseId, CaseFileInstance caseFile, String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getComment()
String
toString()
-
Methods inherited from class org.jbpm.casemgmt.api.event.CaseEvent
getCaseFile, getCaseId, getUser
-
-