Class CaseExecutionContext
- java.lang.Object
-
- org.camunda.bpm.engine.impl.context.CoreExecutionContext<CaseExecutionEntity>
-
- org.camunda.bpm.engine.impl.context.CaseExecutionContext
-
public class CaseExecutionContext extends CoreExecutionContext<CaseExecutionEntity>
- Author:
- Roman Smirnov, Daniel Meyer
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.context.CoreExecutionContext
execution
-
-
Constructor Summary
Constructors Constructor Description CaseExecutionContext(CaseExecutionEntity execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaseDefinitionEntity
getCaseDefinition()
CaseExecutionEntity
getCaseInstance()
protected String
getDeploymentId()
-
Methods inherited from class org.camunda.bpm.engine.impl.context.CoreExecutionContext
getDeployment, getExecution
-
-
-
-
Constructor Detail
-
CaseExecutionContext
public CaseExecutionContext(CaseExecutionEntity execution)
-
-
Method Detail
-
getCaseInstance
public CaseExecutionEntity getCaseInstance()
-
getCaseDefinition
public CaseDefinitionEntity getCaseDefinition()
-
getDeploymentId
protected String getDeploymentId()
- Specified by:
getDeploymentId
in classCoreExecutionContext<CaseExecutionEntity>
-
-