Uses of Class
org.apache.syncope.common.lib.to.ReconStatus
-
-
Uses of ReconStatus in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return ReconStatus Modifier and Type Method Description ReconStatus
ReconciliationRestClient. status(ReconQuery reconQuery)
-
Uses of ReconStatus in org.apache.syncope.client.console.status
Methods in org.apache.syncope.client.console.status that return types with arguments of type ReconStatus Modifier and Type Method Description Optional<ReconStatus>
ReconStatusUtils. getReconStatus(String anyTypeKey, String connObjectKeyValue, String resource)
List<Pair<String,ReconStatus>>
ReconStatusUtils. getReconStatuses(String anyTypeKey, String anyKey, Collection<String> resources)
-
Uses of ReconStatus in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return ReconStatus Modifier and Type Method Description ReconStatus
ReconciliationService. status(ReconQuery query)
Gets compared status between attributes in Syncope and on the given External Resource. -
Uses of ReconStatus in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ReconStatus Modifier and Type Method Description ReconStatus
ReconciliationLogic. status(String anyTypeKey, String resourceKey, String anyKey, Set<String> moreAttrsToGet)
ReconStatus
ReconciliationLogic. status(String anyTypeKey, String resourceKey, Filter filter, Set<String> moreAttrsToGet)
-
Uses of ReconStatus in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return ReconStatus Modifier and Type Method Description ReconStatus
ReconciliationServiceImpl. status(ReconQuery query)
-