org.camunda.bpm.engine.impl.context
Class CoreExecutionContext<T extends CoreExecution>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execution
protected T extends CoreExecution execution
CoreExecutionContext
public CoreExecutionContext(T execution)
getExecution
public T getExecution()
getDeploymentId
protected abstract String getDeploymentId()
getDeployment
public DeploymentEntity getDeployment()
Copyright © 2015 camunda services GmbH. All rights reserved.