Uses of Class
org.apache.syncope.common.rest.api.beans.ReconQuery
Package
Description
-
Uses of ReconQuery in org.apache.syncope.client.console.rest
Modifier 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
-
Uses of ReconQuery in org.apache.syncope.common.rest.api.service
Modifier 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
Modifier and TypeMethodDescriptionReconciliationServiceImpl.pull
(ReconQuery query, PullTaskTO pullTask) ReconciliationServiceImpl.push
(ReconQuery query, PushTaskTO pushTask) ReconciliationServiceImpl.status
(ReconQuery query)