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 PagedConnObjectResultResourceService. 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 PagedConnObjectResultResourceServiceImpl. searchConnObjects(String key, String anyTypeKey, ConnObjectTOQuery query)
-