Uses of Class
org.apache.syncope.common.rest.api.beans.CSVPushSpec
Package
Description
-
Uses of CSVPushSpec in org.apache.syncope.client.console.commons
Modifier and TypeMethodDescriptionprotected CSVPushSpec
IdMAnyDirectoryPanelAdditionalActionsProvider.csvPushSpec
(String type, List<String> pSchemaNames, List<String> dSchemaNames) -
Uses of CSVPushSpec in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionReconciliationRestClient.push
(AnyQuery anyQuery, CSVPushSpec spec) -
Uses of CSVPushSpec in org.apache.syncope.client.console.wizards
Modifier and TypeMethodDescriptionprotected WizardModel
CSVPushWizardBuilder.buildModelSteps
(CSVPushSpec modelObject, WizardModel wizardModel) protected Serializable
CSVPushWizardBuilder.onApplyInternal
(CSVPushSpec modelObject) ModifierConstructorDescriptionCSVPushWizardBuilder
(CSVPushSpec defaultItem, AnyQuery query, AjaxDownloadBehavior downloadBehavior, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) Details
(CSVPushSpec spec) PushTask
(CSVPushSpec spec) -
Uses of CSVPushSpec in org.apache.syncope.common.rest.api.beans
-
Uses of CSVPushSpec 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. -
Uses of CSVPushSpec in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionReconciliationLogic.push
(SearchCond searchCond, org.springframework.data.domain.Pageable pageable, String realm, CSVPushSpec spec, OutputStream os) -
Uses of CSVPushSpec in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionReconciliationServiceImpl.push
(AnyQuery query, CSVPushSpec spec)