Uses of Class
org.apache.syncope.common.rest.api.beans.AnyQuery
-
Packages that use AnyQuery Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service -
-
Uses of AnyQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return AnyQuery Modifier and Type Method Description protected AnyQueryAnyQuery.Builder. newInstance() -
Uses of AnyQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyQuery Modifier and Type Method Description org.apache.syncope.common.lib.to.PagedResult<org.apache.syncope.common.lib.to.AnyObjectTO>AnyObjectService. search(AnyQuery anyQuery)org.apache.syncope.common.lib.to.PagedResult<TO>AnyService. search(AnyQuery anyQuery)Returns a paged list of any objects matching the given query.org.apache.syncope.common.lib.to.PagedResult<org.apache.syncope.common.lib.to.GroupTO>GroupService. search(AnyQuery anyQuery)org.apache.syncope.common.lib.to.PagedResult<org.apache.syncope.common.lib.to.UserTO>UserService. search(AnyQuery anyQuery)
-