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. comparatorMethods 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 FIQLQueryTOFIQLQueryRestClient. 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 voidFIQLQueryRestClient. 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 FIQLQueryTO Modifier and Type Method Description FIQLQueryTOFIQLQueryService. 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.ResponseFIQLQueryService. 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 FIQLQueryTO Modifier and Type Method Description FIQLQueryTOFIQLQueryLogic. create(FIQLQueryTO fiqlQueryTO)FIQLQueryTOFIQLQueryLogic. delete(String key)FIQLQueryTOFIQLQueryLogic. read(String key)protected FIQLQueryTOFIQLQueryLogic. resolveReference(Method method, Object... args)FIQLQueryTOFIQLQueryLogic. 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 FIQLQueryTOFIQLQueryLogic. create(FIQLQueryTO fiqlQueryTO)FIQLQueryTOFIQLQueryLogic. 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 FIQLQueryTOFIQLQueryDataBinder. getFIQLQueryTO(FIQLQuery fiqlQuery)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type FIQLQueryTO Modifier and Type Method Description FIQLQueryFIQLQueryDataBinder. create(FIQLQueryTO fiqlQueryTO)FIQLQueryFIQLQueryDataBinder. 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 FIQLQueryTOFIQLQueryDataBinderImpl. getFIQLQueryTO(FIQLQuery fiqlQuery)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type FIQLQueryTO Modifier and Type Method Description FIQLQueryFIQLQueryDataBinderImpl. create(FIQLQueryTO fiqlQueryTO)FIQLQueryFIQLQueryDataBinderImpl. 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 FIQLQueryTOFIQLQueryServiceImpl. 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.ResponseFIQLQueryServiceImpl. create(FIQLQueryTO applicationTO)voidFIQLQueryServiceImpl. update(FIQLQueryTO applicationTO)
-