Uses of Class
org.openiam.common.metric.LastRecordMetric
-
-
Uses of LastRecordMetric in org.openiam.common.metric
Methods in org.openiam.common.metric with parameters of type LastRecordMetric Modifier and Type Method Description void
SyncMetrics. update(LastRecordMetric metric, long time)
-
Uses of LastRecordMetric in org.openiam.recon.service.impl.processor
Methods in org.openiam.recon.service.impl.processor with parameters of type LastRecordMetric Modifier and Type Method Description protected void
AbstractReconciliationProcessor. performPopulationScript(ReconciliationObjectCommand<M> command, Map<ReconciliationSituationEnum,AbstractPopulationScript> populationScripts, ReconciliationSituationEnum situation, String principal, String managedSysId, M newObject, Map<String,Attribute> attributeMap, AuditLogBuilder childAuditLog, LastRecordMetric metric)
-
Uses of LastRecordMetric in org.openiam.sync.service.impl.srcadapter.adapters
Methods in org.openiam.sync.service.impl.srcadapter.adapters that return LastRecordMetric Modifier and Type Method Description protected LastRecordMetric
AbstractSrcAdapter. getLastRecordMetric(Set<SyncMetrics> metrics)
for incremental sync we need to track the latest record create/modify.protected abstract LastRecordMetric
AbstractSrcAdapter. getRowTime(LineObject rowObj, SynchConfig config)
protected LastRecordMetric
ConnectorAdapter. getRowTime(LineObject rowObj, SynchConfig config)
protected LastRecordMetric
CSVAdapter. getRowTime(LineObject rowObj, SynchConfig config)
protected LastRecordMetric
LogAdapter. getRowTime(LineObject rowObj, SynchConfig config)
protected LastRecordMetric
RDBMSAdapter. getRowTime(LineObject rowObj, SynchConfig config)
protected LastRecordMetric
LogAdapter. logProcessLineObject(LineObject rowObj, SynchConfig config, ValidationScript validationScript, List<TransformScript> transformScripts, SimpleDateFormat sdf)
protected LastRecordMetric
AbstractSrcAdapter. processLineObject(ProvisionObject provisionObject, LineObject rowObj, SynchConfig config, ValidationScript validationScript, List<TransformScript> transformScripts, List<Orphan> orphanListToAdd, String syncActivityId, List<String> errorList)
process only 1 given record. -
Uses of LastRecordMetric in org.openiam.sync.service.impl.srcadapter.processor
Methods in org.openiam.sync.service.impl.srcadapter.processor with parameters of type LastRecordMetric Modifier and Type Method Description boolean
GroupSyncObjectProcessorImpl. addOrphan(Group object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
ISyncObjectProcessor. addOrphan(E object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
ManagedSystemSyncObjectProcessorImpl. addOrphan(ManagedSystemSaveRequest object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
OrganizationSyncObjectProcessorImpl. addOrphan(Organization object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
PolicySyncObjectProcessorImpl. addOrphan(Policy object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
ResourceSyncObjectProcessorImpl. addOrphan(Resource object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
RoleSyncObjectProcessorImpl. addOrphan(Role object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
UserSyncObjectProcessorImpl. addOrphan(ProvisionUser object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
-