Uses of Class
com.bytedesk.ai.springai.mcp_server.McpServerEntity
Packages that use McpServerEntity
-
Uses of McpServerEntity in com.bytedesk.ai.springai.mcp_server
Methods in com.bytedesk.ai.springai.mcp_server that return McpServerEntityModifier and TypeMethodDescriptionprotected McpServerEntity
McpServerRestService.doSave
(McpServerEntity entity) McpServerRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, McpServerEntity entity) Methods in com.bytedesk.ai.springai.mcp_server that return types with arguments of type McpServerEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<McpServerEntity>
McpServerRestService.createSpecification
(McpServerRequest request) protected org.springframework.data.domain.Page<McpServerEntity>
McpServerRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<McpServerEntity> spec, org.springframework.data.domain.Pageable pageable) McpServerRestService.findByNameAndOrgUidAndType
(String name, String orgUid, String type) McpServerRepository.findByNameAndOrgUidAndTypeAndDeletedFalse
(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<McpServerEntity>
McpServerSpecification.search
(McpServerRequest request, AuthService authService) Methods in com.bytedesk.ai.springai.mcp_server with parameters of type McpServerEntityModifier and TypeMethodDescriptionMcpServerRestService.convertToExcel
(McpServerEntity entity) McpServerRestService.convertToResponse
(McpServerEntity entity) protected McpServerEntity
McpServerRestService.doSave
(McpServerEntity entity) McpServerRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, McpServerEntity entity) void
McpServerEntityListener.onPostPersist
(McpServerEntity mcpServer) void
McpServerEntityListener.onPostUpdate
(McpServerEntity mcpServer) private boolean
McpServerService.performConnection
(McpServerEntity server) 执行实际连接操作(当前为模拟实现)private boolean
McpServerService.performHttpHealthCheck
(McpServerEntity server) private void
McpServerService.updateEntityStatus
(McpServerEntity server, McpServerStatusEnum status, String error) Method parameters in com.bytedesk.ai.springai.mcp_server with type arguments of type McpServerEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<McpServerEntity>
McpServerRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<McpServerEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of McpServerEntity in com.bytedesk.ai.springai.mcp_server.event
Fields in com.bytedesk.ai.springai.mcp_server.event declared as McpServerEntityModifier and TypeFieldDescriptionprivate McpServerEntity
McpServerCreateEvent.mcpServer
private McpServerEntity
McpServerDeleteEvent.mcpServer
private McpServerEntity
McpServerUpdateEvent.mcpServer
Constructors in com.bytedesk.ai.springai.mcp_server.event with parameters of type McpServerEntityModifierConstructorDescriptionMcpServerCreateEvent
(McpServerEntity mcpServer) McpServerDeleteEvent
(McpServerEntity mcpServer) McpServerUpdateEvent
(McpServerEntity mcpServer)