Uses of Interface
com.flowable.platform.api.runtime.PlatformRuntimeService
-
Packages that use PlatformRuntimeService Package Description com.flowable.platform.api com.flowable.platform.engine com.flowable.platform.engine.impl com.flowable.platform.engine.impl.runtime -
-
Uses of PlatformRuntimeService in com.flowable.platform.api
Methods in com.flowable.platform.api that return PlatformRuntimeService Modifier and Type Method Description PlatformRuntimeService
PlatformEngineConfigurationApi. getPlatformRuntimeService()
-
Uses of PlatformRuntimeService in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as PlatformRuntimeService Modifier and Type Field Description protected PlatformRuntimeService
PlatformEngineConfiguration. platformRuntimeService
Methods in com.flowable.platform.engine that return PlatformRuntimeService Modifier and Type Method Description PlatformRuntimeService
PlatformEngine. getPlatformRuntimeService()
PlatformRuntimeService
PlatformEngineConfiguration. getPlatformRuntimeService()
Methods in com.flowable.platform.engine with parameters of type PlatformRuntimeService Modifier and Type Method Description void
PlatformEngineConfiguration. setPlatformRuntimeService(PlatformRuntimeService platformRuntimeService)
-
Uses of PlatformRuntimeService in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as PlatformRuntimeService Modifier and Type Field Description protected PlatformRuntimeService
PlatformEngineImpl. platformRuntimeService
Methods in com.flowable.platform.engine.impl that return PlatformRuntimeService Modifier and Type Method Description PlatformRuntimeService
PlatformEngineImpl. getPlatformRuntimeService()
-
Uses of PlatformRuntimeService in com.flowable.platform.engine.impl.runtime
Classes in com.flowable.platform.engine.impl.runtime that implement PlatformRuntimeService Modifier and Type Class Description class
PlatformRuntimeServiceImpl
-