Class ScanFileBlobMapping
- java.lang.Object
-
- org.nuxeo.ecm.platform.scanimporter.service.ScanFileBlobMapping
-
public class ScanFileBlobMapping extends Object
XMap descriptor for Blob mapping- Author:
- Thierry Delprat
-
-
Field Summary
Fields Modifier and Type Field Description protected String
sourceFilenameAttribute
protected String
sourcePathAttribute
protected String
sourceXPath
protected String
targetXPath
-
Constructor Summary
Constructors Constructor Description ScanFileBlobMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceFilenameAttribute()
String
getSourcePathAttribute()
String
getSourceXPath()
String
getTargetXPath()
-
-
-
Field Detail
-
sourceXPath
protected String sourceXPath
-
sourcePathAttribute
protected String sourcePathAttribute
-
sourceFilenameAttribute
protected String sourceFilenameAttribute
-
targetXPath
protected String targetXPath
-
-
Constructor Detail
-
ScanFileBlobMapping
public ScanFileBlobMapping()
-
-
Method Detail
-
getSourceXPath
public String getSourceXPath()
-
getTargetXPath
public String getTargetXPath()
-
getSourcePathAttribute
public String getSourcePathAttribute()
-
getSourceFilenameAttribute
public String getSourceFilenameAttribute()
-
-