public class ScanFileMappingDescriptor extends Object implements Serializable
Modifier and Type | Field and 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 and Description |
---|
ScanFileMappingDescriptor() |
Modifier and Type | Method and Description |
---|---|
List<ScanFileBlobMapping> |
getBlobMappings() |
List<ScanFileFieldMapping> |
getFieldMappings() |
String |
getTargetContainerType() |
String |
getTargetLeafType() |
DocumentTypeMapper |
getTargetLeafTypeMapper() |
public static final String DEFAULT_CONTAINER_TYPE
public static final String DEFAULT_LEAF_TYPE
protected String targetContainerType
protected String targetLeafType
protected Class<DocumentTypeMapper> mapperClass
protected DocumentTypeMapper leafTypeMapper
public ScanFileMappingDescriptor()
public List<ScanFileFieldMapping> getFieldMappings()
public List<ScanFileBlobMapping> getBlobMappings()
public String getTargetContainerType()
public String getTargetLeafType()
public DocumentTypeMapper getTargetLeafTypeMapper()
Copyright © 2018 Nuxeo. All rights reserved.