org.camunda.bpm.engine.impl.context
Class CaseExecutionContext

java.lang.Object
  extended by org.camunda.bpm.engine.impl.context.CoreExecutionContext<CaseExecutionEntity>
      extended by 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
CaseExecutionContext(CaseExecutionEntity execution)
           
 
Method Summary
 CaseDefinitionEntity getCaseDefinition()
           
 CaseExecutionEntity getCaseInstance()
           
protected  String getDeploymentId()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.context.CoreExecutionContext
getDeployment, getExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 class CoreExecutionContext<CaseExecutionEntity>


Copyright © 2015 camunda services GmbH. All rights reserved.