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.console
Methods in org.apache.syncope.client.console that return FIQLQueryRestClient Modifier and Type Method Description FIQLQueryRestClient
IdRepoConsoleContext. fiqlQueryRestClient()
-
Uses of FIQLQueryRestClient in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search declared as FIQLQueryRestClient Modifier and Type Field Description protected FIQLQueryRestClient
AbstractSearchPanel. fiqlQueryRestClient
protected FIQLQueryRestClient
SaveFIQLQuery. fiqlQueryRestClient
Constructors 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)
-