Uses of Class
org.openiam.common.metric.SyncMetrics
-
Packages that use SyncMetrics Package Description org.openiam.recon.service.impl.processor org.openiam.sync.service.impl.srcadapter.adapters -
-
Uses of SyncMetrics in org.openiam.recon.service.impl.processor
Methods in org.openiam.recon.service.impl.processor with parameters of type SyncMetrics Modifier and Type Method Description protected void
AbstractReconciliationProcessor. setMetric(AuditLogBuilder logBuilder, SyncMetrics newMetric)
-
Uses of SyncMetrics in org.openiam.sync.service.impl.srcadapter.adapters
Methods in org.openiam.sync.service.impl.srcadapter.adapters with parameters of type SyncMetrics Modifier and Type Method Description protected void
AbstractSrcAdapter. setMetric(AuditLogBuilder logBuilder, SyncMetrics newMetric)
Method parameters in org.openiam.sync.service.impl.srcadapter.adapters with type arguments of type SyncMetrics Modifier and Type Method Description protected String
AbstractSrcAdapter. getLastRecGeneralizedTime(Set<SyncMetrics> metrics)
for incremental sync we need to track the latest record create/modify date from target system.protected LastRecordMetric
AbstractSrcAdapter. getLastRecordMetric(Set<SyncMetrics> metrics)
for incremental sync we need to track the latest record create/modify.protected void
AbstractSrcAdapter. setMetric(AuditLogBuilder parent, Set<SyncMetrics> metrics)
-