Package org.jbpm.casemgmt.api.event
Class CaseDataEvent
- java.lang.Object
-
- org.jbpm.casemgmt.api.event.CaseEvent
-
- org.jbpm.casemgmt.api.event.CaseDataEvent
-
public class CaseDataEvent extends CaseEvent
Represents occurrence of case data (that is part of case file) related operation
-
-
Constructor Summary
Constructors Constructor Description CaseDataEvent(String user, String caseId, CaseFileInstance caseFile, String definitionId, Map<String,Object> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getData()
Returns data affected (added or removed)String
getDefinitionId()
String
toString()
-
Methods inherited from class org.jbpm.casemgmt.api.event.CaseEvent
getCaseFile, getCaseId, getUser
-
-