Uses of Class
org.apache.syncope.common.rest.api.beans.CSVPullSpec
-
Packages that use CSVPullSpec Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service -
-
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 CSVPullSpecCSVPullSpec.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<org.apache.syncope.common.lib.to.ProvisioningReport>ReconciliationService. pull(CSVPullSpec spec, InputStream csv)Pulls the CSV input into Syncope according to the provided specification.
-