Uses of Class
com.flowable.engage.engine.impl.notification.push.DeviceRegistrationImpl
-
Packages that use DeviceRegistrationImpl Package Description com.flowable.engage.engine.impl.notification.push com.flowable.engage.engine.impl.notification.push.cmd -
-
Uses of DeviceRegistrationImpl in com.flowable.engage.engine.impl.notification.push
Methods in com.flowable.engage.engine.impl.notification.push with parameters of type DeviceRegistrationImpl Modifier and Type Method Description Device
DeviceServiceImpl. registerDevice(DeviceRegistrationImpl deviceRegistration)
-
Uses of DeviceRegistrationImpl in com.flowable.engage.engine.impl.notification.push.cmd
Fields in com.flowable.engage.engine.impl.notification.push.cmd declared as DeviceRegistrationImpl Modifier and Type Field Description protected DeviceRegistrationImpl
RegisterDeviceCmd. deviceRegistration
Constructors in com.flowable.engage.engine.impl.notification.push.cmd with parameters of type DeviceRegistrationImpl Constructor Description RegisterDeviceCmd(DeviceRegistrationImpl deviceRegistration)
-