.. java:import:: com.fasterxml.jackson.databind ObjectMapper .. java:import:: com.fasterxml.jackson.databind.node ArrayNode .. java:import:: dk.magenta.datafordeler.core.fapi BaseQuery .. java:import:: dk.magenta.datafordeler.core.fapi OutputWrapper .. java:import:: dk.magenta.datafordeler.core.util BitemporalityComparator .. java:import:: dk.magenta.datafordeler.core.util Equality .. java:import:: dk.magenta.datafordeler.cpr.data.person PersonEntity .. java:import:: dk.magenta.datafordeler.cpr.records CprBitemporalRecord .. java:import:: dk.magenta.datafordeler.cpr.records CprBitemporality .. java:import:: dk.magenta.datafordeler.geo GeoLookupDTO .. java:import:: dk.magenta.datafordeler.geo GeoLookupService .. java:import:: org.apache.logging.log4j LogManager .. java:import:: org.apache.logging.log4j Logger .. java:import:: org.springframework.beans.factory.annotation Autowired .. java:import:: org.springframework.stereotype Component .. java:import:: java.time OffsetDateTime .. java:import:: java.util.concurrent.atomic AtomicReference .. java:import:: java.util.stream Collectors PersonAdressHistoryOutputWrapperPrisme.adressSequenceProgress ============================================================= .. java:package:: dk.magenta.datafordeler.prisme :noindex: .. java:type:: public enum adressSequenceProgress :outertype: PersonAdressHistoryOutputWrapperPrisme Enumerations used for validating the secuences of adresses on a person. Enum Constants -------------- FIRSTFOUND ^^^^^^^^^^ .. java:field:: public static final PersonAdressHistoryOutputWrapperPrisme.adressSequenceProgress FIRSTFOUND :outertype: PersonAdressHistoryOutputWrapperPrisme.adressSequenceProgress INITIAL ^^^^^^^ .. java:field:: public static final PersonAdressHistoryOutputWrapperPrisme.adressSequenceProgress INITIAL :outertype: PersonAdressHistoryOutputWrapperPrisme.adressSequenceProgress LASTFOUND ^^^^^^^^^ .. java:field:: public static final PersonAdressHistoryOutputWrapperPrisme.adressSequenceProgress LASTFOUND :outertype: PersonAdressHistoryOutputWrapperPrisme.adressSequenceProgress NEWFOUND ^^^^^^^^ .. java:field:: public static final PersonAdressHistoryOutputWrapperPrisme.adressSequenceProgress NEWFOUND :outertype: PersonAdressHistoryOutputWrapperPrisme.adressSequenceProgress