Uses of Interface
com.flowable.platform.engine.PlatformEngine
Package | Description |
---|---|
com.flowable.platform.engine | |
com.flowable.platform.engine.impl | |
com.flowable.platform.engine.impl.configuration | |
com.flowable.platform.engine.impl.configurator |
-
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 java.util.Map<java.lang.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(java.lang.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 static java.util.Map<java.lang.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. -
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, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, java.util.Collection<org.springframework.core.io.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()