Searched defs:correlation (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java152 * A container for the correlation queries or script.
154 private Correlation correlation; field in class:ObjectMapping
208 * Whether when at the outset of correlation the target set is empty (query all ids returns empty),
251 correlation = new Correlation(config);
485 // Loop over correlation queries, performing a sync for each linkQualifier
2297 // Results null means no correlation query defined, size 0 we know there is no target
2381 * @throws SynchronizationException if the correlation failed.
2393 * @throws SynchronizationException if the correlation failed.
2401 } else if (correlation.hasCorrelation(getLinkQualifier()) && (correlateEmptyTargetSet || !hadEmptyTargetObjectSet())) {
2414 result = correlation
[all...]

Completed in 42 milliseconds