Uses of Class
org.apache.syncope.common.rest.api.beans.AnyQuery
Package
Description
-
Uses of AnyQuery in org.apache.syncope.client.console.commons
Modifier and TypeMethodDescriptionprotected AnyQuery
IdMAnyDirectoryPanelAdditionalActionsProvider.csvAnyQuery
(String realm, String fiql, int rows, AnyDataProvider<?> dataProvider) -
Uses of AnyQuery in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionReconciliationRestClient.push
(AnyQuery anyQuery, CSVPushSpec spec) -
Uses of AnyQuery in org.apache.syncope.client.console.wizards
ModifierConstructorDescriptionCSVPushWizardBuilder
(CSVPushSpec defaultItem, AnyQuery query, AjaxDownloadBehavior downloadBehavior, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) -
Uses of AnyQuery in org.apache.syncope.common.rest.api.beans
-
Uses of AnyQuery in org.apache.syncope.common.rest.api.service
Modifier 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
Modifier and TypeMethodDescriptionReconciliationServiceImpl.push
(AnyQuery query, CSVPushSpec spec)