Uses of Class
org.apache.syncope.common.rest.api.beans.ReconQuery
-
-
Uses of ReconQuery in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type ReconQuery Modifier and Type Method Description void
ReconciliationRestClient. pull(ReconQuery reconQuery, PullTaskTO pullTask)
void
ReconciliationRestClient. push(ReconQuery reconQuery, PushTaskTO pushTask)
ReconStatus
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 Modifier and Type Method Description ReconQuery
ReconQuery.Builder. build()
-
Uses of ReconQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ReconQuery Modifier and Type Method Description List<ProvisioningReport>
ReconciliationService. pull(ReconQuery query, @NotNull PullTaskTO pullTask)
Pulls the matching user, group, any object or linked account from the External Resource into Syncope.List<ProvisioningReport>
ReconciliationService. push(ReconQuery query, @NotNull PushTaskTO pushTask)
Pushes the matching user, group, any object or linked account in Syncope onto the External Resource.ReconStatus
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 ReconQuery Modifier and Type Method Description List<ProvisioningReport>
ReconciliationServiceImpl. pull(ReconQuery query, PullTaskTO pullTask)
List<ProvisioningReport>
ReconciliationServiceImpl. push(ReconQuery query, PushTaskTO pushTask)
ReconStatus
ReconciliationServiceImpl. status(ReconQuery query)
-