Uses of Class
org.apache.syncope.common.rest.api.beans.ConnObjectTOQuery
-
Packages that use ConnObjectTOQuery 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 ConnObjectTOQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return ConnObjectTOQuery Modifier and Type Method Description ConnObjectTOQuery
ConnObjectTOQuery.Builder. build()
-
Uses of ConnObjectTOQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ConnObjectTOQuery 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 ConnObjectTOQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ConnObjectTOQuery Modifier and Type Method Description PagedConnObjectResult
ResourceServiceImpl. searchConnObjects(String key, String anyTypeKey, ConnObjectTOQuery query)
-