org.camunda.bpm.engine.impl.context
Class CoreExecutionContext<T extends CoreExecution>

java.lang.Object
  extended by org.camunda.bpm.engine.impl.context.CoreExecutionContext<T>
Direct Known Subclasses:
CaseExecutionContext, ExecutionContext

public abstract class CoreExecutionContext<T extends CoreExecution>
extends Object

Author:
Roman Smirnov, Daniel Meyer

Field Summary
protected  T execution
           
 
Constructor Summary
CoreExecutionContext(T execution)
           
 
Method Summary
 DeploymentEntity getDeployment()
           
protected abstract  String getDeploymentId()
           
 T getExecution()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

execution

protected T extends CoreExecution execution
Constructor Detail

CoreExecutionContext

public CoreExecutionContext(T execution)
Method Detail

getExecution

public T getExecution()

getDeploymentId

protected abstract String getDeploymentId()

getDeployment

public DeploymentEntity getDeployment()


Copyright © 2015 camunda services GmbH. All rights reserved.