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 org.apache.syncope.core.rest.cxf.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 UserRequestQuery
UserRequestQuery.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 PagedResult<UserRequestForm>
UserRequestService. listForms(UserRequestQuery query)
Returns a list of user request forms matching the given query.PagedResult<UserRequest>
UserRequestService. listRequests(UserRequestQuery query)
Returns a list of running user requests matching the given query. -
Uses of UserRequestQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type UserRequestQuery Modifier and Type Method Description PagedResult<UserRequestForm>
UserRequestServiceImpl. listForms(UserRequestQuery query)
PagedResult<UserRequest>
UserRequestServiceImpl. listRequests(UserRequestQuery query)
-