Class ScanFileMappingDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.scanimporter.service.ScanFileMappingDescriptor
-
public class ScanFileMappingDescriptor extends Object
Top level descriptor for mapping- Author:
- Thierry Delprat
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_CONTAINER_TYPE
static String
DEFAULT_LEAF_TYPE
protected DocumentTypeMapper
leafTypeMapper
protected Class<DocumentTypeMapper>
mapperClass
protected String
targetContainerType
protected String
targetLeafType
-
Constructor Summary
Constructors Constructor Description ScanFileMappingDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ScanFileBlobMapping>
getBlobMappings()
List<ScanFileFieldMapping>
getFieldMappings()
String
getTargetContainerType()
String
getTargetLeafType()
DocumentTypeMapper
getTargetLeafTypeMapper()
-
-
-
Field Detail
-
DEFAULT_CONTAINER_TYPE
public static final String DEFAULT_CONTAINER_TYPE
- See Also:
- Constant Field Values
-
DEFAULT_LEAF_TYPE
public static final String DEFAULT_LEAF_TYPE
- See Also:
- Constant Field Values
-
targetContainerType
protected String targetContainerType
-
targetLeafType
protected String targetLeafType
-
mapperClass
protected Class<DocumentTypeMapper> mapperClass
-
leafTypeMapper
protected DocumentTypeMapper leafTypeMapper
-
-
Method Detail
-
getFieldMappings
public List<ScanFileFieldMapping> getFieldMappings()
-
getBlobMappings
public List<ScanFileBlobMapping> getBlobMappings()
-
getTargetContainerType
public String getTargetContainerType()
-
getTargetLeafType
public String getTargetLeafType()
-
getTargetLeafTypeMapper
public DocumentTypeMapper getTargetLeafTypeMapper()
-
-