Uses of Class
org.apache.syncope.common.rest.api.beans.CSVPullSpec
Packages that use CSVPullSpec
Package
Description
-
Uses of CSVPullSpec in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return CSVPullSpecModifier and TypeMethodDescriptionprotected CSVPullSpecIdMAnyDirectoryPanelAdditionalActionsProvider.csvPullSpec(String type, String realm) -
Uses of CSVPullSpec in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type CSVPullSpecModifier and TypeMethodDescriptionReconciliationRestClient.pull(CSVPullSpec spec, InputStream csv) -
Uses of CSVPullSpec in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type CSVPullSpecModifier and TypeMethodDescriptionprotected WizardModelCSVPullWizardBuilder.buildModelSteps(CSVPullSpec modelObject, WizardModel wizardModel) protected ArrayList<ProvisioningReport> CSVPullWizardBuilder.onApplyInternal(CSVPullSpec modelObject) Constructors in org.apache.syncope.client.console.wizards with parameters of type CSVPullSpecModifierConstructorDescriptionColumns(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
Methods in org.apache.syncope.common.rest.api.beans that return CSVPullSpec -
Uses of CSVPullSpec in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type CSVPullSpecModifier 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
Methods in org.apache.syncope.core.logic with parameters of type CSVPullSpec -
Uses of CSVPullSpec in org.apache.syncope.core.provisioning.java.pushpull.stream
Methods in org.apache.syncope.core.provisioning.java.pushpull.stream with parameters of type CSVPullSpec -
Uses of CSVPullSpec in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type CSVPullSpecModifier and TypeMethodDescriptionReconciliationServiceImpl.pull(CSVPullSpec spec, InputStream csv)