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(java.lang.String id, java.lang.String userId, java.lang.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(java.lang.String id, java.lang.String userId, java.lang.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 java.util.List<Device>
DeviceQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.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 java.util.List<Device>
DeviceEntityManager. findByCriteria(DeviceQuery deviceQuery)
java.util.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 java.util.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 java.util.List<Device>
MybatisDeviceDataManager. findByCriteria(DeviceQueryImpl query)
-
Uses of Device 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 Device Modifier and Type Method Description DeviceResponse
DeviceMapper. map(Device device)
DeviceResponse
DeviceMapperImpl. map(Device device)
Method parameters in com.flowable.engage.rest.service.api.mapper.notification.push with type arguments of type Device Modifier and Type Method Description java.util.List<DeviceResponse>
DeviceMapper. map(java.util.List<Device> devices)
java.util.List<DeviceResponse>
DeviceMapperImpl. map(java.util.List<Device> devices)