Package org.jbpm.casemgmt.api.event
Class CaseCancelEvent
- java.lang.Object
-
- org.jbpm.casemgmt.api.event.CaseEvent
-
- org.jbpm.casemgmt.api.event.CaseCancelEvent
-
public class CaseCancelEvent extends CaseEvent
Represents occurrence of case close operation
-
-
Constructor Summary
Constructors Constructor Description CaseCancelEvent(String user, String caseId, CaseFileInstance caseFile, List<Long> processInstanceIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Long>
getProcessInstanceIds()
Returns list of process instances that were aborted as part of cancel case operationString
toString()
-
Methods inherited from class org.jbpm.casemgmt.api.event.CaseEvent
getCaseFile, getCaseId, getUser
-
-
-
-
Constructor Detail
-
CaseCancelEvent
public CaseCancelEvent(String user, String caseId, CaseFileInstance caseFile, List<Long> processInstanceIds)
-
-