Uses of Class
org.apache.syncope.common.rest.api.beans.ReconQuery
Packages that use ReconQuery
Package
Description
-
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 TypeMethodDescriptionList<org.apache.syncope.common.lib.to.ProvisioningReport> ReconciliationService.pull(ReconQuery query, @NotNull org.apache.syncope.common.lib.to.PullTaskTO pullTask) Pulls the matching user, group, any object or linked account from the External Resource into Syncope.List<org.apache.syncope.common.lib.to.ProvisioningReport> ReconciliationService.push(ReconQuery query, @NotNull org.apache.syncope.common.lib.to.PushTaskTO pushTask) Pushes the matching user, group, any object or linked account in Syncope onto the External Resource.org.apache.syncope.common.lib.to.ReconStatusReconciliationService.status(ReconQuery query) Gets compared status between attributes in Syncope and on the given External Resource.