Uses of Interface
com.flowable.app.engine.AppEngine
-
-
Uses of AppEngine in com.flowable.app.engine
Fields in com.flowable.app.engine with type parameters of type AppEngine Modifier and Type Field Description protected static Map<String,AppEngine>
AppEngines. appEngines
protected Collection<AutoDeploymentStrategy<AppEngine>>
AppEngineConfiguration. deploymentStrategies
Methods in com.flowable.app.engine that return AppEngine Modifier and Type Method Description AppEngine
AppEngineConfiguration. 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 AppEngine Modifier and Type Method Description static Map<String,AppEngine>
AppEngines. 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.Collection<AutoDeploymentStrategy<AppEngine>>
AppEngineConfiguration. getDeploymentStrategies()
Methods in com.flowable.app.engine with parameters of type AppEngine Modifier and Type Method Description protected 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 AppEngine Modifier and Type Method Description void
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 Modifier and Type Class Description class
AppEngineImpl
-
Uses of AppEngine in com.flowable.app.engine.impl.autodeployment
Methods in com.flowable.app.engine.impl.autodeployment with parameters of type AppEngine Modifier and Type Method Description protected 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 AppEngine Modifier and Type Field Description protected AppEngine
AppEngineFactoryBean. appEngine
Methods in com.flowable.app.engine.impl.spring that return AppEngine Modifier and Type Method Description static AppEngine
SpringAppConfigurationHelper. buildAppEngine(URL resource)
AppEngine
AppEngineFactoryBean. getObject()
Methods in com.flowable.app.engine.impl.spring that return types with arguments of type AppEngine Modifier and Type Method Description Class<AppEngine>
AppEngineFactoryBean. getObjectType()
-
Uses of AppEngine in com.flowable.app.engine.test
Fields in com.flowable.app.engine.test declared as AppEngine Modifier and Type Field Description protected AppEngine
FlowableAppRule. appEngine
protected AppEngine
FlowableAppTestHelper. appEngine
Methods in com.flowable.app.engine.test that return AppEngine Modifier and Type Method Description protected AppEngine
FlowableAppExtension. createAppEngine(org.junit.jupiter.api.extension.ExtensionContext context)
AppEngine
FlowableAppRule. getAppEngine()
AppEngine
FlowableAppTestHelper. getAppEngine()
Methods in com.flowable.app.engine.test with parameters of type AppEngine Modifier and Type Method Description void
FlowableAppRule. setAppEngine(AppEngine appEngine)
Constructors in com.flowable.app.engine.test with parameters of type AppEngine Constructor Description FlowableAppRule(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 AppEngine Modifier and Type Method Description static AppEngine
AppTestHelper. getAppEngine(String configurationResource)
Methods in com.flowable.app.engine.test.impl with parameters of type AppEngine Modifier and Type Method Description static 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)
-