Package com.bytedesk.core.workflow_log
Class WorkflowLogSpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification<WorkflowLogEntity,WorkflowLogRequest>
com.bytedesk.core.workflow_log.WorkflowLogSpecification
public class WorkflowLogSpecification
extends BaseSpecification<WorkflowLogEntity,WorkflowLogRequest>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WorkflowLogEntity>search(WorkflowLogRequest request, AuthService authService) Methods inherited from class com.bytedesk.core.base.BaseSpecification
getBasicPredicates, getBasicPredicatesNoOrg, getBasicPredicatesWithLevel, search, validateIsSuperUserPermission, validateSuperUserPermission
-
Constructor Details
-
WorkflowLogSpecification
public WorkflowLogSpecification()
-
-
Method Details
-
search
public static org.springframework.data.jpa.domain.Specification<WorkflowLogEntity> search(WorkflowLogRequest request, AuthService authService)
-