|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.bulkimport.importfilters.AndImportFilter
public class AndImportFilter
This class provides an ImportFilter that only returns true if all of the configured ImportFilters return true.
| Constructor Summary | |
|---|---|
AndImportFilter(ImportFilter left,
ImportFilter right)
|
|
AndImportFilter(java.util.List filters)
|
|
| Method Summary | |
|---|---|
boolean |
shouldFilter(ImportableItem importableItem)
Method that checks whether the given file or folder should be filtered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AndImportFilter(ImportFilter left,
ImportFilter right)
public AndImportFilter(java.util.List filters)
| Method Detail |
|---|
public boolean shouldFilter(ImportableItem importableItem)
ImportFilter
shouldFilter 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||