Package org.jbpm.casemgmt.api.event
Class CaseReopenEvent
- java.lang.Object
-
- org.jbpm.casemgmt.api.event.CaseEvent
-
- org.jbpm.casemgmt.api.event.CaseReopenEvent
-
public class CaseReopenEvent extends CaseEvent
Represents occurrence of start case operation
-
-
Constructor Summary
Constructors Constructor Description CaseReopenEvent(String user, String caseId, CaseFileInstance caseFile, String deploymentId, String caseDefinitionId, Map<String,Object> data)CaseReopenEvent(String user, String caseId, CaseFileInstance caseFile, String deploymentId, String caseDefinitionId, Map<String,Object> data, Long processInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCaseDefinitionId()Returns case definition idMap<String,Object>getData()Returns case file associated with the caseStringgetDeploymentId()Returns deployment id that case belongs toLonggetProcessInstanceId()Returns process instance id of the case process instanceStringtoString()-
Methods inherited from class org.jbpm.casemgmt.api.event.CaseEvent
getCaseFile, getCaseId, getUser
-
-
-
-
Method Detail
-
getDeploymentId
public String getDeploymentId()
Returns deployment id that case belongs to
-
getCaseDefinitionId
public String getCaseDefinitionId()
Returns case definition id
-
getProcessInstanceId
public Long getProcessInstanceId()
Returns process instance id of the case process instance
-
-