Uses of Interface
com.flowable.app.engine.AppEngine
Package
Description
-
Uses of AppEngine in com.flowable.app.engine
Modifier and TypeFieldDescriptionAppEngines.appEngines
protected Collection<AutoDeploymentStrategy<AppEngine>>
AppEngineConfiguration.deploymentStrategies
Modifier 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()
Modifier 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()
Modifier 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.Modifier and TypeMethodDescriptionvoid
AppEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<AppEngine>> deploymentStrategies) -
Uses of AppEngine in com.flowable.app.engine.impl
-
Uses of AppEngine in com.flowable.app.engine.impl.autodeployment
Modifier 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
Modifier and TypeMethodDescriptionstatic AppEngine
SpringAppConfigurationHelper.buildAppEngine
(URL resource) AppEngineFactoryBean.getObject()
-
Uses of AppEngine in com.flowable.app.engine.test
Modifier and TypeFieldDescriptionprotected AppEngine
FlowableAppRule.appEngine
protected final AppEngine
FlowableAppTestHelper.appEngine
Modifier and TypeMethodDescriptionprotected AppEngine
FlowableAppExtension.createAppEngine
(org.junit.jupiter.api.extension.ExtensionContext context) FlowableAppRule.getAppEngine()
FlowableAppTestHelper.getAppEngine()
ModifierConstructorDescriptionFlowableAppRule
(AppEngine appEngine) FlowableAppTestHelper
(AppEngine appEngine) -
Uses of AppEngine in com.flowable.app.engine.test.impl
Modifier and TypeMethodDescriptionstatic AppEngine
AppTestHelper.getAppEngine
(String configurationResource) Modifier 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)