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