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) 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 TypeMethodDescriptionAppEngines.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 AppEngine -
Uses of AppEngine in org.flowable.app.engine.test
Fields in org.flowable.app.engine.test declared as AppEngineMethods in org.flowable.app.engine.test that return AppEngineMethods in org.flowable.app.engine.test with parameters of type AppEngineConstructors in org.flowable.app.engine.test with parameters of type 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, String methodName) static voidAppTestHelper.annotationDeploymentTearDown(AppEngine appEngine, String deploymentId, Class<?> testClass, String methodName)