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 TypeMethodDescriptionprotected ReportEntity
ReportRestService.doSave
(ReportEntity entity) ReportRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ReportEntity entity) ReportRestService.save
(ReportEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数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) protected ReportEntity
ReportRestService.doSave
(ReportEntity entity) ReportRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ReportEntity entity) void
ReportEntityListener.onPostPersist
(ReportEntity report) void
ReportEntityListener.onPostUpdate
(ReportEntity report) ReportRestService.save
(ReportEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数 -
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)