Uses of Class
org.apache.syncope.common.lib.to.PullTaskTO
Packages that use PullTaskTO
Package
Description
-
Uses of PullTaskTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type PullTaskTOModifier and TypeMethodDescriptionvoidReconciliationRestClient.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 PullTaskTOMethod parameters in org.apache.syncope.client.console.tasks with type arguments of type PullTaskTOModifier and TypeMethodDescriptionprotected 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 PullTaskTOModifier and TypeMethodDescriptionReconciliationService.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 PullTaskTOModifier and TypeMethodDescriptionReconciliationLogic.pull(String anyTypeKey, String resourceKey, String anyKey, Set<String> moreAttrsToGet, PullTaskTO pullTask) 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 PullTaskTOModifier and TypeMethodDescriptionSyncopeSinglePullExecutor.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 PullTaskTOModifier and TypeMethodDescriptionSyncopeStreamPullExecutor.pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String inboundCorrelationRule, 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 PullTaskTOModifier and TypeMethodDescriptionSinglePullJobDelegate.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 PullTaskTOModifier and TypeMethodDescriptionStreamPullJobDelegate.pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String inboundCorrelationRule, 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 PullTaskTOModifier and TypeMethodDescriptionReconciliationServiceImpl.pull(ReconQuery query, PullTaskTO pullTask)