Uses of Interface
org.flowable.cmmn.engine.CmmnEngine
Packages that use CmmnEngine
Package
Description
-
Uses of CmmnEngine in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine with type parameters of type CmmnEngineMethods in org.flowable.cmmn.engine that return CmmnEngineModifier and TypeMethodDescriptionCmmnEngineConfiguration.buildCmmnEngine()
protected static CmmnEngine
CmmnEngines.buildCmmnEngine
(URL resource) static CmmnEngine
CmmnEngines.getCmmnEngine
(String cmmnEngineName) Obtain a cmmn engine by name.static CmmnEngine
CmmnEngines.getDefaultCmmnEngine()
Methods in org.flowable.cmmn.engine that return types with arguments of type CmmnEngineModifier and TypeMethodDescriptionstatic Map<String,
CmmnEngine> CmmnEngines.getCmmnEngines()
provides access to cmmn engine to application clients in a managed server environment.Methods in org.flowable.cmmn.engine with parameters of type CmmnEngineModifier and TypeMethodDescriptionstatic void
CmmnEngines.registerCmmnEngine
(CmmnEngine cmmnEngine) Registers the given cmmn engine.static void
CmmnEngines.unregister
(CmmnEngine cmmnEngine) Unregisters the given cmmn engine. -
Uses of CmmnEngine in org.flowable.cmmn.engine.configurator
Methods in org.flowable.cmmn.engine.configurator that return CmmnEngine -
Uses of CmmnEngine in org.flowable.cmmn.engine.impl
Classes in org.flowable.cmmn.engine.impl that implement CmmnEngine -
Uses of CmmnEngine in org.flowable.cmmn.engine.test
Fields in org.flowable.cmmn.engine.test declared as CmmnEngineModifier and TypeFieldDescriptionstatic CmmnEngine
AbstractFlowableCmmnTestCase.cmmnEngine
protected CmmnEngine
FlowableCmmnRule.cmmnEngine
protected final CmmnEngine
FlowableCmmnTestHelper.cmmnEngine
Methods in org.flowable.cmmn.engine.test that return CmmnEngineModifier and TypeMethodDescriptionprotected CmmnEngine
FlowableCmmnExtension.createCmmnEngine
(org.junit.jupiter.api.extension.ExtensionContext context) FlowableCmmnRule.getCmmnEngine()
FlowableCmmnTestHelper.getCmmnEngine()
Methods in org.flowable.cmmn.engine.test with parameters of type CmmnEngineConstructors in org.flowable.cmmn.engine.test with parameters of type CmmnEngineModifierConstructorDescriptionFlowableCmmnRule
(CmmnEngine cmmnEngine) FlowableCmmnTestHelper
(CmmnEngine cmmnEngine) -
Uses of CmmnEngine in org.flowable.cmmn.engine.test.impl
Methods in org.flowable.cmmn.engine.test.impl that return CmmnEngineModifier and TypeMethodDescriptionstatic CmmnEngine
CmmnTestHelper.getCmmnEngine
(String configurationResource) Methods in org.flowable.cmmn.engine.test.impl with parameters of type CmmnEngineModifier and TypeMethodDescriptionstatic String
CmmnTestHelper.annotationDeploymentSetUp
(CmmnEngine cmmnEngine, Class<?> testClass, Method method) static String
CmmnTestHelper.annotationDeploymentSetUp
(CmmnEngine cmmnEngine, Class<?> testClass, Method method, CmmnDeployment deploymentAnnotation) static String
CmmnTestHelper.annotationDeploymentSetUp
(CmmnEngine cmmnEngine, Class<?> testClass, String methodName) static void
CmmnTestHelper.annotationDeploymentTearDown
(CmmnEngine cmmnEngine, String deploymentId, Class<?> testClass, String methodName) static void
CmmnJobTestHelper.waitForJobExecutorToProcessAllJobs
(CmmnEngine cmmnEngine, long maxMillisToWait, long intervalMillis, boolean shutdownExecutorWhenFinished) -
Uses of CmmnEngine in org.flowable.cmmn.spring
Fields in org.flowable.cmmn.spring declared as CmmnEngineFields in org.flowable.cmmn.spring with type parameters of type CmmnEngineModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<CmmnEngine>>
SpringCmmnEngineConfiguration.deploymentStrategies
Methods in org.flowable.cmmn.spring that return CmmnEngineModifier and TypeMethodDescriptionstatic CmmnEngine
SpringCmmnConfigurationHelper.buildCmmnEngine
(URL resource) SpringCmmnEngineConfiguration.buildCmmnEngine()
CmmnEngineFactoryBean.getObject()
Methods in org.flowable.cmmn.spring that return types with arguments of type CmmnEngineModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<CmmnEngine>
SpringCmmnEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.SpringCmmnEngineConfiguration.getDeploymentStrategies()
CmmnEngineFactoryBean.getObjectType()
Methods in org.flowable.cmmn.spring with parameters of type CmmnEngineModifier and TypeMethodDescriptionprotected void
SpringCmmnEngineConfiguration.autoDeployResources
(CmmnEngine cmmnEngine) Method parameters in org.flowable.cmmn.spring with type arguments of type CmmnEngineModifier and TypeMethodDescriptionvoid
SpringCmmnEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<CmmnEngine>> deploymentStrategies) -
Uses of CmmnEngine in org.flowable.cmmn.spring.autodeployment
Methods in org.flowable.cmmn.spring.autodeployment with parameters of type CmmnEngineModifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, CmmnEngine engine) protected void
ResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, CmmnEngine engine) protected void
SingleResourceAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, CmmnEngine engine) protected LockManager
AbstractCmmnAutoDeploymentStrategy.getLockManager
(CmmnEngine engine, String deploymentNameHint) -
Uses of CmmnEngine in org.flowable.cmmn.spring.configurator
Methods in org.flowable.cmmn.spring.configurator that return CmmnEngineModifier and TypeMethodDescriptionprotected CmmnEngine
SpringCmmnEngineConfigurator.initCmmnEngine()
-
Uses of CmmnEngine in org.flowable.cmmn.spring.impl.test
Fields in org.flowable.cmmn.spring.impl.test declared as CmmnEngineFields in org.flowable.cmmn.spring.impl.test with type parameters of type CmmnEngineModifier and TypeFieldDescriptionprotected Map<Object,
CmmnEngine> SpringFlowableTestCase.cachedCmmnEngines
Methods in org.flowable.cmmn.spring.impl.test that return CmmnEngineModifier and TypeMethodDescriptionprotected CmmnEngine
FlowableCmmnSpringExtension.createCmmnEngine
(org.junit.jupiter.api.extension.ExtensionContext context)