Uses of Class
org.camunda.bpm.engine.impl.core.instance.CoreExecution

Packages that use CoreExecution
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
org.camunda.bpm.engine.impl.context   
org.camunda.bpm.engine.impl.core.instance   
org.camunda.bpm.engine.impl.core.operation   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm.runtime   
 

Uses of CoreExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 

Subclasses of CoreExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 class CaseExecutionEntity
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with type parameters of type CoreExecution
<T extends CoreExecution>
void
CaseExecutionEntity.performOperation(CoreAtomicOperation<T> operation)
           
<T extends CoreExecution>
void
CaseExecutionEntity.performOperationSync(CoreAtomicOperation<T> operation)
           
 

Uses of CoreExecution in org.camunda.bpm.engine.impl.cmmn.execution
 

Subclasses of CoreExecution in org.camunda.bpm.engine.impl.cmmn.execution
 class CaseExecutionImpl
           
 class CmmnExecution
           
 

Uses of CoreExecution in org.camunda.bpm.engine.impl.context
 

Classes in org.camunda.bpm.engine.impl.context with type parameters of type CoreExecution
 class CoreExecutionContext<T extends CoreExecution>
           
 

Fields in org.camunda.bpm.engine.impl.context declared as CoreExecution
protected  T CoreExecutionContext.execution
           
 

Fields in org.camunda.bpm.engine.impl.context with type parameters of type CoreExecution
protected static ThreadLocal<Stack<CoreExecutionContext<? extends CoreExecution>>> Context.executionContextStackThreadLocal
           
 

Methods in org.camunda.bpm.engine.impl.context that return types with arguments of type CoreExecution
static CoreExecutionContext<? extends CoreExecution> Context.getCoreExecutionContext()
           
 

Methods in org.camunda.bpm.engine.impl.context with parameters of type CoreExecution
static ProcessApplicationReference ProcessApplicationContextUtil.getTargetProcessApplication(CoreExecution execution)
           
 

Uses of CoreExecution in org.camunda.bpm.engine.impl.core.instance
 

Methods in org.camunda.bpm.engine.impl.core.instance with type parameters of type CoreExecution
<T extends CoreExecution>
void
CoreExecution.performOperation(CoreAtomicOperation<T> operation)
           
<T extends CoreExecution>
void
CoreExecution.performOperationSync(CoreAtomicOperation<T> operation)
           
 

Uses of CoreExecution in org.camunda.bpm.engine.impl.core.operation
 

Classes in org.camunda.bpm.engine.impl.core.operation with type parameters of type CoreExecution
 class AbstractEventAtomicOperation<T extends CoreExecution>
           
 interface CoreAtomicOperation<T extends CoreExecution>
           
 

Uses of CoreExecution in org.camunda.bpm.engine.impl.persistence.entity
 

Subclasses of CoreExecution in org.camunda.bpm.engine.impl.persistence.entity
 class ExecutionEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type CoreExecution
<T extends CoreExecution>
void
ExecutionEntity.performOperation(CoreAtomicOperation<T> operation)
           
<T extends CoreExecution>
void
ExecutionEntity.performOperationSync(CoreAtomicOperation<T> operation)
           
 

Uses of CoreExecution in org.camunda.bpm.engine.impl.pvm.runtime
 

Subclasses of CoreExecution in org.camunda.bpm.engine.impl.pvm.runtime
 class ExecutionImpl
           
 class PvmExecutionImpl
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type CoreExecution
 void ExecutionStartContext.applyVariables(CoreExecution execution)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.