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