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 CmmnEngineCmmnEngines.buildCmmnEngine(URL resource) protected CmmnEngineCmmnEngineConfiguration.createEngine()static CmmnEngineCmmnEngines.getCmmnEngine(String cmmnEngineName) Obtain a cmmn engine by name.static CmmnEngineCmmnEngines.getDefaultCmmnEngine()Methods in org.flowable.cmmn.engine that return types with arguments of type CmmnEngineModifier and TypeMethodDescriptionprotected Consumer<CmmnEngine>CmmnEngineConfiguration.createPostEngineBuildConsumer()static 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 voidCmmnEngines.registerCmmnEngine(CmmnEngine cmmnEngine) Registers the given cmmn engine.static voidCmmnEngines.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 CmmnEngineMethods in org.flowable.cmmn.engine.impl with parameters of type CmmnEngineModifier and TypeMethodDescriptionvoidCmmnEnginePostEngineBuildConsumer.accept(CmmnEngine cmmnEngine) -
Uses of CmmnEngine in org.flowable.cmmn.engine.test
Fields in org.flowable.cmmn.engine.test declared as CmmnEngineModifier and TypeFieldDescriptionstatic CmmnEngineAbstractFlowableCmmnTestCase.cmmnEngineprotected CmmnEngineFlowableCmmnRule.cmmnEngineprotected final CmmnEngineFlowableCmmnTestHelper.cmmnEngineMethods in org.flowable.cmmn.engine.test that return CmmnEngineModifier and TypeMethodDescriptionprotected CmmnEngineFlowableCmmnExtension.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 CmmnEngineCmmnTestHelper.getCmmnEngine(String configurationResource) Methods in org.flowable.cmmn.engine.test.impl with parameters of type CmmnEngineModifier and TypeMethodDescriptionstatic StringCmmnTestHelper.annotationDeploymentSetUp(CmmnEngine cmmnEngine, Class<?> testClass, Method method) static StringCmmnTestHelper.annotationDeploymentSetUp(CmmnEngine cmmnEngine, Class<?> testClass, Method method, CmmnDeployment deploymentAnnotation) static StringCmmnTestHelper.annotationDeploymentSetUp(CmmnEngine cmmnEngine, Class<?> testClass, String methodName) static voidCmmnTestHelper.annotationDeploymentTearDown(CmmnEngine cmmnEngine, String deploymentId, Class<?> testClass, String methodName) static voidCmmnJobTestHelper.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.deploymentStrategiesMethods in org.flowable.cmmn.spring that return CmmnEngineModifier and TypeMethodDescriptionstatic CmmnEngineSpringCmmnConfigurationHelper.buildCmmnEngine(URL resource) SpringCmmnEngineConfiguration.buildEngine()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 theAutoDeploymentStrategyfor the provided mode.SpringCmmnEngineConfiguration.getDeploymentStrategies()CmmnEngineFactoryBean.getObjectType()Methods in org.flowable.cmmn.spring with parameters of type CmmnEngineModifier and TypeMethodDescriptionprotected voidSpringCmmnEngineConfiguration.autoDeployResources(CmmnEngine cmmnEngine) Method parameters in org.flowable.cmmn.spring with type arguments of type CmmnEngineModifier and TypeMethodDescriptionvoidSpringCmmnEngineConfiguration.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 voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, CmmnEngine engine) protected voidResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, CmmnEngine engine) protected voidSingleResourceAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, CmmnEngine engine) protected LockManagerAbstractCmmnAutoDeploymentStrategy.getLockManager(CmmnEngine engine, String deploymentNameHint) -
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.cachedCmmnEnginesMethods in org.flowable.cmmn.spring.impl.test that return CmmnEngineModifier and TypeMethodDescriptionprotected CmmnEngineFlowableCmmnSpringExtension.createCmmnEngine(org.junit.jupiter.api.extension.ExtensionContext context)