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