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 DeviceServiceEngageEngineConfigurationApi. getDeviceService() -
Uses of DeviceService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as DeviceService Modifier and Type Field Description protected DeviceServiceEngageEngineConfiguration. deviceServiceMethods in com.flowable.engage.engine that return DeviceService Modifier and Type Method Description DeviceServiceEngageEngine. getDeviceService()DeviceServiceEngageEngineConfiguration. getDeviceService()Methods in com.flowable.engage.engine with parameters of type DeviceService Modifier and Type Method Description voidEngageEngineConfiguration. 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 DeviceServiceEngageEngineImpl. deviceServiceMethods in com.flowable.engage.engine.impl that return DeviceService Modifier and Type Method Description DeviceServiceEngageEngineImpl. 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 classDeviceServiceImpl
-