Uses of Annotation Interface
com.bytedesk.core.annotation.ActionAnnotation
Packages that use ActionAnnotation
Package
Description
Robot package contains classes for managing AI robots/agents.
Message handling package containing message models and processors
Thread package containing thread models and handlers
ByteDesk 文件上传包
提供文件上传、存储管理等功能
ByteDesk 固定自动回复管理包
提供固定自动回复的CRUD、搜索等功能
ByteDesk 关键词自动回复管理包
提供关键词自动回复的CRUD、搜索等功能
Customer Service Statistics Package
Provides comprehensive statistical functionalities for the customer service system, including:
工作组服务包
管理客服工作组相关功能
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of ActionAnnotation in com.bytedesk.ai.robot
Methods in com.bytedesk.ai.robot with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
RobotRestController.create
(RobotRequest request) org.springframework.http.ResponseEntity<?>
RobotRestController.createLlmThread
(ThreadRequest request) org.springframework.http.ResponseEntity<?>
RobotRestController.createPromptRobot
(RobotRequest request) org.springframework.http.ResponseEntity<?>
RobotRestController.delete
(RobotRequest request) org.springframework.http.ResponseEntity<?>
RobotRestController.update
(RobotRequest request) org.springframework.http.ResponseEntity<?>
RobotRestController.updateAvatar
(RobotRequest request) org.springframework.http.ResponseEntity<?>
RobotRestController.updatePromptRobot
(RobotRequest request) org.springframework.http.ResponseEntity<?>
RobotRestController.updateThread
(ThreadRequest request) -
Uses of ActionAnnotation in com.bytedesk.ai.springai.spring
Methods in com.bytedesk.ai.springai.spring with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
SpringAIVectorController.process
(UploadRequest request) -
Uses of ActionAnnotation in com.bytedesk.core.action
Methods in com.bytedesk.core.action with annotations of type ActionAnnotationModifier and TypeMethodDescriptionActionRestController.export
(ActionRequest request, jakarta.servlet.http.HttpServletResponse response) -
Uses of ActionAnnotation in com.bytedesk.core.aop
Methods in com.bytedesk.core.aop with parameters of type ActionAnnotationModifier and TypeMethodDescriptionvoid
ActionAspect.doAfterReturning
(org.aspectj.lang.JoinPoint joinPoint, ActionAnnotation actionAnnotation, Object jsonResult) 处理完请求后执行void
ActionAspect.doAfterThrowing
(org.aspectj.lang.JoinPoint joinPoint, ActionAnnotation actionAnnotation, Exception e) 拦截异常操作void
ActionAspect.doBefore
(org.aspectj.lang.JoinPoint joinPoint, ActionAnnotation actionAnnotation) 处理请求前执行 -
Uses of ActionAnnotation in com.bytedesk.core.auth
Methods in com.bytedesk.core.auth with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
AuthVipControllerVisitor.loginWithScanCode
(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
AuthVipController.scan
(PushRequest pushRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
AuthVipController.scanConfirm
(PushRequest pushRequest, jakarta.servlet.http.HttpServletRequest request) -
Uses of ActionAnnotation in com.bytedesk.core.message
Methods in com.bytedesk.core.message with annotations of type ActionAnnotationModifier and TypeMethodDescriptionMessageRestController.export
(MessageRequest request, jakarta.servlet.http.HttpServletResponse response) -
Uses of ActionAnnotation in com.bytedesk.core.rbac.auth
Methods in com.bytedesk.core.rbac.auth with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
AuthController.loginWithEmailCode
(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
AuthController.loginWithMobileCode
(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
AuthController.loginWithUsernamePassword
(AuthRequest authRequest) org.springframework.http.ResponseEntity<?>
AuthController.register
(UserRequest userRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
AuthController.sendEmailCode
(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
AuthController.sendMobileCode
(AuthRequest authRequest, jakarta.servlet.http.HttpServletRequest request) -
Uses of ActionAnnotation in com.bytedesk.core.rbac.organization
Methods in com.bytedesk.core.rbac.organization with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
OrganizationRestController.create
(OrganizationRequest request) org.springframework.http.ResponseEntity<?>
OrganizationRestController.update
(OrganizationRequest request) -
Uses of ActionAnnotation in com.bytedesk.core.rbac.user
Methods in com.bytedesk.core.rbac.user with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
UserRestController.changeEmail
(UserRequest userRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.changeMobile
(UserRequest userRequest, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.changePassword
(UserRequest userRequest) org.springframework.http.ResponseEntity<?>
UserRestController.create
(UserRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.delete
(UserRequest request) org.springframework.http.ResponseEntity<?>
UserRestController.logout()
org.springframework.http.ResponseEntity<?>
UserRestController.update
(UserRequest userRequest) -
Uses of ActionAnnotation in com.bytedesk.core.thread
Methods in com.bytedesk.core.thread with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
ThreadRestController.acceptByAgent
(ThreadRequest request) org.springframework.http.ResponseEntity<?>
ThreadRestController.close
(ThreadRequest request) org.springframework.http.ResponseEntity<?>
ThreadRestController.create
(ThreadRequest request) ThreadRestController.export
(ThreadRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
ThreadRestController.update
(ThreadRequest request) -
Uses of ActionAnnotation in com.bytedesk.core.upload
Methods in com.bytedesk.core.upload with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
UploadRestController.delete
(UploadRequest request) org.springframework.http.ResponseEntity<?>
UploadRestController.uploadFile
(org.springframework.web.multipart.MultipartFile file, String fileName, String fileType, Boolean isAvatar, String kbType, String categoryUid, String kbUid, String client) -
Uses of ActionAnnotation in com.bytedesk.kbase.auto_reply.fixed
Methods in com.bytedesk.kbase.auto_reply.fixed with annotations of type ActionAnnotationModifier and TypeMethodDescriptionAutoReplyFixedRestController.export
(AutoReplyFixedRequest request, jakarta.servlet.http.HttpServletResponse response) -
Uses of ActionAnnotation in com.bytedesk.kbase.auto_reply.keyword
Methods in com.bytedesk.kbase.auto_reply.keyword with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
AutoReplyKeywordRestController.create
(AutoReplyKeywordRequest request) org.springframework.http.ResponseEntity<?>
AutoReplyKeywordRestController.delete
(AutoReplyKeywordRequest request) AutoReplyKeywordRestController.export
(AutoReplyKeywordRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
AutoReplyKeywordRestController.update
(AutoReplyKeywordRequest request) -
Uses of ActionAnnotation in com.bytedesk.kbase.faq
Methods in com.bytedesk.kbase.faq with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
FaqRestController.create
(FaqRequest request) org.springframework.http.ResponseEntity<?>
FaqRestController.delete
(FaqRequest request) FaqRestController.export
(FaqRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
FaqRestController.update
(FaqRequest request) -
Uses of ActionAnnotation in com.bytedesk.kbase.quick_reply
Methods in com.bytedesk.kbase.quick_reply with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
QuickReplyRestController.create
(QuickReplyRequest request) org.springframework.http.ResponseEntity<?>
QuickReplyRestController.delete
(QuickReplyRequest request) QuickReplyRestController.export
(QuickReplyRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
QuickReplyRestController.update
(QuickReplyRequest request) -
Uses of ActionAnnotation in com.bytedesk.kbase.taboo
Methods in com.bytedesk.kbase.taboo with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
TabooRestController.create
(TabooRequest request) org.springframework.http.ResponseEntity<?>
TabooRestController.delete
(TabooRequest request) TabooRestController.export
(TabooRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
TabooRestController.update
(TabooRequest request) -
Uses of ActionAnnotation in com.bytedesk.kbase.taboo_message
Methods in com.bytedesk.kbase.taboo_message with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
TabooMessageRestController.create
(TabooMessageRequest request) org.springframework.http.ResponseEntity<?>
TabooMessageRestController.delete
(TabooMessageRequest request) TabooMessageRestController.export
(TabooMessageRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
TabooMessageRestController.update
(TabooMessageRequest request) -
Uses of ActionAnnotation in com.bytedesk.service.agent
Methods in com.bytedesk.service.agent with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
AgentRestController.create
(AgentRequest request) org.springframework.http.ResponseEntity<?>
AgentRestController.delete
(AgentRequest request) org.springframework.http.ResponseEntity<?>
AgentRestController.queryDetail
(AgentRequest request) org.springframework.web.servlet.mvc.method.annotation.SseEmitter
AgentRestController.sendAgentSseMessage
(String message) org.springframework.http.ResponseEntity<?>
AgentRestController.syncCurrentThreadCount
(AgentRequest request) org.springframework.http.ResponseEntity<?>
AgentRestController.update
(AgentRequest request) org.springframework.http.ResponseEntity<?>
AgentRestController.updateAutoReply
(AgentRequest request) org.springframework.http.ResponseEntity<?>
AgentRestController.updateAvatar
(AgentRequest request) org.springframework.http.ResponseEntity<?>
AgentRestController.updateStatus
(AgentRequest request) -
Uses of ActionAnnotation in com.bytedesk.service.statistic
Methods in com.bytedesk.service.statistic with annotations of type ActionAnnotationModifier and TypeMethodDescriptionServiceStatisticRestController.export
(ServiceStatisticRequest request, jakarta.servlet.http.HttpServletResponse response) -
Uses of ActionAnnotation in com.bytedesk.service.unified
Methods in com.bytedesk.service.unified with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
UnifiedRestController.updateAvatar
(UnifiedRequest request) -
Uses of ActionAnnotation in com.bytedesk.service.workgroup
Methods in com.bytedesk.service.workgroup with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
WorkgroupRestController.create
(WorkgroupRequest request) org.springframework.http.ResponseEntity<?>
WorkgroupRestController.delete
(WorkgroupRequest request) org.springframework.http.ResponseEntity<?>
WorkgroupRestController.update
(WorkgroupRequest request) org.springframework.http.ResponseEntity<?>
WorkgroupRestController.updateAvatar
(WorkgroupRequest request) org.springframework.http.ResponseEntity<?>
WorkgroupRestController.updateStatus
(WorkgroupRequest request) -
Uses of ActionAnnotation in com.bytedesk.team.department
Methods in com.bytedesk.team.department with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
DepartmentRestController.create
(DepartmentRequest departmentRequest) org.springframework.http.ResponseEntity<?>
DepartmentRestController.delete
(DepartmentRequest departmentRequest) org.springframework.http.ResponseEntity<?>
DepartmentRestController.update
(DepartmentRequest departmentRequest) -
Uses of ActionAnnotation in com.bytedesk.team.group
Methods in com.bytedesk.team.group with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
GroupRestController.create
(GroupRequest request) org.springframework.http.ResponseEntity<?>
GroupRestController.delete
(GroupRequest request) org.springframework.http.ResponseEntity<?>
GroupRestController.dismiss
(GroupRequest request) GroupRestController.export
(GroupRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
GroupRestController.invite
(GroupRequest request) org.springframework.http.ResponseEntity<?>
GroupRestController.join
(GroupRequest request) org.springframework.http.ResponseEntity<?>
GroupRestController.kick
(GroupRequest request) org.springframework.http.ResponseEntity<?>
GroupRestController.leave
(GroupRequest request) org.springframework.http.ResponseEntity<?>
GroupRestController.update
(GroupRequest request) -
Uses of ActionAnnotation in com.bytedesk.team.member
Methods in com.bytedesk.team.member with annotations of type ActionAnnotationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
MemberRestController.create
(MemberRequest request) org.springframework.http.ResponseEntity<?>
MemberRestController.delete
(MemberRequest request) MemberRestController.export
(MemberRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
MemberRestController.update
(MemberRequest request) -
Uses of ActionAnnotation in com.bytedesk.ticket.ticket
Methods in com.bytedesk.ticket.ticket with annotations of type ActionAnnotationModifier and TypeMethodDescriptionTicketRestController.export
(TicketRequest request, jakarta.servlet.http.HttpServletResponse response)