Uses of Class
org.apache.syncope.common.rest.api.beans.UserRequestQuery
-
Packages that use UserRequestQuery Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service -
-
Uses of UserRequestQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return UserRequestQuery Modifier and Type Method Description protected UserRequestQueryUserRequestQuery.Builder. newInstance() -
Uses of UserRequestQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type UserRequestQuery Modifier and Type Method Description org.apache.syncope.common.lib.to.PagedResult<org.apache.syncope.common.lib.to.UserRequestForm>UserRequestService. listForms(UserRequestQuery query)Returns a list of user request forms matching the given query.org.apache.syncope.common.lib.to.PagedResult<org.apache.syncope.common.lib.to.UserRequest>UserRequestService. listRequests(UserRequestQuery query)Returns a list of running user requests matching the given query.
-