Uses of Interface
com.flowable.platform.engine.PlatformEngine
-
-
Uses of PlatformEngine in com.flowable.platform.engine
Fields in com.flowable.platform.engine with type parameters of type PlatformEngine Modifier and Type Field Description protected static Map<String,PlatformEngine>
PlatformEngines. platformEngines
Methods in com.flowable.platform.engine that return PlatformEngine Modifier and Type Method Description PlatformEngine
PlatformEngineConfiguration. buildPlatformEngine()
static PlatformEngine
PlatformEngines. getDefaultPlatformEngine()
static PlatformEngine
PlatformEngines. getPlatformEngine(String platformEngineName)
Obtain an platform engine by name.Methods in com.flowable.platform.engine that return types with arguments of type PlatformEngine Modifier and Type Method Description AutoDeploymentStrategy<PlatformEngine>
PlatformEngineConfiguration. getAutoDeploymentStrategy(String mode)
Gets theAutoDeploymentStrategy
for the provided mode.Collection<AutoDeploymentStrategy<PlatformEngine>>
PlatformEngineConfiguration. getDeploymentStrategies()
static Map<String,PlatformEngine>
PlatformEngines. getPlatformEngines()
Provides access to platform engines to application clients in a managed server environment.Methods in com.flowable.platform.engine with parameters of type PlatformEngine Modifier and Type Method Description protected void
PlatformEngineConfiguration. autoDeployResources(PlatformEngine platformEngine)
static void
PlatformEngines. registerEngine(PlatformEngine platformEngine)
Registers the given platform engine.static void
PlatformEngines. unregister(PlatformEngine platformEngine)
Unregisters the given platform engine.Method parameters in com.flowable.platform.engine with type arguments of type PlatformEngine Modifier and Type Method Description void
PlatformEngineConfiguration. setDeploymentStrategies(Collection<AutoDeploymentStrategy<PlatformEngine>> deploymentStrategies)
-
Uses of PlatformEngine in com.flowable.platform.engine.autodeployment
Methods in com.flowable.platform.engine.autodeployment with parameters of type PlatformEngine Modifier and Type Method Description protected void
DefaultPlatformAutoDeploymentStrategy. deployResourcesInternal(String deploymentNameHint, Resource[] resources, PlatformEngine engine)
protected LockManager
AbstractPlatformAutoDeploymentStrategy. getLockManager(PlatformEngine engine, String deploymentNameHint)
-
Uses of PlatformEngine in com.flowable.platform.engine.impl
Classes in com.flowable.platform.engine.impl that implement PlatformEngine Modifier and Type Class Description class
PlatformEngineImpl
-
Uses of PlatformEngine in com.flowable.platform.engine.impl.configuration
Fields in com.flowable.platform.engine.impl.configuration declared as PlatformEngine Modifier and Type Field Description protected PlatformEngine
ThemeAutoImporter. platformEngine
Constructors in com.flowable.platform.engine.impl.configuration with parameters of type PlatformEngine Constructor Description ThemeAutoImporter(PlatformEngine platformEngine, CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite)
-
Uses of PlatformEngine in com.flowable.platform.engine.impl.configurator
Methods in com.flowable.platform.engine.impl.configurator that return PlatformEngine Modifier and Type Method Description protected PlatformEngine
PlatformEngineConfigurator. initEngine()
-
Uses of PlatformEngine in com.flowable.platform.engine.test
Fields in com.flowable.platform.engine.test declared as PlatformEngine Modifier and Type Field Description protected PlatformEngine
PlatformTestHelper. platformEngine
Methods in com.flowable.platform.engine.test that return PlatformEngine Modifier and Type Method Description protected PlatformEngine
PlatformExtension. createPlatformEngine(org.junit.jupiter.api.extension.ExtensionContext context)
PlatformEngine
PlatformTestHelper. getPlatformEngine()
Constructors in com.flowable.platform.engine.test with parameters of type PlatformEngine Constructor Description PlatformTestHelper(PlatformEngine platformEngine)
-
Uses of PlatformEngine in com.flowable.platform.service.configuration.service
Fields in com.flowable.platform.service.configuration.service declared as PlatformEngine Modifier and Type Field Description protected PlatformEngine
SystemConfigurationApplierService. platformEngine
Constructors in com.flowable.platform.service.configuration.service with parameters of type PlatformEngine Constructor Description SystemConfigurationApplierService(PlatformEngine platformEngine, String currentNodeName)
-