Uses of Interface
com.flowable.engage.api.notification.push.DeviceService
-
Packages that use DeviceService Package Description com.flowable.engage.api com.flowable.engage.engine com.flowable.engage.engine.impl com.flowable.engage.engine.impl.notification.push -
-
Uses of DeviceService in com.flowable.engage.api
Methods in com.flowable.engage.api that return DeviceService Modifier and Type Method Description DeviceService
EngageEngineConfigurationApi. getDeviceService()
-
Uses of DeviceService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as DeviceService Modifier and Type Field Description protected DeviceService
EngageEngineConfiguration. deviceService
Methods in com.flowable.engage.engine that return DeviceService Modifier and Type Method Description DeviceService
EngageEngine. getDeviceService()
DeviceService
EngageEngineConfiguration. getDeviceService()
Methods in com.flowable.engage.engine with parameters of type DeviceService Modifier and Type Method Description void
EngageEngineConfiguration. setDeviceService(DeviceService deviceService)
-
Uses of DeviceService in com.flowable.engage.engine.impl
Fields in com.flowable.engage.engine.impl declared as DeviceService Modifier and Type Field Description protected DeviceService
EngageEngineImpl. deviceService
Methods in com.flowable.engage.engine.impl that return DeviceService Modifier and Type Method Description DeviceService
EngageEngineImpl. getDeviceService()
-
Uses of DeviceService in com.flowable.engage.engine.impl.notification.push
Classes in com.flowable.engage.engine.impl.notification.push that implement DeviceService Modifier and Type Class Description class
DeviceServiceImpl
-