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 classCaseExecutionEntityMethods 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 classCaseExecutionImplclassCmmnExecution -
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 classCoreExecutionContext<T extends CoreExecution>Fields in org.camunda.bpm.engine.impl.context declared as CoreExecution Modifier and Type Field Description protected TCoreExecutionContext. executionFields in org.camunda.bpm.engine.impl.context with type parameters of type CoreExecution Modifier and Type Field Description protected static ThreadLocal<Deque<CoreExecutionContext<? extends CoreExecution>>>Context. executionContextStackThreadLocalMethods 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 ProcessApplicationReferenceProcessApplicationContextUtil. 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 voidCoreLogger. 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 classAbstractEventAtomicOperation<T extends CoreExecution>interfaceCoreAtomicOperation<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 voidContextLogger. 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 classExecutionEntityMethods 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 booleanTaskEntity. invokeListener(CoreExecution currentExecution, 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 classExecutionImplclassPvmExecutionImplMethods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type CoreExecution Modifier and Type Method Description voidExecutionStartContext. applyVariables(CoreExecution execution)
-