Uses of Class
org.apache.syncope.client.console.rest.FIQLQueryRestClient
- 
Packages that use FIQLQueryRestClient Package Description org.apache.syncope.client.console org.apache.syncope.client.console.panels.search 
- 
- 
Uses of FIQLQueryRestClient in org.apache.syncope.client.consoleMethods in org.apache.syncope.client.console that return FIQLQueryRestClient Modifier and Type Method Description FIQLQueryRestClientIdRepoConsoleContext. fiqlQueryRestClient()
- 
Uses of FIQLQueryRestClient in org.apache.syncope.client.console.panels.searchFields in org.apache.syncope.client.console.panels.search declared as FIQLQueryRestClient Modifier and Type Field Description protected FIQLQueryRestClientAbstractSearchPanel. fiqlQueryRestClientprotected FIQLQueryRestClientSaveFIQLQuery. fiqlQueryRestClientConstructors in org.apache.syncope.client.console.panels.search with parameters of type FIQLQueryRestClient Constructor Description FIQLQueries(String id, FIQLQueryRestClient fiqlQueryRestClient, AbstractSearchPanel searchPanel, String target, PageReference pageRef)FIQLQueryDirectoryPanel(String id, FIQLQueryRestClient restClient, AbstractSearchPanel searchPanel, String target, FIQLQueries parent, PageReference pageRef)
 
-