Uses of Class
org.apache.syncope.common.rest.api.beans.ReconQuery
Packages that use ReconQuery
Package
Description
-
Uses of ReconQuery in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type ReconQueryModifier and TypeMethodDescriptionvoid
ReconciliationRestClient.pull
(ReconQuery reconQuery, PullTaskTO pullTask) void
ReconciliationRestClient.push
(ReconQuery reconQuery, PushTaskTO pushTask) ReconciliationRestClient.status
(ReconQuery reconQuery) -
Uses of ReconQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return ReconQuery -
Uses of ReconQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ReconQueryModifier and TypeMethodDescriptionReconciliationService.pull
(ReconQuery query, @NotNull PullTaskTO pullTask) Pulls the matching user, group, any object or linked account from the External Resource into Syncope.ReconciliationService.push
(ReconQuery query, @NotNull PushTaskTO pushTask) Pushes the matching user, group, any object or linked account in Syncope onto the External Resource.ReconciliationService.status
(ReconQuery query) Gets compared status between attributes in Syncope and on the given External Resource. -
Uses of ReconQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ReconQueryModifier and TypeMethodDescriptionReconciliationServiceImpl.pull
(ReconQuery query, PullTaskTO pullTask) ReconciliationServiceImpl.push
(ReconQuery query, PushTaskTO pushTask) ReconciliationServiceImpl.status
(ReconQuery query)