Uses of Interface
com.flowable.app.engine.AppEngine
Packages that use AppEngine
Package
Description
-
Uses of AppEngine in com.flowable.app.engine
Subclasses with type arguments of type AppEngine in com.flowable.app.engineClasses in com.flowable.app.engine that implement interfaces with type arguments of type AppEngineFields in com.flowable.app.engine with type parameters of type AppEngineModifier and TypeFieldDescriptionAppEngines.appEnginesprotected Collection<org.flowable.common.spring.AutoDeploymentStrategy<AppEngine>> AppEngineConfiguration.deploymentStrategiesMethods in com.flowable.app.engine that return AppEngineModifier and TypeMethodDescriptionAppEngineConfiguration.buildAppEngine()protected static AppEngineAppEngines.buildAppEngine(URL resource) protected AppEngineAppEngineConfiguration.createEngine()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 TypeMethodDescriptionAppEngineConfiguration.createPostEngineBuildConsumer()AppEngines.getAppEngines()provides access to app engine to application clients in a managed server environment.protected org.flowable.common.spring.AutoDeploymentStrategy<AppEngine> AppEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Collection<org.flowable.common.spring.AutoDeploymentStrategy<AppEngine>> AppEngineConfiguration.getDeploymentStrategies()Methods in com.flowable.app.engine with parameters of type AppEngineModifier and TypeMethodDescriptionvoidprotected 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<org.flowable.common.spring.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
Subclasses with type arguments of type AppEngine in com.flowable.app.engine.impl.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.Methods in com.flowable.app.engine.impl.autodeployment with parameters of type AppEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, AppEngine engine) protected org.flowable.common.engine.api.lock.LockManagerAbstractAppAutoDeploymentStrategy.getLockManager(AppEngine engine, String deploymentNameHint) -
Uses of AppEngine in com.flowable.app.engine.impl.spring
Classes in com.flowable.app.engine.impl.spring that implement interfaces with type arguments of type AppEngineFields 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 AppEngineMethods in com.flowable.app.engine.test that return AppEngineModifier and TypeMethodDescriptionprotected static AppEngineFlowableAppExtension.createAppEngine(org.junit.jupiter.api.extension.ExtensionContext context) FlowableAppTestHelper.getAppEngine()Constructors in com.flowable.app.engine.test with parameters of type 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