Uses of Interface
org.flowable.cmmn.engine.CmmnEngine
-
Packages that use CmmnEngine Package Description org.flowable.cmmn.engine org.flowable.cmmn.engine.impl org.flowable.cmmn.engine.test org.flowable.cmmn.engine.test.impl -
-
Uses of CmmnEngine in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine with type parameters of type CmmnEngine Modifier and Type Field Description protected static Map<String,CmmnEngine>CmmnEngines. cmmnEnginesMethods in org.flowable.cmmn.engine that return CmmnEngine Modifier and Type Method Description CmmnEngineCmmnEngineConfiguration. buildCmmnEngine()protected static CmmnEngineCmmnEngines. buildCmmnEngine(URL resource)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 CmmnEngine Modifier and Type Method Description 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 CmmnEngine Modifier and Type Method Description static 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.impl
Classes in org.flowable.cmmn.engine.impl that implement CmmnEngine Modifier and Type Class Description classCmmnEngineImpl -
Uses of CmmnEngine in org.flowable.cmmn.engine.test
Fields in org.flowable.cmmn.engine.test declared as CmmnEngine Modifier and Type Field Description static CmmnEngineAbstractFlowableCmmnTestCase. cmmnEngineprotected CmmnEngineFlowableCmmnRule. cmmnEngineprotected CmmnEngineFlowableCmmnTestHelper. cmmnEngineMethods in org.flowable.cmmn.engine.test that return CmmnEngine Modifier and Type Method Description protected CmmnEngineFlowableCmmnExtension. createCmmnEngine(org.junit.jupiter.api.extension.ExtensionContext context)CmmnEngineFlowableCmmnRule. getCmmnEngine()CmmnEngineFlowableCmmnTestHelper. getCmmnEngine()Methods in org.flowable.cmmn.engine.test with parameters of type CmmnEngine Modifier and Type Method Description voidFlowableCmmnRule. setCmmnEngine(CmmnEngine cmmnEngine)Constructors in org.flowable.cmmn.engine.test with parameters of type CmmnEngine Constructor Description FlowableCmmnRule(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 CmmnEngine Modifier and Type Method Description static CmmnEngineCmmnTestHelper. getCmmnEngine(String configurationResource)Methods in org.flowable.cmmn.engine.test.impl with parameters of type CmmnEngine Modifier and Type Method Description static 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)
-