Class FileImportFilter
java.lang.Object
org.alfresco.repo.bulkimport.importfilters.FileImportFilter
- All Implemented Interfaces:
ImportFilter
This class is an
ImportFilter that filters out files.- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldFilter(ImportableItem importableItem) Method that checks whether the given file or folder should be filtered.
-
Constructor Details
-
FileImportFilter
public FileImportFilter()
-
-
Method Details
-
shouldFilter
Description copied from interface:ImportFilterMethod that checks whether the given file or folder should be filtered.- Specified by:
shouldFilterin interfaceImportFilter- Parameters:
importableItem- The source importable item to check for filtering (will not be null).- Returns:
- True if the given importable item should be filtered, false otherwise.
- See Also:
-