Uses of Class
org.apache.syncope.common.lib.to.FIQLQueryTO
Package
Description
-
Uses of FIQLQueryTO in org.apache.syncope.client.console.panels.search
Modifier and TypeFieldDescriptionprotected final SortableDataProviderComparator
<FIQLQueryTO> FIQLQueryDirectoryPanel.FIQLQueryDataProvider.comparator
Modifier and TypeMethodDescriptionprotected DirectoryDataProvider
<FIQLQueryTO> FIQLQueryDirectoryPanel.dataProvider()
protected ActionsPanel
<FIQLQueryTO> FIQLQueryDirectoryPanel.getActions
(IModel<FIQLQueryTO> model) protected List
<IColumn<FIQLQueryTO, String>> FIQLQueryDirectoryPanel.getColumns()
FIQLQueryDirectoryPanel.FIQLQueryDataProvider.iterator
(long first, long count) FIQLQueryDirectoryPanel.FIQLQueryDataProvider.model
(FIQLQueryTO object) Modifier and TypeMethodDescriptionFIQLQueryDirectoryPanel.FIQLQueryDataProvider.model
(FIQLQueryTO object) Modifier and TypeMethodDescriptionprotected ActionsPanel
<FIQLQueryTO> FIQLQueryDirectoryPanel.getActions
(IModel<FIQLQueryTO> model) -
Uses of FIQLQueryTO in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionvoid
FIQLQueryRestClient.create
(FIQLQueryTO roleTO) void
FIQLQueryRestClient.update
(FIQLQueryTO roleTO) -
Uses of FIQLQueryTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReturns FIQL querywith matching key.Modifier and TypeMethodDescriptionReturns a list of all FIQL queries for the calling user, matching the given target if provided.Modifier and TypeMethodDescriptionFIQLQueryService.create
(@NotNull FIQLQueryTO fiqlQueryTO) Creates a new fiqlQuery.void
FIQLQueryService.update
(@NotNull FIQLQueryTO fiqlQueryTO) Updates the FIQL querymatching the provided key. -
Uses of FIQLQueryTO in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionFIQLQueryLogic.create
(FIQLQueryTO fiqlQueryTO) protected FIQLQueryTO
FIQLQueryLogic.resolveReference
(Method method, Object... args) FIQLQueryLogic.update
(FIQLQueryTO fiqlQueryTO) Modifier and TypeMethodDescriptionFIQLQueryLogic.create
(FIQLQueryTO fiqlQueryTO) FIQLQueryLogic.update
(FIQLQueryTO fiqlQueryTO) -
Uses of FIQLQueryTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionFIQLQueryDataBinder.create
(FIQLQueryTO fiqlQueryTO) FIQLQueryDataBinder.update
(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO) -
Uses of FIQLQueryTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionFIQLQueryDataBinderImpl.create
(FIQLQueryTO fiqlQueryTO) FIQLQueryDataBinderImpl.update
(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO) -
Uses of FIQLQueryTO in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionFIQLQueryServiceImpl.create
(FIQLQueryTO applicationTO) void
FIQLQueryServiceImpl.update
(FIQLQueryTO applicationTO)