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.Builder
ConnObjectTOQuery.Builder. fiql(String fiql)
ConnObjectTOQuery.Builder
ConnObjectTOQuery.Builder. moreAttrsToGet(String... moreAttrsToGet)
ConnObjectTOQuery.Builder
ConnObjectTOQuery.Builder. moreAttrsToGet(Collection<String> moreAttrsToGet)
ConnObjectTOQuery.Builder
ConnObjectTOQuery.Builder. orderBy(String orderBy)
ConnObjectTOQuery.Builder
ConnObjectTOQuery.Builder. pagedResultsCookie(String pagedResultsCookie)
ConnObjectTOQuery.Builder
ConnObjectTOQuery.Builder. size(Integer size)
-