Class WebhookMessageSpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification<WebhookMessageEntity,WebhookMessageRequest>
com.bytedesk.core.webhook_message.WebhookMessageSpecification
public class WebhookMessageSpecification
extends BaseSpecification<WebhookMessageEntity,WebhookMessageRequest>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WebhookMessageEntity>
search
(WebhookMessageRequest request, AuthService authService) Methods inherited from class com.bytedesk.core.base.BaseSpecification
addOrgFilterIfNotSuperUser, getBasicPredicates, search, validateSuperUserPermission
-
Constructor Details
-
WebhookMessageSpecification
public WebhookMessageSpecification()
-
-
Method Details
-
search
public static org.springframework.data.jpa.domain.Specification<WebhookMessageEntity> search(WebhookMessageRequest request, AuthService authService)
-