Uses of Class
org.apache.syncope.common.rest.api.beans.ConnObjectTOQuery.Builder
-
Packages that use ConnObjectTOQuery.Builder Package Description org.apache.syncope.client.console.rest org.apache.syncope.common.rest.api.beans -
-
Uses of ConnObjectTOQuery.Builder in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type ConnObjectTOQuery.Builder Modifier and Type Method Description Pair<String,List<ConnObject>>ResourceRestClient. searchConnObjects(String resource, String anyTypeKey, ConnObjectTOQuery.Builder queryBuilder, SortParam<String> sortParam) -
Uses of ConnObjectTOQuery.Builder in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return ConnObjectTOQuery.Builder Modifier and Type Method Description ConnObjectTOQuery.BuilderConnObjectTOQuery.Builder. fiql(String fiql)ConnObjectTOQuery.BuilderConnObjectTOQuery.Builder. moreAttrsToGet(String... moreAttrsToGet)ConnObjectTOQuery.BuilderConnObjectTOQuery.Builder. moreAttrsToGet(Collection<String> moreAttrsToGet)ConnObjectTOQuery.BuilderConnObjectTOQuery.Builder. orderBy(String orderBy)ConnObjectTOQuery.BuilderConnObjectTOQuery.Builder. pagedResultsCookie(String pagedResultsCookie)ConnObjectTOQuery.BuilderConnObjectTOQuery.Builder. size(Integer size)
-