public class FileImporterDescriptor extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
className |
static List<String> |
DEFAULT_FILTER |
protected String |
docType |
protected String |
filter |
protected List<String> |
filters |
protected String |
name |
Constructor and Description |
---|
FileImporterDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getDocType()
Returns the configured document type to be created when using the importer
|
String |
getFilter() |
List<String> |
getFilters() |
String |
getName() |
Integer |
getOrder() |
boolean |
isEnabled() |
boolean |
isMerge()
Returns
true if this FileImporterDescriptor should be merged with an existing one, false
otherwise. |
void |
setClassName(String className) |
void |
setFilter(String filter) |
void |
setFilters(List<String> filters) |
void |
setName(String name) |
public static final List<String> DEFAULT_FILTER
public FileImporterDescriptor()
public String getClassName()
public void setClassName(String className)
public String getDocType()
public List<String> getFilters()
public void setFilters(List<String> filters)
public boolean isEnabled()
public boolean isMerge()
true
if this FileImporterDescriptor
should be merged with an existing one, false
otherwise.Copyright © 2018 Nuxeo. All rights reserved.