Uses of Class
com.flowable.engage.dto.notification.push.DeviceResponse
Package | Description |
---|---|
com.flowable.engage.rest.service.api.mapper.notification.push | |
com.flowable.engage.rest.service.api.notification.push |
-
Uses of DeviceResponse in com.flowable.engage.rest.service.api.mapper.notification.push
Methods in com.flowable.engage.rest.service.api.mapper.notification.push that return DeviceResponse Modifier and Type Method Description DeviceResponse
DeviceMapper. map(Device device)
DeviceResponse
DeviceMapperImpl. map(Device device)
Methods in com.flowable.engage.rest.service.api.mapper.notification.push that return types with arguments of type DeviceResponse 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)
-
Uses of DeviceResponse in com.flowable.engage.rest.service.api.notification.push
Methods in com.flowable.engage.rest.service.api.notification.push that return types with arguments of type DeviceResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<DeviceResponse>
DeviceCollectionResource. disableDevice(DisableDeviceRequest request, java.security.Principal principal)
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)
org.springframework.http.ResponseEntity<DeviceResponse>
DeviceCollectionResource. registerDevice(DeviceRegistrationRequest request, java.security.Principal principal)
org.springframework.http.ResponseEntity<DeviceResponse>
DeviceResourceService. registerDevice(DeviceRegistrationRequest registrationRequest, java.security.Principal principal)