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 StringDEFAULT_CONTAINER_TYPEstatic StringDEFAULT_LEAF_TYPEprotected DocumentTypeMapperleafTypeMapperprotected Class<DocumentTypeMapper>mapperClassprotected StringtargetContainerTypeprotected StringtargetLeafType
-
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()StringgetTargetContainerType()StringgetTargetLeafType()DocumentTypeMappergetTargetLeafTypeMapper()
-
-
-
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()
-
-