Uses of Class
org.apache.syncope.common.rest.api.beans.CSVPushSpec
-
Packages that use CSVPushSpec Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service -
-
Uses of CSVPushSpec in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return CSVPushSpec Modifier and Type Method Description protected CSVPushSpecCSVPushSpec.Builder. newInstance() -
Uses of CSVPushSpec in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type CSVPushSpec Modifier and Type Method Description javax.ws.rs.core.ResponseReconciliationService. push(org.apache.syncope.common.rest.api.beans.AnyQuery anyQuery, CSVPushSpec spec)Export a list of any objects matching the given query as CSV according to the provided specification.
-