Uses of Class
org.apache.syncope.ext.scimv2.api.data.ListResponse
-
Packages that use ListResponse Package Description org.apache.syncope.ext.scimv2.api.service org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of ListResponse in org.apache.syncope.ext.scimv2.api.service
Methods in org.apache.syncope.ext.scimv2.api.service that return ListResponse Modifier and Type Method Description ListResponse<R>SCIMResourceService. search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count)ListResponse<R>SCIMResourceService. search(SCIMSearchRequest request) -
Uses of ListResponse in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return ListResponse Modifier and Type Method Description protected ListResponse<R>AbstractSCIMService. doSearch(String type, SCIMSearchRequest request)ListResponse<SCIMAnyObject>SCIMAnyObjectServiceImpl. search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count)ListResponse<SCIMAnyObject>SCIMAnyObjectServiceImpl. search(SCIMSearchRequest request)ListResponse<SCIMGroup>SCIMGroupServiceImpl. search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count)ListResponse<SCIMGroup>SCIMGroupServiceImpl. search(SCIMSearchRequest request)ListResponse<SCIMUser>SCIMUserServiceImpl. search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count)ListResponse<SCIMUser>SCIMUserServiceImpl. search(SCIMSearchRequest request)
-