Uses of Interface
org.flowable.cmmn.engine.CmmnEngine
Packages that use CmmnEngine
Package
Description
-
Uses of CmmnEngine in org.flowable.cmmn.engine
Subclasses with type arguments of type CmmnEngine in org.flowable.cmmn.engineFields in org.flowable.cmmn.engine with type parameters of type CmmnEngineModifier and TypeFieldDescriptionprotected static Map<String, CmmnEngine> CmmnEngines.cmmnEnginesMethods 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
Subclasses with type arguments of type CmmnEngine in org.flowable.cmmn.engine.configuratorMethods 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 CmmnEngineClasses in org.flowable.cmmn.engine.impl that implement interfaces with type arguments of type 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.impl.test
Methods in org.flowable.cmmn.engine.impl.test that return CmmnEngineModifier and TypeMethodDescriptionprotected abstract CmmnEngineInternalFlowableCmmnExtension.getCmmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) protected CmmnEnginePluggableFlowableCmmnExtension.getCmmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) protected CmmnEnginePluggableFlowableCmmnExtension.initializeCmmnEngine(String configurationResource) -
Uses of CmmnEngine in org.flowable.cmmn.engine.test
Fields in org.flowable.cmmn.engine.test declared as CmmnEngineMethods in org.flowable.cmmn.engine.test that return CmmnEngineModifier and TypeMethodDescriptionprotected CmmnEngineFlowableCmmnExtension.createCmmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) FlowableCmmnTestHelper.getCmmnEngine()Constructors in org.flowable.cmmn.engine.test with parameters of type 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
Classes in org.flowable.cmmn.spring that implement interfaces with type arguments of type CmmnEngineFields 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
Subclasses with type arguments of type CmmnEngine in org.flowable.cmmn.spring.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategyDeploymentStrategy.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
Methods in org.flowable.cmmn.spring.impl.test that return CmmnEngineModifier and TypeMethodDescriptionprotected CmmnEngineFlowableCmmnSpringExtension.createCmmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) protected CmmnEngineInternalFlowableCmmnSpringExtension.getCmmnEngine(org.junit.jupiter.api.extension.ExtensionContext context)