Uses of Class
org.apache.syncope.common.rest.api.beans.CSVPullSpec
-
-
Uses of CSVPullSpec in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return CSVPullSpec Modifier and Type Method Description protected CSVPullSpec
IdMAnyDirectoryPanelAdditionalActionsProvider. 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 CSVPullSpec Modifier and Type Method Description ArrayList<ProvisioningReport>
ReconciliationRestClient. 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 CSVPullSpec Modifier and Type Method Description protected WizardModel
CSVPullWizardBuilder. buildModelSteps(CSVPullSpec modelObject, WizardModel wizardModel)
protected ArrayList<ProvisioningReport>
CSVPullWizardBuilder. onApplyInternal(CSVPullSpec modelObject)
Constructors in org.apache.syncope.client.console.wizards with parameters of type CSVPullSpec Constructor Description Columns(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 Modifier and Type Method Description protected CSVPullSpec
CSVPullSpec.Builder. newInstance()
-
Uses of CSVPullSpec in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type CSVPullSpec Modifier and Type Method Description List<ProvisioningReport>
ReconciliationService. 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 Modifier and Type Method Description List<ProvisioningReport>
ReconciliationLogic. pull(CSVPullSpec spec, InputStream csv)
-
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 Modifier and Type Method Description List<String>
CSVStreamConnector. getColumns(CSVPullSpec spec)
-
Uses of CSVPullSpec in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type CSVPullSpec Modifier and Type Method Description List<ProvisioningReport>
ReconciliationServiceImpl. pull(CSVPullSpec spec, InputStream csv)
-