Package org.jbpm.casemgmt.api.event
Class CaseDestroyEvent
- java.lang.Object
-
- org.jbpm.casemgmt.api.event.CaseEvent
-
- org.jbpm.casemgmt.api.event.CaseDestroyEvent
-
public class CaseDestroyEvent extends CaseEvent
Represents occurrence of case destroy operation
-
-
Constructor Summary
Constructors Constructor Description CaseDestroyEvent(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
-
CaseDestroyEvent
public CaseDestroyEvent(String user, String caseId, CaseFileInstance caseFile, List<Long> processInstanceIds)
-
-