Uses of Class
org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
-
Uses of CoreExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Subclasses of CoreExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime Modifier and Type Class Description class
CaseExecutionEntity
Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with type parameters of type CoreExecution Modifier and Type Method Description <T extends CoreExecution>
voidCaseExecutionEntity. performOperation(CoreAtomicOperation<T> operation)
<T extends CoreExecution>
voidCaseExecutionEntity. 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
CoreExecutionContext<T extends CoreExecution>
Fields in org.camunda.bpm.engine.impl.context declared as CoreExecution Modifier and Type Field Description protected T
CoreExecutionContext. execution
Fields in org.camunda.bpm.engine.impl.context with type parameters of type CoreExecution Modifier and Type Field Description protected static java.lang.ThreadLocal<java.util.Deque<CoreExecutionContext<? extends CoreExecution>>>
Context. executionContextStackThreadLocal
Methods in org.camunda.bpm.engine.impl.context that return types with arguments of type CoreExecution Modifier and Type Method Description static CoreExecutionContext<? extends CoreExecution>
Context. getCoreExecutionContext()
Methods in org.camunda.bpm.engine.impl.context with parameters of type CoreExecution Modifier and Type Method Description static ProcessApplicationReference
ProcessApplicationContextUtil. getTargetProcessApplication(CoreExecution execution)
-
Uses of CoreExecution in org.camunda.bpm.engine.impl.core
Methods in org.camunda.bpm.engine.impl.core with parameters of type CoreExecution Modifier and Type Method Description void
CoreLogger. debugPerformingAtomicOperation(CoreAtomicOperation<?> atomicOperation, CoreExecution e)
-
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 Modifier and Type Method Description <T extends CoreExecution>
voidCoreExecution. performOperation(CoreAtomicOperation<T> operation)
<T extends CoreExecution>
voidCoreExecution. 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 Modifier and Type Class Description class
AbstractEventAtomicOperation<T extends CoreExecution>
interface
CoreAtomicOperation<T extends CoreExecution>
-
Uses of CoreExecution in org.camunda.bpm.engine.impl.interceptor
Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type CoreExecution Modifier and Type Method Description void
ContextLogger. debugExecutingAtomicOperation(CoreAtomicOperation<?> executionOperation, CoreExecution execution)
-
Uses of CoreExecution in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of CoreExecution in org.camunda.bpm.engine.impl.persistence.entity Modifier and Type Class Description class
ExecutionEntity
Methods in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type CoreExecution Modifier and Type Method Description <T extends CoreExecution>
voidExecutionEntity. performOperation(CoreAtomicOperation<T> operation)
<T extends CoreExecution>
voidExecutionEntity. performOperationSync(CoreAtomicOperation<T> operation)
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type CoreExecution Modifier and Type Method Description protected boolean
TaskEntity. invokeListener(CoreExecution currentExecution, java.lang.String eventName, TaskListener taskListener)
-
Uses of CoreExecution in org.camunda.bpm.engine.impl.pvm.runtime
Subclasses of CoreExecution in org.camunda.bpm.engine.impl.pvm.runtime Modifier and Type Class Description class
ExecutionImpl
class
PvmExecutionImpl
Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type CoreExecution Modifier and Type Method Description void
ScopeInstantiationContext. applyVariables(CoreExecution execution)
-