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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DPhaseStatistic.java48 Phase phase; field in class:PhaseStatistic
60 public PhaseStatistic(ReconciliationStatistic parentStat, Phase phase, String name) { argument
62 this.phase = phase;
92 if (phase == Phase.SOURCE) {
109 // TODO: phase out notValid and replace with source ignored, target ignored, unqualified

Completed in 34 milliseconds