Uses of Interface
com.flowable.platform.engine.PlatformEngine
| Package | Description |
|---|---|
| com.flowable.platform.engine | |
| com.flowable.platform.engine.impl | |
| 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. platformEnginesMethods in com.flowable.platform.engine that return PlatformEngine Modifier and Type Method Description PlatformEnginePlatformEngineConfiguration. buildPlatformEngine()static PlatformEnginePlatformEngines. getDefaultPlatformEngine()static PlatformEnginePlatformEngines. 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 voidPlatformEngineConfiguration. autoDeployResources(PlatformEngine platformEngine)static voidPlatformEngines. registerEngine(PlatformEngine platformEngine)Registers the given platform engine.static voidPlatformEngines. 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 classPlatformEngineImpl -
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 PlatformEnginePlatformEngineConfigurator. initEngine()