Uses of Class
org.apache.syncope.common.rest.api.beans.AnyQuery
Packages that use AnyQuery
Package
Description
-
Uses of AnyQuery in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return AnyQueryModifier and TypeMethodDescriptionprotected AnyQuery
IdMAnyDirectoryPanelAdditionalActionsProvider.csvAnyQuery
(String realm, String fiql, int rows, AnyDataProvider<?> dataProvider) -
Uses of AnyQuery in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type AnyQueryModifier and TypeMethodDescriptionReconciliationRestClient.push
(AnyQuery anyQuery, CSVPushSpec spec) -
Uses of AnyQuery in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards declared as AnyQueryConstructors in org.apache.syncope.client.console.wizards with parameters of type AnyQueryModifierConstructorDescriptionCSVPushWizardBuilder
(CSVPushSpec defaultItem, AnyQuery query, AjaxDownloadBehavior downloadBehavior, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) -
Uses of AnyQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return AnyQuery -
Uses of AnyQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyQueryModifier and TypeMethodDescriptionReconciliationService.push
(AnyQuery anyQuery, CSVPushSpec spec) Export a list of any objects matching the given query as CSV according to the provided specification.Returns a paged list of any objects matching the given query. -
Uses of AnyQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyQueryModifier and TypeMethodDescriptionReconciliationServiceImpl.push
(AnyQuery query, CSVPushSpec spec)