Class MappingsManager

java.lang.Object
org.dlese.dpc.schemedit.ndr.util.integration.MappingsManager

public class MappingsManager extends Object
Author:
Jonathan Ostwald
  • Constructor Details

  • Method Details

    • reset

      public void reset() throws Exception
      Throws:
      Exception
    • getNdrServer

      public String getNdrServer()
    • getTimeStamp

      public String getTimeStamp()
    • getMappings

      public List getMappings()
    • getMappingInfo

      public MappingInfo getMappingInfo(String id)
    • getMismatches

      public List getMismatches()
    • getErrors

      public List getErrors()
    • getIdMap

      public Map getIdMap()
    • getAggMap

      public Map getAggMap()
    • getDataFile

      public String getDataFile()
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • update

      public void update(String id)
    • update

      public void update(MappingInfo info)
    • remove

      public void remove(MappingInfo existing)
    • add

      public void add(MappingInfo info)
    • getElementText

      public static String getElementText(org.dom4j.Element e, String tag)
    • addChild

      public static org.dom4j.Element addChild(org.dom4j.Element parent, String tag, String text)