Uses of Class
org.apache.syncope.common.lib.to.PullTaskTO
-
-
Uses of PullTaskTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type PullTaskTO Modifier and Type Method Description voidReconciliationRestClient. pull(ReconQuery reconQuery, PullTaskTO pullTask) -
Uses of PullTaskTO in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks that return types with arguments of type PullTaskTO Modifier and Type Method Description protected ProvisioningTaskDirectoryPanel.ProvisioningTasksProvider<PullTaskTO>PullTaskDirectoryPanel. dataProvider()Method parameters in org.apache.syncope.client.console.tasks with type arguments of type PullTaskTO Modifier and Type Method Description protected voidPullTaskDirectoryPanel. addFurtherActions(ActionsPanel<PullTaskTO> panel, IModel<PullTaskTO> model)protected voidPullTaskDirectoryPanel. addFurtherActions(ActionsPanel<PullTaskTO> panel, IModel<PullTaskTO> model) -
Uses of PullTaskTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type PullTaskTO Modifier and Type Method Description List<ProvisioningReport>ReconciliationService. pull(ReconQuery query, @NotNull PullTaskTO pullTask)Pulls the matching user, group, any object or linked account from the External Resource into Syncope. -
Uses of PullTaskTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type PullTaskTO Modifier and Type Method Description List<ProvisioningReport>ReconciliationLogic. pull(String anyTypeKey, String resourceKey, String anyKey, Set<String> moreAttrsToGet, PullTaskTO pullTask)List<ProvisioningReport>ReconciliationLogic. pull(String anyTypeKey, String resourceKey, Filter filter, Set<String> moreAttrsToGet, PullTaskTO pullTask)protected List<ProvisioningReport>ReconciliationLogic. pull(ExternalResource resource, Provision provision, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTask) -
Uses of PullTaskTO in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type PullTaskTO Modifier and Type Method Description List<ProvisioningReport>SyncopeSinglePullExecutor. pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor) -
Uses of PullTaskTO in org.apache.syncope.core.provisioning.api.pushpull.stream
Methods in org.apache.syncope.core.provisioning.api.pushpull.stream with parameters of type PullTaskTO Modifier and Type Method Description List<ProvisioningReport>SyncopeStreamPullExecutor. pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor) -
Uses of PullTaskTO in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type PullTaskTO Modifier and Type Method Description List<ProvisioningReport>SinglePullJobDelegate. pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor) -
Uses of PullTaskTO in org.apache.syncope.core.provisioning.java.pushpull.stream
Methods in org.apache.syncope.core.provisioning.java.pushpull.stream with parameters of type PullTaskTO Modifier and Type Method Description List<ProvisioningReport>StreamPullJobDelegate. pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor) -
Uses of PullTaskTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type PullTaskTO Modifier and Type Method Description List<ProvisioningReport>ReconciliationServiceImpl. pull(ReconQuery query, PullTaskTO pullTask)
-