Class ScanFileFieldMapping

java.lang.Object
org.nuxeo.ecm.platform.scanimporter.service.ScanFileFieldMapping

public class ScanFileFieldMapping extends Object
XMap descriptor for meta-data mapping
Author:
Thierry Delprat
  • Field Details

    • DEFAULT_DATE_FORMAT

      public static final org.apache.commons.lang3.time.FastDateFormat DEFAULT_DATE_FORMAT
    • sourceXPath

      protected String sourceXPath
    • sourceAttribute

      protected String sourceAttribute
    • targetXPath

      protected String targetXPath
    • targetType

      protected String targetType
    • dateFormatStr

      protected String dateFormatStr
    • dateFormat

      protected org.apache.commons.lang3.time.FastDateFormat dateFormat
  • Constructor Details

    • ScanFileFieldMapping

      public ScanFileFieldMapping()
  • Method Details

    • getDateFormat

      public org.apache.commons.lang3.time.FastDateFormat getDateFormat()
    • getSourceXPath

      public String getSourceXPath()
    • getSourceAttribute

      public String getSourceAttribute()
    • getTargetXPath

      public String getTargetXPath()
    • getTargetType

      public String getTargetType()