Uses of Interface
com.flowable.engage.api.notification.push.DeviceService
-
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
-
Uses of DeviceService in com.flowable.engage.notification.apns
Fields in com.flowable.engage.notification.apns declared as DeviceService Modifier and Type Field Description protected DeviceService
ApnsMessageDeliverer. deviceService
protected DeviceService
ApnsPushNotificationSenderImpl. deviceService
protected DeviceService
ApnsSendPushNotificationJobHandler. deviceService
Constructors in com.flowable.engage.notification.apns with parameters of type DeviceService Constructor Description ApnsMessageDeliverer(DeviceService deviceService, org.flowable.engine.ManagementService managementService)
ApnsPushNotificationSenderImpl(com.turo.pushy.apns.ApnsClient apnsClient, DeviceService deviceService)
ApnsSendPushNotificationJobHandler(DeviceService deviceService, ApnsPushNotificationSender apnsPushNotificationSender)
-
Uses of DeviceService in com.flowable.engage.rest.service.api.mapper.notification.push
Methods in com.flowable.engage.rest.service.api.mapper.notification.push with parameters of type DeviceService Modifier and Type Method Description static DeviceQuery
DeviceQueryMapper. createDeviceQuery(DeviceService deviceService)
static DeviceRegistration
DeviceRegistrationMapper. createDeviceRegistration(DeviceService deviceService)
DeviceQuery
DeviceQueryMapper. mapToQuery(DeviceQueryRequest queryRequest, DeviceService deviceService)
DeviceQuery
DeviceQueryMapperImpl. mapToQuery(DeviceQueryRequest queryRequest, DeviceService deviceService)
DeviceRegistration
DeviceRegistrationMapper. mapToRegistration(DeviceRegistrationRequest registrationRequest, DeviceService deviceService)
DeviceRegistration
DeviceRegistrationMapperImpl. mapToRegistration(DeviceRegistrationRequest registrationRequest, DeviceService deviceService)
-
Uses of DeviceService in com.flowable.engage.rest.service.api.notification.push
Fields in com.flowable.engage.rest.service.api.notification.push declared as DeviceService Modifier and Type Field Description protected DeviceService
DeviceResourceService. deviceService
Constructors in com.flowable.engage.rest.service.api.notification.push with parameters of type DeviceService Constructor Description DeviceResourceService(DeviceService deviceService, DeviceMapper deviceMapper, DeviceRegistrationMapper deviceRegistrationMapper, DeviceQueryMapper deviceQueryMapper)