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 voidSyncMetrics. 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 voidAbstractReconciliationProcessor. 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 LastRecordMetricAbstractSrcAdapter. getLastRecordMetric(Set<SyncMetrics> metrics)for incremental sync we need to track the latest record create/modify.protected abstract LastRecordMetricAbstractSrcAdapter. getRowTime(LineObject rowObj, SynchConfig config)protected LastRecordMetricConnectorAdapter. getRowTime(LineObject rowObj, SynchConfig config)protected LastRecordMetricCSVAdapter. getRowTime(LineObject rowObj, SynchConfig config)protected LastRecordMetricLogAdapter. getRowTime(LineObject rowObj, SynchConfig config)protected LastRecordMetricRDBMSAdapter. getRowTime(LineObject rowObj, SynchConfig config)protected LastRecordMetricLogAdapter. logProcessLineObject(LineObject rowObj, SynchConfig config, ValidationScript validationScript, List<TransformScript> transformScripts, SimpleDateFormat sdf)protected LastRecordMetricAbstractSrcAdapter. 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 booleanGroupSyncObjectProcessorImpl. addOrphan(Group object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanISyncObjectProcessor. addOrphan(E object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanManagedSystemSyncObjectProcessorImpl. addOrphan(ManagedSystemSaveRequest object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanOrganizationSyncObjectProcessorImpl. addOrphan(Organization object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanPolicySyncObjectProcessorImpl. addOrphan(Policy object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanResourceSyncObjectProcessorImpl. addOrphan(Resource object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanRoleSyncObjectProcessorImpl. addOrphan(Role object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanUserSyncObjectProcessorImpl. addOrphan(ProvisionUser object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
-