Uses of Class
org.apache.syncope.common.rest.api.beans.UserRequestQuery
Packages that use UserRequestQuery
Package
Description
-
Uses of UserRequestQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return UserRequestQueryModifier and TypeMethodDescriptionprotected 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 UserRequestQueryModifier and TypeMethodDescriptionUserRequestService.listForms
(UserRequestQuery query) Returns a list of user request forms matching the given query.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 UserRequestQueryModifier and TypeMethodDescriptionUserRequestServiceImpl.listForms
(UserRequestQuery query) UserRequestServiceImpl.listRequests
(UserRequestQuery query)