Uses of Class
org.apache.syncope.common.rest.api.beans.TaskQuery
-
Packages that use TaskQuery Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service -
-
Uses of TaskQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return TaskQuery Modifier and Type Method Description protected TaskQueryTaskQuery.Builder. newInstance() -
Uses of TaskQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type TaskQuery Modifier and Type Method Description <T extends org.apache.syncope.common.lib.to.TaskTO>
org.apache.syncope.common.lib.to.PagedResult<T>TaskService. search(TaskQuery query)Returns a paged list of existing tasks matching the given query.
-