Class PseudonymisationRuntimeContextBO


  • public final class PseudonymisationRuntimeContextBO
    extends Object
    Pojo das die Laufzeitparameter hält.
    Author:
    Matthias Drummer
    • Method Detail

      • ofProperties

        public static PseudonymisationRuntimeContextBO ofProperties​(Properties properties)
                                                             throws org.iqtig.pseudonymisierung.exception.PseudonymisationException
        Erzeugt aus gegebenen Properties das PseudonymisationRuntimeContextBO. Das Fehlerhandling wurde von der abgelösten Implementierungstelle übernommen, um weiterin das gewohnte Verhalten zu bieten.
        Parameters:
        properties - die Properties
        Returns:
        das erzeugte Objekt
        Throws:
        org.iqtig.pseudonymisierung.exception.PseudonymisationException - im Fehlerfall
      • getCertificateIdentity

        public org.iqtig.pseudonymisierung.beans.CertificateIdentity getCertificateIdentity()
                                                                                     throws org.iqtig.pseudonymisierung.exception.PseudonymisationException
        Throws:
        org.iqtig.pseudonymisierung.exception.PseudonymisationException
      • getDataCollectionPoint

        public org.iqtig.pseudonymisierung.enums.DataCollectionPoint getDataCollectionPoint()
      • getPseudonymisierungsVerfahrenGlobal

        public org.iqtig.pseudonymisierung.enums.Method getPseudonymisierungsVerfahrenGlobal()
      • getColumnIndexRowPseudonymisierungsVerfahren

        public Integer getColumnIndexRowPseudonymisierungsVerfahren()
      • getRegion

        public org.iqtig.pseudonymisierung.enums.StateCode getRegion()
      • getRowStartIndex

        public int getRowStartIndex()
      • getInputColumnIndex

        public Integer getInputColumnIndex()
      • getOutputColumnIndex

        public Integer getOutputColumnIndex()
      • getInputColumnIndexIkbs

        public Integer getInputColumnIndexIkbs()
      • getOutputColumnIndexIkbs

        public Integer getOutputColumnIndexIkbs()
      • getInputColumnIndexSto

        public Integer getInputColumnIndexSto()
      • getOutputColumnIndexSto

        public Integer getOutputColumnIndexSto()