Uses of Class
org.activiti.cloud.services.query.rest.specification.TaskSpecification
Packages that use TaskSpecification
-
Uses of TaskSpecification in org.activiti.cloud.services.query.rest.specification
Methods in org.activiti.cloud.services.query.rest.specification that return TaskSpecificationModifier and TypeMethodDescriptionstatic TaskSpecificationTaskSpecification.restricted(TaskSearchRequest taskSearchRequest, String userId, Collection<String> userGroups) Creates a specification that applies the filters and restricts the retrieved tasks based on the given user and groups.static TaskSpecificationTaskSpecification.unrestricted(TaskSearchRequest taskSearchRequest) Creates a specification that retrieve tasks that match filters in the request without restrictions related to any user.