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