Uses of Class
org.apache.syncope.common.lib.to.PushTaskTO
Packages that use PushTaskTO
Package
Description
-
Uses of PushTaskTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type PushTaskTOModifier and TypeMethodDescriptionvoid
ReconciliationRestClient.push
(ReconQuery reconQuery, PushTaskTO pushTask) -
Uses of PushTaskTO in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks that return PushTaskTOMethods in org.apache.syncope.client.console.tasks that return types with arguments of type PushTaskTOConstructors in org.apache.syncope.client.console.tasks with parameters of type PushTaskTO -
Uses of PushTaskTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type PushTaskTOModifier and TypeMethodDescriptionReconciliationService.push
(ReconQuery query, @NotNull PushTaskTO pushTask) Pushes the matching user, group, any object or linked account in Syncope onto the External Resource. -
Uses of PushTaskTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type PushTaskTO -
Uses of PushTaskTO in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type PushTaskTOModifier and TypeMethodDescriptionSyncopeSinglePushExecutor.push
(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor) SyncopeSinglePushExecutor.push
(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor) -
Uses of PushTaskTO in org.apache.syncope.core.provisioning.api.pushpull.stream
Methods in org.apache.syncope.core.provisioning.api.pushpull.stream with parameters of type PushTaskTO -
Uses of PushTaskTO in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type PushTaskTOModifier and TypeMethodDescriptionprotected void
SinglePushJobDelegate.before
(ExternalResource resource, Connector connector, PushTaskTO pushTaskTO, String executor) SinglePushJobDelegate.push
(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor) SinglePushJobDelegate.push
(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor) -
Uses of PushTaskTO in org.apache.syncope.core.provisioning.java.pushpull.stream
Methods in org.apache.syncope.core.provisioning.java.pushpull.stream with parameters of type PushTaskTO -
Uses of PushTaskTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type PushTaskTOModifier and TypeMethodDescriptionReconciliationServiceImpl.push
(ReconQuery query, PushTaskTO pushTask)