Uses of Class
com.flowable.engage.rest.service.api.notification.push.DeviceQueryRequest
Package | Description |
---|---|
com.flowable.engage.rest.service.api.mapper.notification.push | |
com.flowable.engage.rest.service.api.notification.push |
-
Uses of DeviceQueryRequest 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 DeviceQueryRequest Modifier and Type Method Description static void
DeviceQueryMapper. afterMappingDeviceQuery(DeviceQuery query, DeviceQueryRequest queryRequest)
DeviceQuery
DeviceQueryMapper. mapToQuery(DeviceQueryRequest queryRequest, DeviceService deviceService)
DeviceQuery
DeviceQueryMapperImpl. mapToQuery(DeviceQueryRequest queryRequest, DeviceService deviceService)
-
Uses of DeviceQueryRequest in com.flowable.engage.rest.service.api.notification.push
Methods in com.flowable.engage.rest.service.api.notification.push with parameters of type DeviceQueryRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<DeviceResponse>>
DeviceCollectionResource. queryDevices(DeviceQueryRequest request, java.security.Principal principal)
org.flowable.common.rest.api.DataResponse<DeviceResponse>
DeviceResourceService. queryDevices(DeviceQueryRequest request, java.security.Principal principal)