Uses of Class
org.apache.syncope.common.rest.api.beans.CSVPullSpec
Package
Description
-
Uses of CSVPullSpec in org.apache.syncope.client.console.commons
Modifier and TypeMethodDescriptionprotected CSVPullSpec
IdMAnyDirectoryPanelAdditionalActionsProvider.csvPullSpec
(String type, String realm) -
Uses of CSVPullSpec in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionReconciliationRestClient.pull
(CSVPullSpec spec, InputStream csv) -
Uses of CSVPullSpec in org.apache.syncope.client.console.wizards
Modifier and TypeMethodDescriptionprotected WizardModel
CSVPullWizardBuilder.buildModelSteps
(CSVPullSpec modelObject, WizardModel wizardModel) protected ArrayList
<ProvisioningReport> CSVPullWizardBuilder.onApplyInternal
(CSVPullSpec modelObject) ModifierConstructorDescriptionColumns
(CSVPullSpec spec) CSVPullWizardBuilder
(CSVPullSpec defaultItem, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) Details
(CSVPullSpec spec) PullTask
(CSVPullSpec spec) -
Uses of CSVPullSpec in org.apache.syncope.common.rest.api.beans
-
Uses of CSVPullSpec in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReconciliationService.pull
(CSVPullSpec spec, InputStream csv) Pulls the CSV input into Syncope according to the provided specification. -
Uses of CSVPullSpec in org.apache.syncope.core.logic
-
Uses of CSVPullSpec in org.apache.syncope.core.provisioning.java.pushpull.stream
-
Uses of CSVPullSpec in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionReconciliationServiceImpl.pull
(CSVPullSpec spec, InputStream csv)