Uses of Interface
org.alfresco.repo.bulkimport.ImportFilter
-
Packages that use ImportFilter Package Description org.alfresco.repo.bulkimport.impl org.alfresco.repo.bulkimport.importfilters -
-
Uses of ImportFilter in org.alfresco.repo.bulkimport.impl
Method parameters in org.alfresco.repo.bulkimport.impl with type arguments of type ImportFilter Modifier and Type Method Description voidDirectoryAnalyserImpl. setImportFilters(java.util.List<ImportFilter> importFilters)Constructor parameters in org.alfresco.repo.bulkimport.impl with type arguments of type ImportFilter Constructor Description DirectoryAnalyserImpl(MetadataLoader metadataLoader, BulkImportStatusImpl importStatus, java.util.List<ImportFilter> importFilters, org.alfresco.repo.dictionary.constraint.NameChecker nameChecker) -
Uses of ImportFilter in org.alfresco.repo.bulkimport.importfilters
Classes in org.alfresco.repo.bulkimport.importfilters that implement ImportFilter Modifier and Type Class Description classAndImportFilterThis class provides anImportFilterthat only returns true if all of the configuredImportFilters return true.classDirectoryImportFilterThis class is anImportFilterthat filters out directories.classFileImportFilterThis class is anImportFilterthat filters out files.classFileNameRegexImportFilterThis class is anImportFilterthat filters out files and/or folders whose name, excluding path, matches the configured regular expression.classHiddenFileFilterThis class is anImportFilterthat filters out hidden files.classNonExistentContentFileImportFilterThis class is anImportFilterthat filters out importable items whose content file doesn't exist.classNotImportFilterThis class provides anImportFilterthat returns the opposite of the configuredSourceFilter.Constructors in org.alfresco.repo.bulkimport.importfilters with parameters of type ImportFilter Constructor Description AndImportFilter(ImportFilter left, ImportFilter right)NotImportFilter(ImportFilter original)Constructor parameters in org.alfresco.repo.bulkimport.importfilters with type arguments of type ImportFilter Constructor Description AndImportFilter(java.util.List<ImportFilter> filters)
-