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