Uses of Interface
org.flowable.app.engine.AppEngine
Packages that use AppEngine
Package
Description
-
Uses of AppEngine in org.flowable.app.engine
Fields in org.flowable.app.engine with type parameters of type AppEngineMethods in org.flowable.app.engine that return AppEngineModifier and TypeMethodDescriptionAppEngineConfiguration.buildAppEngine()protected static AppEngineAppEngines.buildAppEngine(URL resource) protected AppEngineAppEngineConfiguration.createEngine()static AppEngineAppEngines.getAppEngine(String appEngineName) Obtain an app engine by name.static AppEngineAppEngines.getDefaultAppEngine()Methods in org.flowable.app.engine that return types with arguments of type AppEngineModifier and TypeMethodDescriptionAppEngineConfiguration.createPostEngineBuildConsumer()AppEngines.getAppEngines()provides access to app engine to application clients in a managed server environment.Methods in org.flowable.app.engine with parameters of type AppEngineModifier and TypeMethodDescriptionstatic voidAppEngines.registerAppEngine(AppEngine appEngine) Registers the given app engine.static voidAppEngines.unregister(AppEngine appEngine) Unregisters the given app engine. -
Uses of AppEngine in org.flowable.app.engine.impl
Classes in org.flowable.app.engine.impl that implement AppEngineMethods in org.flowable.app.engine.impl with parameters of type AppEngine -
Uses of AppEngine in org.flowable.app.engine.test
Fields in org.flowable.app.engine.test declared as AppEngineModifier and TypeFieldDescriptionprotected AppEngineFlowableAppRule.appEngineDeprecated, for removal: This API element is subject to removal in a future version.protected final AppEngineFlowableAppTestHelper.appEngineMethods in org.flowable.app.engine.test that return AppEngineModifier and TypeMethodDescriptionprotected AppEngineFlowableAppExtension.createAppEngine(org.junit.jupiter.api.extension.ExtensionContext context) FlowableAppRule.getAppEngine()Deprecated, for removal: This API element is subject to removal in a future version.FlowableAppTestHelper.getAppEngine()Methods in org.flowable.app.engine.test with parameters of type AppEngineModifier and TypeMethodDescriptionvoidFlowableAppRule.setAppEngine(AppEngine appEngine) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.flowable.app.engine.test with parameters of type AppEngineModifierConstructorDescriptionFlowableAppRule(AppEngine appEngine) Deprecated, for removal: This API element is subject to removal in a future version.FlowableAppTestHelper(AppEngine appEngine) -
Uses of AppEngine in org.flowable.app.engine.test.impl
Methods in org.flowable.app.engine.test.impl that return AppEngineModifier and TypeMethodDescriptionstatic AppEngineAppTestHelper.getAppEngine(String configurationResource) Methods in org.flowable.app.engine.test.impl with parameters of type AppEngineModifier and TypeMethodDescriptionstatic StringAppTestHelper.annotationDeploymentSetUp(AppEngine appEngine, Class<?> testClass, Method method, AppDeployment deploymentAnnotation) static StringAppTestHelper.annotationDeploymentSetUp(AppEngine appEngine, Class<?> testClass, String methodName) static voidAppTestHelper.annotationDeploymentTearDown(AppEngine appEngine, String deploymentId, Class<?> testClass, String methodName)