Uses of Class
org.flowable.engine.impl.test.InternalFlowableExtension
Packages that use InternalFlowableExtension
-
Uses of InternalFlowableExtension in org.flowable.engine.impl.test
Subclasses of InternalFlowableExtension in org.flowable.engine.impl.testModifier and TypeClassDescriptionclass
An extension which uses theProcessEngines.getDefaultProcessEngine()
and is cached within the entire context (i.e.class
An extension that uses the configured resource to create aProcessEngine
. -
Uses of InternalFlowableExtension in org.flowable.spring.impl.test
Subclasses of InternalFlowableExtension in org.flowable.spring.impl.testModifier and TypeClassDescriptionclass
An extension that usesSpringExtension
to get theProcessEngine
from theApplicationContext
and make it available for theInternalFlowableExtension
.