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 McpServerEntityMcpServerRestService.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 McpServerEntityMcpServerRestService.doSave(McpServerEntity entity) McpServerRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, McpServerEntity entity) voidMcpServerEntityListener.onPostPersist(McpServerEntity mcpServer) voidMcpServerEntityListener.onPostUpdate(McpServerEntity mcpServer) private booleanMcpServerService.performConnection(McpServerEntity server) 执行实际连接操作(当前为模拟实现)private booleanMcpServerService.performHttpHealthCheck(McpServerEntity server) private voidMcpServerService.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 McpServerEntityMcpServerCreateEvent.mcpServerprivate McpServerEntityMcpServerDeleteEvent.mcpServerprivate McpServerEntityMcpServerUpdateEvent.mcpServerConstructors in com.bytedesk.ai.springai.mcp_server.event with parameters of type McpServerEntityModifierConstructorDescriptionMcpServerCreateEvent(McpServerEntity mcpServer) McpServerDeleteEvent(McpServerEntity mcpServer) McpServerUpdateEvent(McpServerEntity mcpServer)