Uses of Class
com.bytedesk.kanban.report.ReportEntity
Packages that use ReportEntity
Package
Description
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
-
Uses of ReportEntity in com.bytedesk.kanban.report
Methods in com.bytedesk.kanban.report that return ReportEntityModifier and TypeMethodDescriptionReportRestService.recover
(Exception e, ReportEntity entity) 重试失败后的回调方法ReportRestService.save
(ReportEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数 recover: 当重试次数用完后的回调方法Methods in com.bytedesk.kanban.report that return types with arguments of type ReportEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<ReportEntity>
ReportSpecification.search
(ReportRequest request) Methods in com.bytedesk.kanban.report with parameters of type ReportEntityModifier and TypeMethodDescriptionReportRestService.convertToResponse
(ReportEntity entity) void
ReportRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ReportEntity entity) void
ReportEntityListener.onPostPersist
(ReportEntity report) void
ReportEntityListener.onPostUpdate
(ReportEntity report) ReportRestService.recover
(Exception e, ReportEntity entity) 重试失败后的回调方法ReportRestService.save
(ReportEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数 recover: 当重试次数用完后的回调方法 -
Uses of ReportEntity in com.bytedesk.kanban.report.event
Fields in com.bytedesk.kanban.report.event declared as ReportEntityModifier and TypeFieldDescriptionprivate ReportEntity
ReportCreateEvent.report
private ReportEntity
ReportDeleteEvent.report
private ReportEntity
ReportUpdateEvent.report
Constructors in com.bytedesk.kanban.report.event with parameters of type ReportEntityModifierConstructorDescriptionReportCreateEvent
(ReportEntity report) ReportDeleteEvent
(ReportEntity report) ReportUpdateEvent
(ReportEntity report)