Uses of Class
org.apache.syncope.common.rest.api.beans.CSVPushSpec
-
-
Uses of CSVPushSpec in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return CSVPushSpec Modifier and Type Method Description protected CSVPushSpecIdMAnyDirectoryPanelAdditionalActionsProvider. csvPushSpec(String type, List<String> pSchemaNames, List<String> dSchemaNames) -
Uses of CSVPushSpec in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type CSVPushSpec Modifier and Type Method Description javax.ws.rs.core.ResponseReconciliationRestClient. push(AnyQuery anyQuery, CSVPushSpec spec) -
Uses of CSVPushSpec in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type CSVPushSpec Modifier and Type Method Description protected WizardModelCSVPushWizardBuilder. buildModelSteps(CSVPushSpec modelObject, WizardModel wizardModel)protected SerializableCSVPushWizardBuilder. onApplyInternal(CSVPushSpec modelObject)Constructors in org.apache.syncope.client.console.wizards with parameters of type CSVPushSpec Constructor Description CSVPushWizardBuilder(CSVPushSpec defaultItem, AnyQuery query, AjaxDownloadBehavior downloadBehavior, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef)Details(CSVPushSpec spec)PushTask(CSVPushSpec spec) -
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(AnyQuery anyQuery, CSVPushSpec spec)Export a list of any objects matching the given query as CSV according to the provided specification. -
Uses of CSVPushSpec in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type CSVPushSpec Modifier and Type Method Description List<ProvisioningReport>ReconciliationLogic. push(SearchCond searchCond, int page, int size, List<OrderByClause> orderBy, String realm, CSVPushSpec spec, OutputStream os) -
Uses of CSVPushSpec in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type CSVPushSpec Modifier and Type Method Description javax.ws.rs.core.ResponseReconciliationServiceImpl. push(AnyQuery query, CSVPushSpec spec)
-