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