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 org.apache.syncope.core.rest.cxf.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 TaskQuery
TaskQuery.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 TaskTO>
PagedResult<T>TaskService. search(TaskQuery query)
Returns a paged list of existing tasks matching the given query. -
Uses of TaskQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type TaskQuery Modifier and Type Method Description <T extends TaskTO>
PagedResult<T>TaskServiceImpl. search(TaskQuery query)
-