public class AndImportFilter extends java.lang.Object implements ImportFilter
ImportFilter that only returns true if all of the configured ImportFilters return true.| Constructor and Description |
|---|
AndImportFilter(ImportFilter left,
ImportFilter right) |
AndImportFilter(java.util.List filters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldFilter(ImportableItem importableItem)
Method that checks whether the given file or folder should be filtered.
|
public AndImportFilter(ImportFilter left, ImportFilter right)
public AndImportFilter(java.util.List filters)
public boolean shouldFilter(ImportableItem importableItem)
ImportFiltershouldFilter in interface ImportFilterimportableItem - The source importable item to check for filtering (will not be null).org.alfresco.extension.bulkfilesystemimport.ImportFilter#shouldFilter(org.alfresco.extension.bulkfilesystemimport.ImportableItem)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.