Uses of Class
org.apache.syncope.common.rest.api.beans.CSVPushSpec
Packages that use CSVPushSpec
Package
Description
-
Uses of CSVPushSpec in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return CSVPushSpecModifier and TypeMethodDescriptionprotected 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 CSVPushSpecModifier and TypeMethodDescriptionReconciliationRestClient.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 CSVPushSpecModifier and TypeMethodDescriptionprotected WizardModelCSVPushWizardBuilder.buildModelSteps(CSVPushSpec modelObject, WizardModel wizardModel) protected SerializableCSVPushWizardBuilder.onApplyInternal(CSVPushSpec modelObject) Constructors in org.apache.syncope.client.console.wizards with parameters of type CSVPushSpecModifierConstructorDescriptionCSVPushWizardBuilder(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 -
Uses of CSVPushSpec in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type CSVPushSpecModifier and TypeMethodDescriptionReconciliationService.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 CSVPushSpecModifier and TypeMethodDescriptionReconciliationLogic.push(SearchCond searchCond, org.springframework.data.domain.Pageable pageable, 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 CSVPushSpecModifier and TypeMethodDescriptionReconciliationServiceImpl.push(AnyQuery query, CSVPushSpec spec)