Uses of Class
org.apache.syncope.common.lib.to.FIQLQueryTO
-
-
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 FIQLQueryTO Modifier and Type Field Description protected SortableDataProviderComparator<FIQLQueryTO>
FIQLQueryDirectoryPanel.FIQLQueryDataProvider. comparator
Methods in org.apache.syncope.client.console.panels.search that return types with arguments of type FIQLQueryTO Modifier and Type Method Description protected DirectoryDataProvider<FIQLQueryTO>
FIQLQueryDirectoryPanel. dataProvider()
protected ActionsPanel<FIQLQueryTO>
FIQLQueryDirectoryPanel. getActions(IModel<FIQLQueryTO> model)
protected List<IColumn<FIQLQueryTO,String>>
FIQLQueryDirectoryPanel. getColumns()
Iterator<FIQLQueryTO>
FIQLQueryDirectoryPanel.FIQLQueryDataProvider. iterator(long first, long count)
IModel<FIQLQueryTO>
FIQLQueryDirectoryPanel.FIQLQueryDataProvider. model(FIQLQueryTO object)
Methods in org.apache.syncope.client.console.panels.search with parameters of type FIQLQueryTO Modifier and Type Method Description IModel<FIQLQueryTO>
FIQLQueryDirectoryPanel.FIQLQueryDataProvider. model(FIQLQueryTO object)
Method parameters in org.apache.syncope.client.console.panels.search with type arguments of type FIQLQueryTO Modifier and Type Method Description protected 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 FIQLQueryTO Modifier and Type Method Description FIQLQueryTO
FIQLQueryRestClient. read(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type FIQLQueryTO Modifier and Type Method Description List<FIQLQueryTO>
FIQLQueryRestClient. list(String target)
Methods in org.apache.syncope.client.console.rest with parameters of type FIQLQueryTO Modifier and Type Method Description void
FIQLQueryRestClient. create(FIQLQueryTO roleTO)
void
FIQLQueryRestClient. update(FIQLQueryTO roleTO)
-
Uses of FIQLQueryTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return FIQLQueryTO Modifier and Type Method Description FIQLQueryTO
FIQLQueryService. read(@NotNull String key)
Returns FIQL querywith matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type FIQLQueryTO Modifier and Type Method Description List<FIQLQueryTO>
FIQLQueryService. list(String target)
Returns 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 FIQLQueryTO Modifier and Type Method Description javax.ws.rs.core.Response
FIQLQueryService. 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
Methods in org.apache.syncope.core.logic that return FIQLQueryTO Modifier and Type Method Description FIQLQueryTO
FIQLQueryLogic. create(FIQLQueryTO fiqlQueryTO)
FIQLQueryTO
FIQLQueryLogic. delete(String key)
FIQLQueryTO
FIQLQueryLogic. read(String key)
protected FIQLQueryTO
FIQLQueryLogic. resolveReference(Method method, Object... args)
FIQLQueryTO
FIQLQueryLogic. update(FIQLQueryTO fiqlQueryTO)
Methods in org.apache.syncope.core.logic that return types with arguments of type FIQLQueryTO Modifier and Type Method Description List<FIQLQueryTO>
FIQLQueryLogic. list(String target)
Methods in org.apache.syncope.core.logic with parameters of type FIQLQueryTO Modifier and Type Method Description FIQLQueryTO
FIQLQueryLogic. create(FIQLQueryTO 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 FIQLQueryTO Modifier and Type Method Description FIQLQueryTO
FIQLQueryDataBinder. getFIQLQueryTO(FIQLQuery fiqlQuery)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type FIQLQueryTO Modifier and Type Method Description FIQLQuery
FIQLQueryDataBinder. create(FIQLQueryTO fiqlQueryTO)
FIQLQuery
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 FIQLQueryTO Modifier and Type Method Description FIQLQueryTO
FIQLQueryDataBinderImpl. getFIQLQueryTO(FIQLQuery fiqlQuery)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type FIQLQueryTO Modifier and Type Method Description FIQLQuery
FIQLQueryDataBinderImpl. create(FIQLQueryTO fiqlQueryTO)
FIQLQuery
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 FIQLQueryTO Modifier and Type Method Description FIQLQueryTO
FIQLQueryServiceImpl. read(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type FIQLQueryTO Modifier and Type Method Description List<FIQLQueryTO>
FIQLQueryServiceImpl. list(String target)
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type FIQLQueryTO Modifier and Type Method Description javax.ws.rs.core.Response
FIQLQueryServiceImpl. create(FIQLQueryTO applicationTO)
void
FIQLQueryServiceImpl. update(FIQLQueryTO applicationTO)
-