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.appEnginesprotected Collection<AutoDeploymentStrategy<AppEngine>>AppEngineConfiguration.deploymentStrategiesMethods in com.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 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 theAutoDeploymentStrategyfor the provided mode.AppEngineConfiguration.getDeploymentStrategies()Methods in com.flowable.app.engine with parameters of type AppEngineModifier and TypeMethodDescriptionprotected voidAppEngineConfiguration.autoDeployResources(AppEngine appEngine) static voidAppEngines.registerAppEngine(AppEngine appEngine) Registers the given app engine.static voidAppEngines.unregister(AppEngine appEngine) Unregisters the given app engine.Method parameters in com.flowable.app.engine with type arguments of type AppEngineModifier and TypeMethodDescriptionvoidAppEngineConfiguration.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 voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, AppEngine engine) protected LockManagerAbstractAppAutoDeploymentStrategy.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 AppEngineSpringAppConfigurationHelper.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 AppEngineFlowableAppRule.appEngineprotected final AppEngineFlowableAppTestHelper.appEngineMethods in com.flowable.app.engine.test that return AppEngineModifier and TypeMethodDescriptionprotected AppEngineFlowableAppExtension.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 AppEngineAppTestHelper.getAppEngine(String configurationResource) Methods in com.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) static CoreAppDeploymentBuilderAppTestHelper.createAppDeploymentBuilder(AppEngine appEngine, String deploymentName, String... resources) -
Uses of AppEngine in com.flowable.platform.service.caze
Fields in com.flowable.platform.service.caze declared as AppEngine