Uses of Interface
com.flowable.app.engine.AppEngine
Packages that use AppEngine
Package
Description
-
Uses of AppEngine in com.flowable.app.engine
Fields in com.flowable.app.engine with type parameters of type AppEngineModifier and TypeFieldDescriptionAppEngines.appEngines
protected Collection<AutoDeploymentStrategy<AppEngine>>
AppEngineConfiguration.deploymentStrategies
Methods in com.flowable.app.engine that return AppEngineModifier and TypeMethodDescriptionAppEngineConfiguration.buildAppEngine()
protected static AppEngine
AppEngines.buildAppEngine
(URL resource) static AppEngine
AppEngines.getAppEngine
(String appEngineName) Obtain an app engine by name.static AppEngine
AppEngines.getDefaultAppEngine()
Methods in com.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.protected AutoDeploymentStrategy<AppEngine>
AppEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.AppEngineConfiguration.getDeploymentStrategies()
Methods in com.flowable.app.engine with parameters of type AppEngineModifier and TypeMethodDescriptionprotected void
AppEngineConfiguration.autoDeployResources
(AppEngine appEngine) static void
AppEngines.registerAppEngine
(AppEngine appEngine) Registers the given app engine.static void
AppEngines.unregister
(AppEngine appEngine) Unregisters the given app engine.Method parameters in com.flowable.app.engine with type arguments of type AppEngineModifier and TypeMethodDescriptionvoid
AppEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<AppEngine>> deploymentStrategies) -
Uses of AppEngine in com.flowable.app.engine.impl
Classes in com.flowable.app.engine.impl that implement AppEngine -
Uses of AppEngine in com.flowable.app.engine.impl.autodeployment
Methods in com.flowable.app.engine.impl.autodeployment with parameters of type AppEngineModifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, AppEngine engine) protected LockManager
AbstractAppAutoDeploymentStrategy.getLockManager
(AppEngine engine, String deploymentNameHint) -
Uses of AppEngine in com.flowable.app.engine.impl.spring
Fields in com.flowable.app.engine.impl.spring declared as AppEngineMethods in com.flowable.app.engine.impl.spring that return AppEngineModifier and TypeMethodDescriptionstatic AppEngine
SpringAppConfigurationHelper.buildAppEngine
(URL resource) AppEngineFactoryBean.getObject()
Methods in com.flowable.app.engine.impl.spring that return types with arguments of type AppEngine -
Uses of AppEngine in com.flowable.app.engine.test
Fields in com.flowable.app.engine.test declared as AppEngineModifier and TypeFieldDescriptionprotected AppEngine
FlowableAppRule.appEngine
protected final AppEngine
FlowableAppTestHelper.appEngine
Methods in com.flowable.app.engine.test that return AppEngineModifier and TypeMethodDescriptionprotected AppEngine
FlowableAppExtension.createAppEngine
(org.junit.jupiter.api.extension.ExtensionContext context) FlowableAppRule.getAppEngine()
FlowableAppTestHelper.getAppEngine()
Methods in com.flowable.app.engine.test with parameters of type AppEngineConstructors in com.flowable.app.engine.test with parameters of type AppEngineModifierConstructorDescriptionFlowableAppRule
(AppEngine appEngine) FlowableAppTestHelper
(AppEngine appEngine) -
Uses of AppEngine in com.flowable.app.engine.test.impl
Methods in com.flowable.app.engine.test.impl that return AppEngineModifier and TypeMethodDescriptionstatic AppEngine
AppTestHelper.getAppEngine
(String configurationResource) Methods in com.flowable.app.engine.test.impl with parameters of type AppEngineModifier and TypeMethodDescriptionstatic String
AppTestHelper.annotationDeploymentSetUp
(AppEngine appEngine, Class<?> testClass, Method method, AppDeployment deploymentAnnotation) static String
AppTestHelper.annotationDeploymentSetUp
(AppEngine appEngine, Class<?> testClass, String methodName) static void
AppTestHelper.annotationDeploymentTearDown
(AppEngine appEngine, String deploymentId, Class<?> testClass, String methodName) static AppDeploymentBuilder
AppTestHelper.createAppDeploymentBuilder
(AppEngine appEngine, String deploymentName, String... resources)