Uses of Class
org.apache.syncope.common.lib.to.FIQLQueryTO
Packages that use FIQLQueryTO
Package
Description
-
Uses of FIQLQueryTO in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search with type parameters of type FIQLQueryTOModifier and TypeFieldDescriptionprotected final SortableDataProviderComparator<FIQLQueryTO> FIQLQueryDirectoryPanel.FIQLQueryDataProvider.comparatorMethods in org.apache.syncope.client.console.panels.search that return types with arguments of type FIQLQueryTOModifier 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) Methods in org.apache.syncope.client.console.panels.search with parameters of type FIQLQueryTOModifier and TypeMethodDescriptionFIQLQueryDirectoryPanel.FIQLQueryDataProvider.model(FIQLQueryTO object) Method parameters in org.apache.syncope.client.console.panels.search with type arguments of type FIQLQueryTOModifier and TypeMethodDescriptionprotected ActionsPanel<FIQLQueryTO> FIQLQueryDirectoryPanel.getActions(IModel<FIQLQueryTO> model) -
Uses of FIQLQueryTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return FIQLQueryTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type FIQLQueryTOMethods in org.apache.syncope.client.console.rest with parameters of type FIQLQueryTOModifier and TypeMethodDescriptionvoidFIQLQueryRestClient.create(FIQLQueryTO fiqlQueryTO) voidFIQLQueryRestClient.update(FIQLQueryTO fiqlQueryTO) -
Uses of FIQLQueryTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return FIQLQueryTOModifier and TypeMethodDescriptionReturns FIQL querywith matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type FIQLQueryTOModifier and TypeMethodDescriptionReturns a list of all FIQL queries for the calling user, matching the given target if provided.Methods in org.apache.syncope.common.rest.api.service with parameters of type FIQLQueryTOModifier and TypeMethodDescriptionFIQLQueryService.create(@NotNull FIQLQueryTO fiqlQueryTO) Creates a new fiqlQuery.voidFIQLQueryService.update(@NotNull FIQLQueryTO fiqlQueryTO) Updates the FIQL querymatching the provided key. -
Uses of FIQLQueryTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return FIQLQueryTOModifier and TypeMethodDescriptionFIQLQueryLogic.create(FIQLQueryTO fiqlQueryTO) protected FIQLQueryTOFIQLQueryLogic.resolveReference(Method method, Object... args) FIQLQueryLogic.update(FIQLQueryTO fiqlQueryTO) Methods in org.apache.syncope.core.logic that return types with arguments of type FIQLQueryTOMethods in org.apache.syncope.core.logic with parameters of type FIQLQueryTOModifier and TypeMethodDescriptionFIQLQueryLogic.create(FIQLQueryTO fiqlQueryTO) FIQLQueryLogic.update(FIQLQueryTO fiqlQueryTO) -
Uses of FIQLQueryTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return FIQLQueryTOMethods in org.apache.syncope.core.provisioning.api.data with parameters of type FIQLQueryTOModifier and TypeMethodDescriptionFIQLQueryDataBinder.create(FIQLQueryTO fiqlQueryTO) FIQLQueryDataBinder.update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO) -
Uses of FIQLQueryTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return FIQLQueryTOMethods in org.apache.syncope.core.provisioning.java.data with parameters of type FIQLQueryTOModifier and TypeMethodDescriptionFIQLQueryDataBinderImpl.create(FIQLQueryTO fiqlQueryTO) FIQLQueryDataBinderImpl.update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO) -
Uses of FIQLQueryTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return FIQLQueryTOMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type FIQLQueryTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type FIQLQueryTOModifier and TypeMethodDescriptionFIQLQueryServiceImpl.create(FIQLQueryTO applicationTO) voidFIQLQueryServiceImpl.update(FIQLQueryTO applicationTO)