Uses of Class
org.apache.syncope.common.lib.to.PagedConnObjectResult
-
Packages that use PagedConnObjectResult Package Description org.apache.syncope.common.rest.api.service org.apache.syncope.core.rest.cxf.service -
-
Uses of PagedConnObjectResult in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return PagedConnObjectResult Modifier and Type Method Description PagedConnObjectResult
ResourceService. searchConnObjects(@NotNull String key, @NotNull String anyTypeKey, ConnObjectTOQuery connObjectTOQuery)
Returns a paged list of connector objects from external resource, for the given type, matching page/size conditions. -
Uses of PagedConnObjectResult in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return PagedConnObjectResult Modifier and Type Method Description PagedConnObjectResult
ResourceServiceImpl. searchConnObjects(String key, String anyTypeKey, ConnObjectTOQuery query)
-