Uses of Interface
com.flowable.engage.api.notification.push.Device
-
-
Uses of Device in com.flowable.engage.api.notification.push
Methods in com.flowable.engage.api.notification.push that return Device Modifier and Type Method Description Device
DeviceService. enableDevice(String id, String userId, String tenantId)
Enable the device and update the user and tenant assignment.Device
DeviceRegistration. register()
Perform the registration of the device. -
Uses of Device in com.flowable.engage.engine.impl.notification.push
Methods in com.flowable.engage.engine.impl.notification.push that return Device Modifier and Type Method Description Device
DeviceServiceImpl. enableDevice(String id, String userId, String tenantId)
Device
DeviceRegistrationImpl. register()
Device
DeviceServiceImpl. registerDevice(DeviceRegistrationImpl deviceRegistration)
Methods in com.flowable.engage.engine.impl.notification.push that return types with arguments of type Device Modifier and Type Method Description List<Device>
DeviceQueryImpl. executeList(CommandContext commandContext)
-
Uses of Device in com.flowable.engage.engine.impl.persistence.entity
Subinterfaces of Device in com.flowable.engage.engine.impl.persistence.entity Modifier and Type Interface Description interface
DeviceEntity
Classes in com.flowable.engage.engine.impl.persistence.entity that implement Device Modifier and Type Class Description class
DeviceEntityImpl
Methods in com.flowable.engage.engine.impl.persistence.entity that return types with arguments of type Device Modifier and Type Method Description List<Device>
DeviceEntityManager. findByCriteria(DeviceQuery deviceQuery)
List<Device>
DeviceEntityManagerImpl. findByCriteria(DeviceQuery deviceQuery)
-
Uses of Device in com.flowable.engage.engine.impl.persistence.entity.data
Methods in com.flowable.engage.engine.impl.persistence.entity.data that return types with arguments of type Device Modifier and Type Method Description List<Device>
DeviceDataManager. findByCriteria(DeviceQueryImpl deviceQuery)
-
Uses of Device in com.flowable.engage.engine.impl.persistence.entity.data.impl
Methods in com.flowable.engage.engine.impl.persistence.entity.data.impl that return types with arguments of type Device Modifier and Type Method Description List<Device>
MybatisDeviceDataManager. findByCriteria(DeviceQueryImpl query)
-