Uses of Class
com.bytedesk.core.webhook.WebhookEntity
Packages that use WebhookEntity
Package
Description
-
Uses of WebhookEntity in com.bytedesk.core.webhook
Methods in com.bytedesk.core.webhook that return WebhookEntityModifier and TypeMethodDescriptionprotected WebhookEntity
WebhookRestService.doSave
(WebhookEntity entity) WebhookRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WebhookEntity entity) Methods in com.bytedesk.core.webhook that return types with arguments of type WebhookEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WebhookEntity>
WebhookRestService.createSpecification
(WebhookRequest request) protected org.springframework.data.domain.Page<WebhookEntity>
WebhookRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WebhookEntity> spec, org.springframework.data.domain.Pageable pageable) WebhookRepository.findByOrgUidAndDeletedFalseAndEnabledTrue
(String orgUid) 根据组织UID查找未删除且已启用的webhook配置static org.springframework.data.jpa.domain.Specification<WebhookEntity>
WebhookSpecification.search
(WebhookRequest request, AuthService authService) Methods in com.bytedesk.core.webhook with parameters of type WebhookEntityModifier and TypeMethodDescriptionWebhookRestService.convertToExcel
(WebhookEntity entity) WebhookRestService.convertToResponse
(WebhookEntity entity) protected WebhookEntity
WebhookRestService.doSave
(WebhookEntity entity) WebhookRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WebhookEntity entity) void
WebhookEntityListener.onPostPersist
(WebhookEntity webhook) void
WebhookEntityListener.onPostUpdate
(WebhookEntity webhook) private void
WebhookEventListener.pushToDingTalk
(WebhookEntity webhook, String content, MessageLeaveEntity messageLeave) 推送留言消息到钉钉机器人private void
WebhookEventListener.pushToFeishu
(WebhookEntity webhook, String content, MessageLeaveEntity messageLeave) 推送留言消息到飞书机器人private void
WebhookEventListener.pushToWeChatWork
(WebhookEntity webhook, String content, MessageLeaveEntity messageLeave) 推送留言消息到企业微信机器人Method parameters in com.bytedesk.core.webhook with type arguments of type WebhookEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WebhookEntity>
WebhookRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WebhookEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of WebhookEntity in com.bytedesk.core.webhook_message
Fields in com.bytedesk.core.webhook_message declared as WebhookEntityMethods in com.bytedesk.core.webhook_message with parameters of type WebhookEntityModifier and TypeMethodDescriptionWebhookMessageService.createMessageRecord
(WebhookEntity webhook, MessageProtobuf message, boolean success, Map<String, Object> responseData, String errorMessage) 创建消息推送记录 -
Uses of WebhookEntity in com.bytedesk.core.webhook.event
Fields in com.bytedesk.core.webhook.event declared as WebhookEntityModifier and TypeFieldDescriptionprivate WebhookEntity
WebhookCreateEvent.webhook
private WebhookEntity
WebhookDeleteEvent.webhook
private WebhookEntity
WebhookUpdateEvent.webhook
Constructors in com.bytedesk.core.webhook.event with parameters of type WebhookEntityModifierConstructorDescriptionWebhookCreateEvent
(WebhookEntity webhook) WebhookDeleteEvent
(WebhookEntity webhook) WebhookUpdateEvent
(WebhookEntity webhook)